/foundation/multimodalinput/input/intention/adapters/dsoftbus_adapter/src/ |
H A D | dsoftbus_adapter_impl.cpp | 264 static void OnShutdownLink(int32_t socket, ShutdownReason reason) in OnShutdownLink() argument 301 void DSoftbusAdapterImpl::OnShutdown(int32_t socket, ShutdownReason reason) in OnShutdown() argument
|
/foundation/resourceschedule/background_task_mgr/frameworks/src/ |
H A D | background_task_mgr_proxy.cpp | 32 ErrCode BackgroundTaskMgrProxy::RequestSuspendDelay(const std::u16string& reason, in RequestSuspendDelay() argument
|
H A D | background_task_manager.cpp | 46 ErrCode BackgroundTaskManager::RequestSuspendDelay(const std::u16string &reason, in RequestSuspendDelay() argument
|
H A D | background_task_mgr_stub.cpp | 146 std::u16string reason = data.ReadString16(); in HandleRequestSuspendDelay() local
|
/foundation/resourceschedule/memmgr/services/memmgrservice/src/nandlife_controller/ |
H A D | nandlife_controller.cpp | 341 void NandLifeController::OpenSwapOutTemporarily(const std::string &reason) in OpenSwapOutTemporarily() argument 353 void NandLifeController::CloseSwapOutTemporarily(const std::string &reason) in CloseSwapOutTemporarily() argument
|
/foundation/systemabilitymgr/safwk/interfaces/innerkits/safwk/rust/src/cxx/ |
H A D | system_ability_wrapper.cpp | 121 OHOS::OnDemandReasonExtraData *reason = parcel.ReadParcelable<OHOS::OnDemandReasonExtraData>(); in DeserializeOnDemandReasonExtraData() local 157 SystemAbilityOnDemandReason BuildReasonWrapper(const OHOS::SystemAbilityOnDemandReason &reason) in BuildReasonWrapper() argument [all...] |
/foundation/systemabilitymgr/samgr/services/dfx/source/ |
H A D | hisysevent_adapter.cpp | 70 void ReportSaUnLoadFail(int32_t saId, int32_t pid, int32_t uid, const std::string& reason)
in ReportSaUnLoadFail() argument 98 void ReportSaMainExit(const std::string& reason)
in ReportSaMainExit() argument 161 void ReportProcessStartFail(const std::string& processName, int32_t pid, int32_t uid, const std::string& reason)
in ReportProcessStartFail() argument 166 void ReportProcessStopFail(const std::string& processName, int32_t pid, int32_t uid, const std::string& reason)
in ReportProcessStopFail() argument 145 ReportProcessFail(const std::string& eventName, const std::string& processName, int32_t pid, int32_t uid, const std::string& reason) ReportProcessFail() argument 171 ReportSamgrSaLoadFail(int32_t said, int32_t pid, int32_t uid, const std::string& reason) ReportSamgrSaLoadFail() argument 254 ReportSAIdle(int32_t said, const std::string& reason) ReportSAIdle() argument [all...] |
/foundation/window/window_manager/dm/test/unittest/ |
H A D | display_manager_adapter_test.cpp | 490 PowerStateChangeReason reason = PowerStateChangeReason{0};
in HWTEST_F() local 522 PowerStateChangeReason reason = PowerStateChangeReason{0};
in HWTEST_F() local 553 PowerStateChangeReason reason = PowerStateChangeReason{0};
in HWTEST_F() local
|
/foundation/window/window_manager/dm_lite/src/ |
H A D | display_manager_adapter_lite.cpp | 155 bool DisplayManagerAdapterLite::WakeUpBegin(PowerStateChangeReason reason)
in WakeUpBegin() argument 169 bool DisplayManagerAdapterLite::SuspendBegin(PowerStateChangeReason reason)
in SuspendBegin() argument 249 bool ScreenManagerAdapterLite::SetScreenPowerForAll(ScreenPowerState state, PowerStateChangeReason reason)
in SetScreenPowerForAll() argument 190 SetScreenPowerById(ScreenId screenId, ScreenPowerState state, PowerStateChangeReason reason) SetScreenPowerById() argument 241 SetSpecifiedScreenPower(ScreenId screenId, ScreenPowerState state, PowerStateChangeReason reason) SetSpecifiedScreenPower() argument [all...] |
H A D | display_manager_lite_proxy.cpp | 295 bool DisplayManagerLiteProxy::WakeUpBegin(PowerStateChangeReason reason) in WakeUpBegin() argument 347 bool DisplayManagerLiteProxy::SuspendBegin(PowerStateChangeReason reason) in SuspendBegin() argument 495 bool DisplayManagerLiteProxy::SetScreenPowerForAll(ScreenPowerState state, PowerStateChangeReason reason) in SetScreenPowerForAll() argument 423 SetScreenPowerById(ScreenId screenId, ScreenPowerState state, PowerStateChangeReason reason) SetScreenPowerById() argument 459 SetSpecifiedScreenPower(ScreenId screenId, ScreenPowerState state, PowerStateChangeReason reason) SetSpecifiedScreenPower() argument [all...] |
/foundation/window/window_manager/test/fuzztest/window_scene/screensessionmanager_fuzzer/ |
H A D | screensessionmanager_fuzzer.cpp | 229 PowerStateChangeReason reason = source.GetObject<PowerStateChangeReason>(); in ProxyInterfaceFuzzTestPart1() local
|
/foundation/window/window_manager/utils/src/ |
H A D | window_transition_info.cpp | 146 void WindowTransitionInfo::SetTransitionReason(TransitionReason reason) in SetTransitionReason() argument
|
/foundation/window/window_manager/utils/test/unittest/ |
H A D | window_property_test.cpp | 238 WindowSizeChangeReason reason = WindowSizeChangeReason::UNDEFINED; in HWTEST_F() local
|
/foundation/window/window_manager/dmserver/src/ |
H A D | display_manager_stub.cpp | 147 PowerStateChangeReason reason = static_cast<PowerStateChangeReason>(data.ReadUint32());
in OnRemoteRequest() local 156 PowerStateChangeReason reason = static_cast<PowerStateChangeReason>(data.ReadUint32());
in OnRemoteRequest() local 167 PowerStateChangeReason reason = static_cast<PowerStateChangeReason>(data.ReadUint32());
in OnRemoteRequest() local 173 PowerStateChangeReason reason = static_cast<PowerStateChangeReason>(data.ReadUint32());
in OnRemoteRequest() local
|
/foundation/window/window_manager/dmserver/test/unittest/ |
H A D | display_manager_proxy_test.cpp | 446 PowerStateChangeReason reason = PowerStateChangeReason::POWER_BUTTON; in HWTEST_F() local 684 PowerStateChangeReason reason = PowerStateChangeReason{0}; in HWTEST_F() local 724 PowerStateChangeReason reason = PowerStateChangeReason{0}; in HWTEST_F() local 745 PowerStateChangeReason reason in HWTEST_F() local [all...] |
H A D | display_manager_service_test.cpp | 319 PowerStateChangeReason reason = PowerStateChangeReason::POWER_BUTTON; in HWTEST_F() local
|
/foundation/window/window_manager/interfaces/kits/cj/window_runtime/ |
H A D | window_listener.cpp | 60 void CjWindowListener::OnSizeChange(Rect rect, WindowSizeChangeReason reason, in OnSizeChange() argument
|
/foundation/window/window_manager/interfaces/kits/napi/extension_window/ |
H A D | js_extension_window_listener.cpp | 68 void JsExtensionWindowListener::OnSizeChange(Rect rect, WindowSizeChangeReason reason,
in OnSizeChange() argument
|
/foundation/window/window_manager/test/fuzztest/window_scene/sessioninterface_fuzzer/ |
H A D | sessioninterface_fuzzer.cpp | 202 SizeChangeReason reason = source.GetObject<SizeChangeReason>(); in ProxyInterfaceFuzzTestPart1() local
|
/foundation/window/window_manager/test/fuzztest/wms/windowscene_fuzzer/ |
H A D | windowscene_fuzzer.cpp | 182 uint32_t reason; in DoSomethingInterestingWithMyAPI() local
|
/foundation/communication/dsoftbus/sdk/bus_center/service/src/ |
H A D | client_bus_center.c | 147 static void DfxRecordSdkJoinLnnEnd(const char *packageName, int32_t reason) in DfxRecordSdkJoinLnnEnd() argument 166 static void DfxRecordSdkLeaveLnnEnd(const char *packageName, int32_t reason) in DfxRecordSdkLeaveLnnEnd() argument 201 static void DfxRecordLnnDiscServerEnd(int32_t serverType, const char *packageName, int32_t reason) in DfxRecordLnnDiscServerEnd() argument
|
/foundation/communication/dsoftbus/tests/core/connection/ble/ |
H A D | connection_ble_switch_test.cpp | 73 void ConnectFailedCB(unsigned int requestId, int32_t reason) in ConnectFailedCB() argument
|
/foundation/communication/dsoftbus/tests/sdk/bus_center/unittest/ |
H A D | client_bus_center_manager_test.cpp | 318 static void OnPublishResultCb(int32_t publishId, PublishResult reason) in OnPublishResultCb() argument 377 static void OnDiscoverResultCb(int32_t refreshId, RefreshResult reason) in OnDiscoverResultCb() argument
|
/foundation/communication/dsoftbus/tests/core/bus_center/lnn/lane_link/ |
H A D | lnn_lane_link_wifi_direct_test.cpp | 80 static void OnLaneLinkFail(uint32_t reqId, int32_t reason, LaneLinkType linkType) in OnLaneLinkFail() argument
|
/foundation/communication/dsoftbus/tests/core/connection/br/ |
H A D | br_connection_test.cpp | 125 void OnConnectFailed(uint32_t requestId, int32_t reason)
in OnConnectFailed() argument
|