/base/iothardware/peripheral/interfaces/inner_api/ |
D | reset.h | 51 void RebootDevice(unsigned int cause);
|
/base/powermgr/power_manager/services/native/test/unittest/src/ |
D | reboot_test.cpp | 44 powerMgrClient.RebootDevice(string("RebootDeviceTest001"));
|
D | power_state_machine_test.cpp | 263 powerMgrClient.RebootDevice(string("RebootDeviceTest001")); 287 powerMgrClient.RebootDevice(string("RebootDeviceTestThread")); in Rebootthread()
|
D | power_mgr_service_test.cpp | 113 powerMgrClient.RebootDevice("test");
|
D | power_mgr_mock_test.cpp | 83 pms->RebootDevice(std::string("test"));
|
/base/update/updater/services/flashd/daemon/ |
D | system_depend.cpp | 50 bool RebootDevice(const string &cmd) in RebootDevice() function
|
/base/powermgr/power_manager/frameworks/napi/power/ |
D | power.h | 39 static napi_value RebootDevice(napi_env env, napi_callback_info info);
|
D | power_module.cpp | 77 DECLARE_NAPI_FUNCTION("rebootDevice", Power::RebootDevice), in PowerInit()
|
D | power.cpp | 71 napi_value Power::RebootDevice(napi_env env, napi_callback_info info) in RebootDevice() function in OHOS::PowerMgr::Power
|
D | power_napi.cpp | 131 code = g_powerMgrClient.RebootDevice(reason); in RebootOrShutdown()
|
/base/powermgr/power_manager/interfaces/innerkits/native/include/ |
D | power_mgr_client.h | 38 PowerErrors RebootDevice(const std::string& reason);
|
D | ipower_mgr.h | 80 virtual PowerErrors RebootDevice(const std::string& reason) = 0;
|
/base/powermgr/power_manager/services/native/test/unittest/src/mock/ |
D | power_mock_parcel_test.cpp | 73 powerMgrClient.RebootDevice(" "); 214 sptrProxy->RebootDevice(" ");
|
D | power_mock_proxy_test.cpp | 135 EXPECT_EQ(sptrProxy->RebootDevice(" "), PowerErrors::ERR_CONNECTION_FAIL);
|
D | power_mock_object_test.cpp | 141 sptrProxy->RebootDevice(" ");
|
D | power_mock_peer_test.cpp | 180 EXPECT_EQ(sptrProxy->RebootDevice(" "), PowerErrors::ERR_CONNECTION_FAIL);
|
/base/powermgr/power_manager/frameworks/native/ |
D | power_mgr_client.cpp | 111 PowerErrors PowerMgrClient::RebootDevice(const std::string& reason) in RebootDevice() function in OHOS::PowerMgr::PowerMgrClient 114 return proxy_->RebootDevice(reason); in RebootDevice()
|
/base/powermgr/power_manager/services/zidl/include/ |
D | power_mgr_proxy.h | 66 virtual PowerErrors RebootDevice(const std::string& reason) override;
|
/base/powermgr/power_manager/services/native/include/ |
D | power_mgr_service.h | 45 virtual PowerErrors RebootDevice(const std::string& reason) override;
|
/base/powermgr/power_manager/services/zidl/src/ |
D | power_mgr_stub.cpp | 229 PowerErrors error = RebootDevice(reason); in RebootDeviceStub()
|
D | power_mgr_proxy.cpp | 240 PowerErrors PowerMgrProxy::RebootDevice(const std::string& reason) in RebootDevice() function in OHOS::PowerMgr::PowerMgrProxy
|
/base/powermgr/power_manager/services/native/src/ |
D | power_mgr_service.cpp | 490 PowerErrors PowerMgrService::RebootDevice(const std::string& reason) in RebootDevice() function in OHOS::PowerMgr::PowerMgrService
|
/base/powermgr/power_manager/test/systemtest/src/ |
D | power_mgr_st_mock_test.cpp | 81 pms->RebootDevice(std::string("test"));
|