Searched refs:RebootDeviceForDeprecated (Results 1 – 14 of 14) sorted by relevance
81 pms->RebootDeviceForDeprecated(std::string("test"));
62 PowerErrors RebootDeviceForDeprecated(const std::string& reason) override;
64 PowerErrors RebootDeviceForDeprecated(const std::string& reason);
39 PowerErrors RebootDeviceForDeprecated(const std::string& reason);
49 virtual PowerErrors RebootDeviceForDeprecated(const std::string& reason) = 0;
112 PowerErrors PowerMgrClient::RebootDeviceForDeprecated(const std::string& reason) in RebootDeviceForDeprecated() function in OHOS::PowerMgr::PowerMgrClient115 return proxy_->RebootDeviceForDeprecated(reason); in RebootDeviceForDeprecated()
126 sptrProxy->RebootDeviceForDeprecated(" ");
66 powerMgrClient.RebootDeviceForDeprecated(" ");
66 virtual PowerErrors RebootDeviceForDeprecated(const std::string& reason) override;
59 g_powerMgrClient.RebootDeviceForDeprecated(std::string(reason)); in RebootOrShutdown()
49 virtual PowerErrors RebootDeviceForDeprecated(const std::string& reason) override;
397 return RebootDeviceForDeprecated(reason); in RebootDevice()400 PowerErrors PowerMgrService::RebootDeviceForDeprecated(const std::string& reason) in RebootDeviceForDeprecated() function in OHOS::PowerMgr::PowerMgrService
271 PowerErrors error = RebootDeviceForDeprecated(reason); in RebootDeviceForDeprecatedStub()
308 PowerErrors PowerMgrProxy::RebootDeviceForDeprecated(const std::string& reason) in RebootDeviceForDeprecated() function in OHOS::PowerMgr::PowerMgrProxy