Home
last modified time | relevance | path

Searched refs:RebootDeviceForDeprecated (Results 1 – 14 of 14) sorted by relevance

/base/powermgr/power_manager/test/unittest/src/
Dpower_mgr_mock_test.cpp81 pms->RebootDeviceForDeprecated(std::string("test"));
Dpower_getcontroller_mock_test.cpp62 PowerErrors RebootDeviceForDeprecated(const std::string& reason) override;
/base/powermgr/power_manager/test/unittest/include/servicetest/
Dpowermgr_service_test_proxy.h64 PowerErrors RebootDeviceForDeprecated(const std::string& reason);
/base/powermgr/power_manager/interfaces/inner_api/native/include/
Dpower_mgr_client.h39 PowerErrors RebootDeviceForDeprecated(const std::string& reason);
Dipower_mgr.h49 virtual PowerErrors RebootDeviceForDeprecated(const std::string& reason) = 0;
/base/powermgr/power_manager/frameworks/native/
Dpower_mgr_client.cpp112 PowerErrors PowerMgrClient::RebootDeviceForDeprecated(const std::string& reason) in RebootDeviceForDeprecated() function in OHOS::PowerMgr::PowerMgrClient
115 return proxy_->RebootDeviceForDeprecated(reason); in RebootDeviceForDeprecated()
/base/powermgr/power_manager/test/unittest/src/mock/
Dpower_mock_object_test.cpp126 sptrProxy->RebootDeviceForDeprecated(" ");
Dpower_mock_parcel_test.cpp66 powerMgrClient.RebootDeviceForDeprecated(" ");
/base/powermgr/power_manager/services/zidl/include/
Dpower_mgr_proxy.h66 virtual PowerErrors RebootDeviceForDeprecated(const std::string& reason) override;
/base/powermgr/power_manager/frameworks/napi/power/
Dpower.cpp59 g_powerMgrClient.RebootDeviceForDeprecated(std::string(reason)); in RebootOrShutdown()
/base/powermgr/power_manager/services/native/include/
Dpower_mgr_service.h49 virtual PowerErrors RebootDeviceForDeprecated(const std::string& reason) override;
/base/powermgr/power_manager/services/native/src/
Dpower_mgr_service.cpp397 return RebootDeviceForDeprecated(reason); in RebootDevice()
400 PowerErrors PowerMgrService::RebootDeviceForDeprecated(const std::string& reason) in RebootDeviceForDeprecated() function in OHOS::PowerMgr::PowerMgrService
/base/powermgr/power_manager/services/zidl/src/
Dpower_mgr_stub.cpp271 PowerErrors error = RebootDeviceForDeprecated(reason); in RebootDeviceForDeprecatedStub()
Dpower_mgr_proxy.cpp308 PowerErrors PowerMgrProxy::RebootDeviceForDeprecated(const std::string& reason) in RebootDeviceForDeprecated() function in OHOS::PowerMgr::PowerMgrProxy