/ohos5.0/base/powermgr/power_manager/test/apitest/inner_api/shutdown/ |
H A D | sync_shutdown_callback_test.cpp | 120 g_service->RebootDevice("test_reboot"); 197 g_service->RebootDevice("test_reboot");
|
H A D | takeover_shutdown_callback_test.cpp | 111 powerMgrClient.RebootDevice("test_reboot"); // reboot will be taken over 200 powerMgrClient.RebootDevice("test_reboot"); // reboot will not be taken over
|
H A D | async_shutdown_callback_test.cpp | 152 g_service->RebootDevice("test_reboot"); 229 g_service->RebootDevice("test_reboot");
|
/ohos5.0/base/iothardware/peripheral/interfaces/inner_api/ |
H A D | reset.h | 51 void RebootDevice(unsigned int cause);
|
/ohos5.0/base/powermgr/power_manager/test/unittest/src/interface_test/ |
H A D | shutdown_client_test.cpp | 101 powerMgrClient.RebootDevice("RegisterShutdownCallback001"); 133 powerMgrClient.RebootDevice("UnRegisterShutdownCallback002");
|
H A D | power_state_machine_test.cpp | 286 powerMgrClient.RebootDevice(string("RebootDeviceTestThread")); in Rebootthread()
|
/ohos5.0/base/update/updater/services/flashd/daemon/ |
H A D | system_depend.cpp | 53 bool RebootDevice(const string &cmd) in RebootDevice() function
|
/ohos5.0/base/customization/enterprise_device_management/services/edm_plugin/src/ |
H A D | reboot_plugin.cpp | 39 PowerMgr::PowerErrors ret = powerMgrClient.RebootDevice("edm_Reboot"); in OnSetPolicy()
|
H A D | operate_device_plugin.cpp | 61 ret = powerMgrClient.RebootDevice("edm_Reboot"); in OnSetPolicy()
|
/ohos5.0/base/powermgr/power_manager/frameworks/napi/power/ |
H A D | power.h | 39 static napi_value RebootDevice(napi_env env, napi_callback_info info);
|
H A D | power_module.cpp | 77 DECLARE_NAPI_FUNCTION("rebootDevice", Power::RebootDevice), in PowerInit()
|
H A D | power.cpp | 71 napi_value Power::RebootDevice(napi_env env, napi_callback_info info) in RebootDevice() function in OHOS::PowerMgr::Power
|
H A D | power_napi.cpp | 216 code = g_powerMgrClient.RebootDevice(reason); in RebootOrShutdown()
|
/ohos5.0/base/powermgr/power_manager/test/unittest/src/mock/ |
H A D | power_mock_parcel_test.cpp | 72 powerMgrClient.RebootDevice(" "); 203 sptrProxy->RebootDevice(" ");
|
H A D | power_mock_proxy_test.cpp | 129 EXPECT_EQ(sptrProxy->RebootDevice(" "), PowerErrors::ERR_CONNECTION_FAIL);
|
H A D | power_mock_object_test.cpp | 159 sptrProxy->RebootDevice(" ");
|
H A D | power_mock_peer_test.cpp | 173 EXPECT_EQ(sptrProxy->RebootDevice(" "), PowerErrors::ERR_CONNECTION_FAIL);
|
/ohos5.0/foundation/barrierfree/accessibility/services/test/mock/powermanager/src/ |
H A D | mock_power_mgr_client.cpp | 39 PowerErrors PowerMgrClient::RebootDevice(const std::string& reason) in RebootDevice() function in OHOS::PowerMgr::PowerMgrClient
|
/ohos5.0/base/powermgr/power_manager/test/unittest/include/servicetest/ |
H A D | powermgr_service_test_proxy.h | 65 PowerErrors RebootDevice(const std::string& reason);
|
/ohos5.0/base/powermgr/power_manager/interfaces/inner_api/native/include/ |
H A D | power_mgr_client.h | 42 PowerErrors RebootDevice(const std::string& reason);
|
H A D | ipower_mgr.h | 56 virtual PowerErrors RebootDevice(const std::string& reason) = 0;
|
/ohos5.0/base/powermgr/power_manager/frameworks/native/ |
H A D | power_mgr_client.cpp | 166 PowerErrors PowerMgrClient::RebootDevice(const std::string& reason) in RebootDevice() function in OHOS::PowerMgr::PowerMgrClient 169 return proxy_->RebootDevice(reason); in RebootDevice()
|
/ohos5.0/base/powermgr/power_manager/services/zidl/include/ |
H A D | power_mgr_proxy.h | 73 virtual PowerErrors RebootDevice(const std::string& reason) override;
|
/ohos5.0/base/powermgr/battery_manager/services/native/src/ |
H A D | battery_notify.cpp | 117 PowerMgrClient::GetInstance().RebootDevice(ueventName); in HandleUevent()
|
/ohos5.0/base/powermgr/power_manager/services/native/include/ |
H A D | power_mgr_service.h | 63 virtual PowerErrors RebootDevice(const std::string& reason) override;
|