Home
last modified time | relevance | path

Searched defs:reason (Results 501 - 525 of 2227) sorted by relevance

1...<<21222324252627282930>>...90

/base/powermgr/display_manager/state_manager/service/zidl/src/
H A Ddisplay_power_mgr_stub.cpp156 uint32_t reason = 0; in SetDisplayStateStub() local
H A Ddisplay_power_mgr_proxy.cpp27 bool DisplayPowerMgrProxy::SetDisplayState(uint32_t id, DisplayState state, uint32_t reason) in SetDisplayState() argument
/base/powermgr/powermgr_lite/frameworks/src/small/
H A Dpower_manage.c240 static void SuspendDeviceProxy(IUnknown *iUnknown, SuspendDeviceType reason, BOOL suspendImmed) in SuspendDeviceProxy() argument
253 static void WakeupDeviceProxy(IUnknown *iUnknown, WakeupDeviceType reason, const char* details) in WakeupDeviceProxy() argument
266 SuspendDevice(SuspendDeviceType reason, BOOL suspendImmed) SuspendDevice() argument
274 WakeupDevice(WakeupDeviceType reason, const char* details) WakeupDevice() argument
[all...]
/base/powermgr/battery_manager/services/native/src/
H A Dbattery_notify.cpp114 const std::string reason = "POWEROFF_CHARGE_DISABLE"; in HandleUevent() local
/base/powermgr/display_manager/state_manager/frameworks/native/
H A Ddisplay_power_mgr_client.cpp87 SetDisplayState(DisplayState state, PowerMgr::StateChangeReason reason, uint32_t id) SetDisplayState() argument
/base/powermgr/power_manager/services/native/src/actions/default/display/
H A Ddevice_state_action.cpp87 PowerStateChangeReason DeviceStateAction::GetDmsReasonByPowerReason(StateChangeReason reason) in GetDmsReasonByPowerReason() argument
195 uint32_t DeviceStateAction::SetDisplayState(DisplayState state, StateChangeReason reason) in SetDisplayState() argument
267 OnDisplayStateChanged(uint32_t displayId, DisplayPowerMgr::DisplayState state, uint32_t reason) OnDisplayStateChanged() argument
/base/powermgr/power_manager/services/native/src/shutdown/
H A Dshutdown_controller.cpp73 void ShutdownController::Reboot(const std::string& reason) in Reboot() argument
78 void ShutdownController::Shutdown(const std::string& reason) in Shutdown() argument
89 static bool IsNeedWritePoweroffChargeFlag(const std::string& reason) in IsNeedWritePoweroffChargeFlag() argument
126 void ShutdownController::RebootOrShutdown(const std::string& reason, bool isReboot) in RebootOrShutdown() argument
[all...]
/base/powermgr/power_manager/test/fuzztest/power_utils/
H A Dpower_fuzzer.cpp40 virtual void Reboot([[maybe_unused]] const std::string& reason) {}; in Reboot() argument
41 virtual void Shutdown([[maybe_unused]] const std::string& reason) {}; in Shutdown() argument
48 virtual void Reboot([[maybe_unused]] const std::string& reason) {}; in Reboot() argument
49 virtual void Shutdown([[maybe_unused]] const std::string& reason) {}; in Shutdown() argument
/base/powermgr/display_manager/brightness_manager/test/unittest/src/
H A Dmock_brightness_manager_interface.cpp57 void SetDisplayState(uint32_t id, DisplayState state, uint32_t reason) in SetDisplayState() argument
/base/powermgr/power_manager/frameworks/napi/power/
H A Dpower_napi.cpp211 std::string reason = NapiUtils::GetStringFromNapi(env, argv[INDEX_0]); in RebootOrShutdown() local
/base/msdp/device_status/intention/adapters/dsoftbus_adapter/src/
H A Ddsoftbus_adapter_impl.cpp277 static void OnShutdownLink(int32_t socket, ShutdownReason reason) in OnShutdownLink() argument
314 void DSoftbusAdapterImpl::OnShutdown(int32_t socket, ShutdownReason reason) in OnShutdown() argument
/base/request/request/services/include/
H A Dc_task_info.h34 uint8_t reason; member
44 uint8_t reason; member
50 uint8_t reason; member
89 uint8_t reason; member
100 uint8_t reason; member
/base/notification/eventhandler/interfaces/inner_api/
H A Devent_queue.h67 int reason; member
/base/notification/distributed_notification_service/frameworks/core/src/
H A Dans_subscriber_stub.cpp185 int32_t reason = 0; in HandleOnCanceledMap() local
219 int32_t reason = 0; in HandleOnCanceledListMap() local
/base/request/request/test/unittest/cpp_test/fwkTest/src/
H A Dresponse_message_receiver_test.cpp464 string reason = "reason"; in HWTEST_F() local
/base/telephony/core_service/test/fuzztest/sendsmsmoremode_fuzzer/
H A Dsendsmsmoremode_fuzzer.cpp152 int32_t reason = static_cast<int32_t>(*data + offset); in DeactivatePdpContext() local
/base/telephony/cellular_data/frameworks/native/
H A Dcellular_data_service_proxy.cpp368 int32_t CellularDataServiceProxy::ClearAllConnections(int32_t slotId, DisConnectionReason reason) in ClearAllConnections() argument
H A Dcellular_data_client.cpp339 int32_t CellularDataClient::ClearAllConnections(int32_t slotId, DisConnectionReason reason) in ClearAllConnections() argument
/base/telephony/call_manager/test/fuzztest/callabilitycallback_fuzzer/
H A Dcallabilitycallback_fuzzer.cpp143 int32_t reason = static_cast<uint32_t>(size); in UpdateCallDisconnectedCause() local
/base/telephony/cellular_data/services/src/apn_manager/
H A Dconnection_retry_policy.cpp149 DisConnectionReason ConnectionRetryPolicy::ConvertPdpErrorToDisconnReason(int32_t reason) in ConvertPdpErrorToDisconnReason() argument
/base/telephony/core_service/interfaces/innerkits/include/
H A Dtel_ril_call_parcel.h211 int32_t reason = 0; member
/base/telephony/core_service/services/tel_ril/src/
H A Dtel_ril_data.cpp57 int32_t TelRilData::DeactivatePdpContext(int32_t cid, int32_t reason, const AppExecFwk::InnerEvent::Pointer &response) in DeactivatePdpContext() argument
/base/telephony/call_manager/frameworks/native/src/
H A Dvoip_call_manager_proxy.cpp29 ReportIncomingCall( AppExecFwk::PacMap &extras, std::vector<uint8_t> &userProfile, ErrorReason &reason) ReportIncomingCall() argument
119 ReportOutgoingCall( AppExecFwk::PacMap &extras, std::vector<uint8_t> &userProfile, ErrorReason &reason) ReportOutgoingCall() argument
/base/telephony/cellular_call/services/common/src/
H A Dsupplement_request_cs.cpp61 int32_t SupplementRequestCs::GetCallTransferRequest(int32_t slotId, int32_t reason, int32_t index) in GetCallTransferRequest() argument
/base/update/updateservice/interfaces/inner_api/modulemgr/src/
H A Dmodule_manager.cpp124 void ModuleManager::HandleOnStartOnStopFunc(std::string phase, const OHOS::SystemAbilityOnDemandReason &reason) in HandleOnStartOnStopFunc() argument
146 int32_t ModuleManager::HandleOnIdleFunc(std::string phase, const OHOS::SystemAbilityOnDemandReason &reason) in HandleOnIdleFunc() argument

Completed in 20 milliseconds

1...<<21222324252627282930>>...90