代码拉取完成,页面将自动刷新
同步操作将从 OpenHarmony/multimedia_av_session 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
# Copyright (c) 2022 Huawei Device Co., Ltd.
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
domain: AV_SESSION
AVSESSION_CAST_BEHAVIOR:
__BASE: {type: BEHAVIOR, level: CRITICAL, desc: avsession cast radar behavior, preserve: false}
ORG_PKG: {type: STRING, desc: The package name of current module}
HOST_PKG: {type: STRING, desc: host package}
TO_CALL_PKG: {type: STRING, desc: The package to be called}
TRIGGER_MODE: {type: INT32, desc: trigger mode}
FUNC: {type: STRING, desc: function name}
BIZ_SCENE: {type: INT32, desc: business scene}
BIZ_STAGE: {type: INT32, desc: business stage}
STAGE_RES: {type: INT32, desc: current stage result}
BIZ_STATE: {type: INT32, desc: business scene state of beginning or ending}
ERROR_CODE: {type: INT32, desc: error code}
DISCOVERY_DEVICE_LIST: {type: STRING, arrsize: 10, desc: device found list}
LOCAL_UDID: {type: STRING, desc: local device udid}
LOCAL_NET_ID: {type: STRING, desc: local networkid}
LOCAL_DEVICE_TYPE: {type: STRING, desc: local device type}
PEER_UDID: {type: STRING, desc: peer device udid}
PEER_BT_MAC: {type: STRING, desc: peer device bluetooth mac address}
PEER_NET_ID: {type: STRING, desc: peer networkid}
PEER_DEVICE_TYPE: {type: STRING, desc: peer device type}
IS_TRUST: {type: BOOL, desc: trusted device or not}
SESSION_SERVICE_START:
__BASE: {type: BEHAVIOR, level: MINOR, desc: start avsession service}
SERVICE_NAME: {type: STRING, desc: avsession service name}
SERVICE_ID: {type: INT32, desc: avsession service id}
DETAILED_MSG: {type: STRING, desc: detailed msg}
FOCUS_CHANGE:
__BASE: {type: BEHAVIOR, level: MINOR, desc: focus change}
PID: {type: INT32, desc: the pid of focus change}
OLD_BUNDLE_NAME: {type: STRING, desc: old bundle name}
OLD_MODULE_NAME: {type: STRING, desc: old module name}
OLD_ABILITY_NAME: {type: STRING, desc: old ability name}
OLD_SESSION_PID: {type: INT32, desc: old session pid}
OLD_SESSION_UID: {type: INT32, desc: old session uid}
OLD_SESSION_ID: {type: STRING, desc: old session id}
OLD_SESSION_TAG: {type: STRING, desc: old session tag}
OLD_SESSION_TYPE: {type: INT32, desc: old session type}
BUNDLE_NAME: {type: STRING, desc: change bundle name}
MODULE_NAME: {type: STRING, desc: change module name}
ABILITY_NAME: {type: STRING, desc: change ability name}
SESSION_PID: {type: INT32, desc: change session pid}
SESSION_UID: {type: INT32, desc: change session uid}
SESSION_ID: {type: STRING, desc: change session id}
SESSION_TAG: {type: STRING, desc: change session tag}
SESSION_TYPE: {type: INT32, desc: change session type}
FOCUS_SESSION_UID: {type: INT32, desc: focus session change info uid}
AUDIO_INFO_CONTENT_TYPE: {type: INT32, desc: audiorendererinfo contenttype}
AUDIO_INFO_RENDERER_STATE: {type: INT32, desc: audiorendererinfo rendererstate}
DETAILED_MSG: {type: STRING, desc: detailed msg}
CONTROL_PERMISSION_DENIED:
__BASE: {type: SECURITY, level: CRITICAL, desc: permission verification errors}
CALLER_UID: {type: INT32, desc: caller uid}
CALLER_PID: {type: INT32, desc: caller pid}
SESSION_ID: {type: STRING, desc: session id}
BUNDLE_NAME: {type: STRING, desc: bundle name}
KEY_CODE: {type: INT32, desc: key code}
KEY_ACTION: {type: INT32, desc: key action}
CMD: {type: INT32, desc: command}
ERROR_CODE: {type: INT32, desc: error code}
ERROR_MSG: {type: STRING, desc: error msg}
CONTROL_COMMAND_FAILED:
__BASE: {type: FAULT, level: MINOR, desc: no response exception timeout invalid}
ERROR_TYPE: {type: STRING, desc: error type}
CMD: {type: INT32, desc: command}
TIME: {type: UINT64, desc: seek time}
SPEED: {type: DOUBLE, desc: control command failed speed}
MODE: {type: STRING, desc: loop mode}
ASSETID: {type: STRING, desc: control command failed assetId}
CALLING_PID: {type: INT32, desc: calling pid}
CLIENT_PID: {type: INT32, desc: cliend pid}
TAG: {type: STRING, desc: control command failed tag}
TYPE: {type: INT32, desc: control command failed type}
BUNDLE_NAME: {type: STRING, desc: bundle name}
ERROR_CODE: {type: INT32, desc: error code}
ERROR_INFO: {type: STRING, desc: error info}
CONTROL_COMMAND_STATISTICS:
__BASE: {type: STATISTIC, level: MINOR, desc: avsession control command statistics}
BUNDLE_NAME: {type: STRING, desc: bundle name}
CONTROLLER_PID: {type: INT32, desc: controller pid}
CMD: {type: INT32, desc: command}
POSITION: {type: BOOL, desc: sender is true and receiver is false}
PLAY_COUNT: {type: UINT32, desc: play count}
PAUSE_COUNT: {type: UINT32, desc: pause count}
STOP_COUNT: {type: UINT32, desc: stop count}
PLAY_NEXT_COUNT: {type: UINT32, desc: playnext count}
PLAY_PREVIOUS_COUNT: {type: UINT32, desc: playprevious count}
FAST_FORWARD_COUNT: {type: UINT32, desc: fastforward count}
REWIND_COUNT: {type: UINT32, desc: rewind count}
SEEK_COUNT: {type: UINT32, desc: seek count}
SET_SPEED_COUNT: {type: UINT32, desc: setspeed count}
SET_LOOP_MODE_COUNT: {type: UINT32, desc: setloopmode count}
TOGGLE_FAVORITE_COUNT: {type: UINT32, desc: togglefavorite count}
DETAILED_MSG: {type: STRING, desc: detailed msg}
SESSION_LIFECYCLE_STATISTICS:
__BASE: {type: STATISTIC, level: MINOR, desc: avsession control command statistics}
BUNDLE_NAME: {type: STRING, desc: bundle name}
APP_STATUS: {type: BOOL, desc: app in background is true}
SESSION_TYPE: {type: INT32, desc: sessiontype}
SESSION_LIFE_CYCLE: {type: BOOL, desc: create avsession is true and delete avsession is false}
CREATE_SESSION_COUNT: {type: UINT32, desc: create session count}
DELETE_SESSION_COUNT: {type: UINT32, desc: delete session count}
CONTROL_COMMAND_FAILED_RATE:
__BASE: {type: STATISTIC, level: MINOR, desc: avsession control command failed rate}
ALL_CTRL_COMMAND_COUNT: {type: UINT32, desc: all command count}
ALL_SUCCESS_CTRL_COMMAND: {type: UINT32, desc: success command count}
COMMAND_FAILED_RATE: {type: FLOAT, desc: command failed rate}
SESSION_CAST:
__BASE: {type: BEHAVIOR, level: MINOR, desc: session cast}
BUNDLE_NAME: {type: STRING, desc: bundle name}
MODULE_NAME: {type: STRING, desc: module name}
ABILITY_NAME: {type: STRING, desc: ability name}
SESSION_PID: {type: INT32, desc: session pid}
SESSION_UID: {type: INT32, desc: session uid}
SESSION_ID: {type: STRING, desc: session id}
SESSION_TAG: {type: STRING, desc: session tag}
SESSION_TYPE: {type: INT32, desc: session type}
CAST_TYPE: {type: INT32, desc: cast type}
DEST_DEVICE_TYPE: {type: STRING, desc: dest device type}
DEST_DEVICE_NAME: {type: STRING, desc: dest device name}
DEST_DEVICE_ID: {type: INT32, desc: dest device id}
DETAILED_MSG: {type: STRING, desc: detailed msg}
REMOTE_CONTROL_FAILED:
__BASE: {type: FAULT, level: MINOR, desc: remote control failed}
BUNDLE_NAME: {type: STRING, desc: bundle name}
SESSION_TYPE: {type: INT32, desc: session type}
AUDIO_STATUS: {type: INT32, desc: audio status}
ERROR_TYPE: {type: STRING, desc: error type}
ERROR_INFO: {type: STRING, desc: error info}
SESSION_API_BEHAVIOR:
__BASE: {type: BEHAVIOR, level: MINOR, desc: session API behavior}
API_NAME: {type: STRING, desc: api name}
BUNDLE_NAME: {type: STRING, desc: bundle name}
SESSION_ID: {type: STRING, desc: session id}
SESSION_TAG: {type: STRING, desc: session tag}
SESSION_TYPE: {type: STRING, desc: session type}
API_PARAM: {type: STRING, desc: api parameter}
ERROR_CODE: {type: INT32, desc: error code}
ERROR_MSG: {type: STRING, desc: error msg}
APP_VERSION_NAME: {type: STRING, desc: app version name}
COST_TIME: {type: STRING, desc: cost time}
OS_VERSION: {type: STRING, desc: os version}
SDK_VERSION: {type: STRING, desc: sdk version}
SESSION_CAST_CONTROL:
__BASE: {type: BEHAVIOR, level: MINOR, desc: session register listener}
CONTROL_TYPE: {type: STRING, desc: control type}
PEER_DEVICE_ID: {type: STRING, desc: peer device id}
PEER_DEVICE_NAME: {type: STRING, desc: device name}
PEER_DEVICE_TYPE: {type: STRING, desc: device type}
PEER_NETWORK_ID: {type: STRING, desc: peer network id}
PEER_SUPPORTED_PROTOCOL: {type: INT32, desc: supported protocol}
BUNDLE_NAME: {type: STRING, desc: bundle name}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。