| /foundation/window/window_manager/wmserver/src/ |
| H A D | window_layout_policy_cascade.cpp | 718 auto reason = node->GetWindowSizeChangeReason(); in LimitMainFloatingWindowPosition() local 995 auto reason = node->GetWindowSizeChangeReason(); in LimitWindowPositionWhenInitRectOrMove() local
|
| H A D | window_layout_policy.cpp | 372 NotifyClientAndAnimation(const sptr<WindowNode>& node, const Rect& winRect, WindowSizeChangeReason reason) NotifyClientAndAnimation() argument
|
| H A D | window_node.cpp | 116 void WindowNode::SetWindowSizeChangeReason(WindowSizeChangeReason reason) in SetWindowSizeChangeReason() argument
|
| /foundation/ability/ability_runtime/tools/aa/src/ |
| H A D | ability_command.cpp | 2106 std::string reason; in RunAsForceExitAppCommand() local [all...] |
| /foundation/ability/dmsfwk/services/dtbschedmgr/src/continue/ |
| H A D | dsched_continue.cpp | 1074 PackReplyCmd(std::shared_ptr<DSchedContinueReplyCmd> cmd, int32_t replyCmd, int32_t appVersion, int32_t result, const std::string reason) PackReplyCmd() argument
|
| /foundation/ability/ability_runtime/frameworks/native/ability/native/ability_runtime/ |
| H A D | js_ui_ability.cpp | 1169 int32_t JsUIAbility::OnSaveState(int32_t reason, WantParams &wantParams) in OnSaveState() argument
|
| /foundation/ability/ability_runtime/frameworks/native/ability/native/ |
| H A D | ui_ability.cpp | 486 int32_t UIAbility::OnSaveState(int32_t reason, AAFwk::WantParams &wantParams) in OnSaveState() argument
|
| /foundation/ability/ability_runtime/interfaces/inner_api/app_manager/src/appmgr/ |
| H A D | app_mgr_client.cpp | 343 AppMgrResultCode AppMgrClient::KillApplicationSelf(const bool clearPageStack, const std::string& reason) in KillApplicationSelf() argument 805 int32_t AppMgrClient::NotifyAppMgrRecordExitReason(int32_t pid, int32_t reason, const std::string &exitMsg) in NotifyAppMgrRecordExitReason() argument 326 KillApplicationByUid(const std::string &bundleName, const int uid, const std::string& reason) KillApplicationByUid() argument
|
| /foundation/ability/ability_runtime/interfaces/inner_api/ability_manager/include/ |
| H A D | ability_manager_interface.h | 1328 virtual void ScheduleRecoverAbility(const sptr<IRemoteObject> &token, int32_t reason, in ScheduleRecoverAbility() argument
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/overlay/ |
| H A D | sheet_presentation_pattern.h | 244 void CallOnWillDismiss(const int32_t reason) in CallOnWillDismiss() argument
|
| /foundation/arkui/ace_engine/frameworks/core/components/web/resource/ |
| H A D | web_client_impl.cpp | 470 void WebClientImpl::OnRenderExited(OHOS::NWeb::RenderExitReason reason) in OnRenderExited() argument 1122 OnRenderProcessNotResponding( const std::string& jsStack, int pid, OHOS::NWeb::RenderProcessNotRespondingReason reason) OnRenderProcessNotResponding() argument
|
| /foundation/arkui/ace_engine/adapter/ohos/osal/ |
| H A D | event_report.cpp | 280 JsErrReport( const std::string& packageName, const std::string& reason, const std::string& summary) JsErrReport() argument
|
| /foundation/bundlemanager/bundle_framework/interfaces/kits/cj/src/ |
| H A D | bundle_manager_utils.h | 274 char* reason; member
|
| /foundation/communication/bluetooth_service/services/bluetooth/service/src/ble/ |
| H A D | ble_adapter.cpp | 1318 void BleAdapter::LeDisconnectionComplete(uint8_t status, uint16_t connectionHandle, uint8_t reason, void *context) in LeDisconnectionComplete() argument
|
| /foundation/communication/bluetooth_service/services/bluetooth/service/src/classic/ |
| H A D | classic_adapter.cpp | 2069 void ClassicAdapter::ReceiveDisconnectionComplete(uint8_t status, uint16_t connectionHandle, uint8_t reason) in ReceiveDisconnectionComplete() argument 2109 void ClassicAdapter::DisconnectionComplete(uint8_t status, uint16_t connectionHandle, uint8_t reason, void *context) in DisconnectionComplete() argument
|
| /foundation/multimedia/audio_framework/services/audio_service/client/src/ |
| H A D | fast_audio_stream.cpp | 485 StartAudioStream(StateChangeCmdType cmdType, AudioStreamDeviceChangeReasonExt reason) StartAudioStream() argument
|
| /foundation/multimedia/audio_framework/frameworks/native/audiocapturer/src/ |
| H A D | audio_capturer.cpp | 1169 SwitchStream(const uint32_t sessionId, const int32_t streamFlag, const AudioStreamDeviceChangeReasonExt reason) SwitchStream() argument 1398 OnDeviceChangeWithInfo( const uint32_t sessionId, const DeviceInfo &deviceInfo, const AudioStreamDeviceChangeReasonExt reason) OnDeviceChangeWithInfo() argument 1404 OnRecreateStreamEvent(const uint32_t sessionId, const int32_t streamFlag, const AudioStreamDeviceChangeReasonExt reason) OnRecreateStreamEvent() argument
|
| /foundation/multimedia/audio_framework/frameworks/native/audiorenderer/src/ |
| H A D | audio_renderer.cpp | 1488 SwitchToTargetStream(IAudioStream::StreamClass targetClass, uint32_t &newSessionId, const AudioStreamDeviceChangeReasonExt reason) SwitchToTargetStream() argument 1552 SwitchStream(const uint32_t sessionId, const int32_t streamFlag, const AudioStreamDeviceChangeReasonExt reason) SwitchStream() argument 1593 OnDeviceChangeWithInfo( const uint32_t sessionId, const DeviceInfo &deviceInfo, const AudioStreamDeviceChangeReasonExt reason) OnDeviceChangeWithInfo() argument 1614 OnRecreateStreamEvent(const uint32_t sessionId, const int32_t streamFlag, const AudioStreamDeviceChangeReasonExt reason) OnRecreateStreamEvent() argument [all...] |
| /foundation/multimedia/audio_framework/services/audio_policy/client/src/proxy/ |
| H A D | audio_policy_proxy.cpp | 1846 int32_t AudioPolicyProxy::TriggerFetchDevice(AudioStreamDeviceChangeReasonExt reason) in TriggerFetchDevice() argument 953 FetchOutputDeviceForTrack(AudioStreamChangeInfo &streamChangeInfo, const AudioStreamDeviceChangeReasonExt reason) FetchOutputDeviceForTrack() argument
|
| /foundation/multimedia/audio_framework/interfaces/inner_api/native/audiocommon/include/ |
| H A D | audio_device_info.h | 563 AudioStreamDeviceChangeReasonExt(const AudioStreamDeviceChangeReason &reason) in AudioStreamDeviceChangeReasonExt() argument 566 AudioStreamDeviceChangeReasonExt(const ExtEnum &reason) : reason_(reason) {} in AudioStreamDeviceChangeReasonExt() argument
|
| /foundation/multimedia/player_framework/frameworks/js/avplayer/ |
| H A D | avplayer_callback.cpp | 443 int32_t reason = 0; member 590 int32_t reason; member 740 int32_t reason; in OnAudioDeviceChangeCb() local 880 int32_t reason in OnStateChangeCb() local [all...] |
| /foundation/multimedia/player_framework/frameworks/native/capi/player/ |
| H A D | native_avplayer.cpp | 623 int32_t reason = StateChangeReason::USER; in OnStateChangeCb() local 859 int32_t reason = 0; // means UNKOWN, see OH_AudioStream_DeviceChangeReason in OnAudioDeviceChangeCb() local
|
| /foundation/multimedia/player_framework/services/services/player/server/ |
| H A D | player_server.cpp | 1176 int32_t reason = -1; in HandleAudioDeviceChangeEvent() local 1639 void PlayerServer::OnSystemOperation(PlayerOnSystemOperationType type, PlayerOperationReason reason) in OnSystemOperation() argument
|
| /foundation/resourceschedule/memmgr/services/memmgrservice/src/reclaim_priority_manager/ |
| H A D | reclaim_priority_manager.cpp | 81 std::string& ReclaimPriorityManager::AppStateUpdateResonToString(AppStateUpdateReason reason) in AppStateUpdateResonToString() argument 1182 HandleUpdateProcess(AppStateUpdateReason reason, std::shared_ptr<BundlePriorityInfo> bundle, ProcessPriorityInfo &proc, AppAction &action, int64_t eventTime) HandleUpdateProcess() argument 1265 CheckCurrentEventHappenedBeforeAbilityStart(const ProcessPriorityInfo &proc, AppStateUpdateReason reason, int64_t eventTime) CheckCurrentEventHappenedBeforeAbilityStart() argument 1317 FinishAbilityStartIfNeed(ProcessPriorityInfo &proc, AppStateUpdateReason reason, int64_t eventTime) FinishAbilityStartIfNeed() argument 1326 CheckAbilityStartNeedFinishInAdvance(const ProcessPriorityInfo &proc, AppStateUpdateReason reason, int64_t eventTime) CheckAbilityStartNeedFinishInAdvance() argument 1332 NeedSkipEventBeforeAbilityStart(const ProcessPriorityInfo &proc, AppStateUpdateReason reason, int64_t eventTime) NeedSkipEventBeforeAbilityStart() argument [all...] |
| /foundation/resourceschedule/background_task_mgr/services/continuous_task/src/ |
| H A D | bg_continuous_task_mgr.cpp | 1214 void BgContinuousTaskMgr::SetReason(const std::string &mapKey, int32_t reason)
in SetReason() argument
|