Home
last modified time | relevance | path

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

/base/powermgr/power_manager/services/native/test/unittest/src/
Dshutdown_test.cpp45 powerMgrClient.ShutDownDevice(string("ShutDownDeviceTest001"));
Dpower_shutdown_callback_test.cpp59 powerMgrClient.ShutDownDevice(string("ShutDownDeviceTest001"));
Dpower_shutdown_test.cpp83 powerMgrClient.ShutDownDevice(string("ShutDownDeviceTest001"));
Dces_system_test.cpp81 powerMgrClient.ShutDownDevice(string("ShutDownDeviceTest001"));
Dpower_state_machine_test.cpp245 powerMgrClient.ShutDownDevice(string("ShutDownDeviceTest001"));
295 powerMgrClient.ShutDownDevice(string("ShutDownDeviceTestThread")); in Shutdownthread()
Dpower_mgr_mock_test.cpp111 pms->ShutDownDevice(std::string("test"));
/base/powermgr/power_manager/interfaces/innerkits/native/include/
Dpower_mgr_client.h47 PowerErrors ShutDownDevice(const std::string& reason);
Dipower_mgr.h82 virtual PowerErrors ShutDownDevice(const std::string& reason) = 0;
/base/powermgr/power_manager/services/native/test/unittest/src/mock/
Dpower_mock_parcel_test.cpp74 powerMgrClient.ShutDownDevice(" ");
215 sptrProxy->ShutDownDevice(" ");
Dpower_mock_proxy_test.cpp136 EXPECT_EQ(sptrProxy->ShutDownDevice(" "), PowerErrors::ERR_CONNECTION_FAIL);
Dpower_mock_object_test.cpp143 sptrProxy->ShutDownDevice(" ");
Dpower_mock_peer_test.cpp181 EXPECT_EQ(sptrProxy->ShutDownDevice(" "), PowerErrors::ERR_CONNECTION_FAIL);
/base/powermgr/power_manager/frameworks/native/
Dpower_mgr_client.cpp123 PowerErrors PowerMgrClient::ShutDownDevice(const std::string& reason) in ShutDownDevice() function in OHOS::PowerMgr::PowerMgrClient
126 return proxy_->ShutDownDevice(reason); in ShutDownDevice()
/base/powermgr/power_manager/services/zidl/include/
Dpower_mgr_proxy.h68 virtual PowerErrors ShutDownDevice(const std::string& reason) override;
/base/powermgr/thermal_manager/services/native/src/thermal_action/action/
Daction_shutdown.cpp114 PowerMgrClient::GetInstance().ShutDownDevice(SHUTDOWN_REASON); in ShutdownRequest()
/base/powermgr/power_manager/services/native/include/
Dpower_mgr_service.h47 virtual PowerErrors ShutDownDevice(const std::string& reason) override;
/base/powermgr/power_manager/frameworks/napi/power/
Dpower.cpp61 g_powerMgrClient.ShutDownDevice(std::string(reason)); in RebootOrShutdown()
Dpower_napi.cpp133 code = g_powerMgrClient.ShutDownDevice(reason); in RebootOrShutdown()
/base/powermgr/battery_manager/services/native/src/
Dbattery_service.cpp384 powerMgrClient.ShutDownDevice(reason); in HandleTemperature()
395 powerMgrClient.ShutDownDevice(reason); in HandleCapacity()
/base/powermgr/power_manager/services/zidl/src/
Dpower_mgr_stub.cpp245 PowerErrors error = ShutDownDevice(reason); in ShutDownDeviceStub()
Dpower_mgr_proxy.cpp292 PowerErrors PowerMgrProxy::ShutDownDevice(const std::string& reason) in ShutDownDevice() function in OHOS::PowerMgr::PowerMgrProxy
/base/powermgr/power_manager/services/native/src/
Dpower_mgr_service.cpp519 PowerErrors PowerMgrService::ShutDownDevice(const std::string& reason) in ShutDownDevice() function in OHOS::PowerMgr::PowerMgrService
/base/powermgr/power_manager/test/systemtest/src/
Dpower_mgr_st_mock_test.cpp105 pms->ShutDownDevice(std::string("test"));