Home
last modified time | relevance | path

Searched refs:RebootDevice (Results 1 – 23 of 23) sorted by relevance

/base/iothardware/peripheral/interfaces/inner_api/
Dreset.h51 void RebootDevice(unsigned int cause);
/base/powermgr/power_manager/services/native/test/unittest/src/
Dreboot_test.cpp44 powerMgrClient.RebootDevice(string("RebootDeviceTest001"));
Dpower_state_machine_test.cpp263 powerMgrClient.RebootDevice(string("RebootDeviceTest001"));
287 powerMgrClient.RebootDevice(string("RebootDeviceTestThread")); in Rebootthread()
Dpower_mgr_service_test.cpp113 powerMgrClient.RebootDevice("test");
Dpower_mgr_mock_test.cpp83 pms->RebootDevice(std::string("test"));
/base/update/updater/services/flashd/daemon/
Dsystem_depend.cpp50 bool RebootDevice(const string &cmd) in RebootDevice() function
/base/powermgr/power_manager/frameworks/napi/power/
Dpower.h39 static napi_value RebootDevice(napi_env env, napi_callback_info info);
Dpower_module.cpp77 DECLARE_NAPI_FUNCTION("rebootDevice", Power::RebootDevice), in PowerInit()
Dpower.cpp71 napi_value Power::RebootDevice(napi_env env, napi_callback_info info) in RebootDevice() function in OHOS::PowerMgr::Power
Dpower_napi.cpp131 code = g_powerMgrClient.RebootDevice(reason); in RebootOrShutdown()
/base/powermgr/power_manager/interfaces/innerkits/native/include/
Dpower_mgr_client.h38 PowerErrors RebootDevice(const std::string& reason);
Dipower_mgr.h80 virtual PowerErrors RebootDevice(const std::string& reason) = 0;
/base/powermgr/power_manager/services/native/test/unittest/src/mock/
Dpower_mock_parcel_test.cpp73 powerMgrClient.RebootDevice(" ");
214 sptrProxy->RebootDevice(" ");
Dpower_mock_proxy_test.cpp135 EXPECT_EQ(sptrProxy->RebootDevice(" "), PowerErrors::ERR_CONNECTION_FAIL);
Dpower_mock_object_test.cpp141 sptrProxy->RebootDevice(" ");
Dpower_mock_peer_test.cpp180 EXPECT_EQ(sptrProxy->RebootDevice(" "), PowerErrors::ERR_CONNECTION_FAIL);
/base/powermgr/power_manager/frameworks/native/
Dpower_mgr_client.cpp111 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/
Dpower_mgr_proxy.h66 virtual PowerErrors RebootDevice(const std::string& reason) override;
/base/powermgr/power_manager/services/native/include/
Dpower_mgr_service.h45 virtual PowerErrors RebootDevice(const std::string& reason) override;
/base/powermgr/power_manager/services/zidl/src/
Dpower_mgr_stub.cpp229 PowerErrors error = RebootDevice(reason); in RebootDeviceStub()
Dpower_mgr_proxy.cpp240 PowerErrors PowerMgrProxy::RebootDevice(const std::string& reason) in RebootDevice() function in OHOS::PowerMgr::PowerMgrProxy
/base/powermgr/power_manager/services/native/src/
Dpower_mgr_service.cpp490 PowerErrors PowerMgrService::RebootDevice(const std::string& reason) in RebootDevice() function in OHOS::PowerMgr::PowerMgrService
/base/powermgr/power_manager/test/systemtest/src/
Dpower_mgr_st_mock_test.cpp81 pms->RebootDevice(std::string("test"));