Home
last modified time | relevance | path

Searched refs:RebootDeviceForDeprecated (Results 1 - 13 of 13) sorted by relevance

/base/powermgr/power_manager/test/unittest/src/
H A Dpower_mgr_mock_test.cpp66 * @tc.desc: test RebootDeviceForDeprecated by mock
81 pms->RebootDeviceForDeprecated(std::string("test")); in HWTEST_F()
/base/powermgr/power_manager/test/unittest/include/servicetest/
H A Dpowermgr_service_test_proxy.h66 PowerErrors RebootDeviceForDeprecated(const std::string& reason);
/base/powermgr/power_manager/interfaces/inner_api/native/include/
H A Dpower_mgr_client.h43 PowerErrors RebootDeviceForDeprecated(const std::string& reason);
H A Dipower_mgr.h57 virtual PowerErrors RebootDeviceForDeprecated(const std::string& reason) = 0;
/base/powermgr/power_manager/services/zidl/include/
H A Dpower_mgr_proxy.h74 virtual PowerErrors RebootDeviceForDeprecated(const std::string& reason) override;
/base/powermgr/power_manager/frameworks/napi/power/
H A Dpower.cpp59 g_powerMgrClient.RebootDeviceForDeprecated(std::string(reason)); in RebootOrShutdown()
/base/powermgr/power_manager/test/unittest/src/mock/
H A Dpower_mock_parcel_test.cpp73 powerMgrClient.RebootDeviceForDeprecated(" "); in HWTEST_F()
H A Dpower_mock_object_test.cpp160 sptrProxy->RebootDeviceForDeprecated(" "); in HWTEST_F()
/base/powermgr/power_manager/frameworks/native/
H A Dpower_mgr_client.cpp172 PowerErrors PowerMgrClient::RebootDeviceForDeprecated(const std::string& reason) in RebootDeviceForDeprecated() function in OHOS::PowerMgr::PowerMgrClient
175 return proxy_->RebootDeviceForDeprecated(reason); in RebootDeviceForDeprecated()
/base/powermgr/power_manager/services/native/include/
H A Dpower_mgr_service.h77 virtual PowerErrors RebootDeviceForDeprecated(const std::string& reason) override;
/base/powermgr/power_manager/services/zidl/src/
H A Dpower_mgr_stub.cpp362 PowerErrors error = RebootDeviceForDeprecated(reason); in RebootDeviceForDeprecatedStub()
H A Dpower_mgr_proxy.cpp389 PowerErrors PowerMgrProxy::RebootDeviceForDeprecated(const std::string& reason) in RebootDeviceForDeprecated() function in OHOS::PowerMgr::PowerMgrProxy
/base/powermgr/power_manager/services/native/src/
H A Dpower_mgr_service.cpp806 return RebootDeviceForDeprecated(reason); in RebootDevice()
809 PowerErrors PowerMgrService::RebootDeviceForDeprecated(const std::string& reason) in RebootDeviceForDeprecated() function in OHOS::PowerMgr::PowerMgrService

Completed in 12 milliseconds