/base/powermgr/power_manager/services/native/test/unittest/src/ |
D | shutdown_test.cpp | 45 powerMgrClient.ShutDownDevice(string("ShutDownDeviceTest001"));
|
D | power_shutdown_callback_test.cpp | 59 powerMgrClient.ShutDownDevice(string("ShutDownDeviceTest001"));
|
D | power_shutdown_test.cpp | 83 powerMgrClient.ShutDownDevice(string("ShutDownDeviceTest001"));
|
D | ces_system_test.cpp | 81 powerMgrClient.ShutDownDevice(string("ShutDownDeviceTest001"));
|
D | power_state_machine_test.cpp | 245 powerMgrClient.ShutDownDevice(string("ShutDownDeviceTest001")); 295 powerMgrClient.ShutDownDevice(string("ShutDownDeviceTestThread")); in Shutdownthread()
|
D | power_mgr_mock_test.cpp | 111 pms->ShutDownDevice(std::string("test"));
|
/base/powermgr/power_manager/interfaces/innerkits/native/include/ |
D | power_mgr_client.h | 47 PowerErrors ShutDownDevice(const std::string& reason);
|
D | ipower_mgr.h | 82 virtual PowerErrors ShutDownDevice(const std::string& reason) = 0;
|
/base/powermgr/power_manager/services/native/test/unittest/src/mock/ |
D | power_mock_parcel_test.cpp | 74 powerMgrClient.ShutDownDevice(" "); 215 sptrProxy->ShutDownDevice(" ");
|
D | power_mock_proxy_test.cpp | 136 EXPECT_EQ(sptrProxy->ShutDownDevice(" "), PowerErrors::ERR_CONNECTION_FAIL);
|
D | power_mock_object_test.cpp | 143 sptrProxy->ShutDownDevice(" ");
|
D | power_mock_peer_test.cpp | 181 EXPECT_EQ(sptrProxy->ShutDownDevice(" "), PowerErrors::ERR_CONNECTION_FAIL);
|
/base/powermgr/power_manager/frameworks/native/ |
D | power_mgr_client.cpp | 123 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/ |
D | power_mgr_proxy.h | 68 virtual PowerErrors ShutDownDevice(const std::string& reason) override;
|
/base/powermgr/thermal_manager/services/native/src/thermal_action/action/ |
D | action_shutdown.cpp | 114 PowerMgrClient::GetInstance().ShutDownDevice(SHUTDOWN_REASON); in ShutdownRequest()
|
/base/powermgr/power_manager/services/native/include/ |
D | power_mgr_service.h | 47 virtual PowerErrors ShutDownDevice(const std::string& reason) override;
|
/base/powermgr/power_manager/frameworks/napi/power/ |
D | power.cpp | 61 g_powerMgrClient.ShutDownDevice(std::string(reason)); in RebootOrShutdown()
|
D | power_napi.cpp | 133 code = g_powerMgrClient.ShutDownDevice(reason); in RebootOrShutdown()
|
/base/powermgr/battery_manager/services/native/src/ |
D | battery_service.cpp | 384 powerMgrClient.ShutDownDevice(reason); in HandleTemperature() 395 powerMgrClient.ShutDownDevice(reason); in HandleCapacity()
|
/base/powermgr/power_manager/services/zidl/src/ |
D | power_mgr_stub.cpp | 245 PowerErrors error = ShutDownDevice(reason); in ShutDownDeviceStub()
|
D | power_mgr_proxy.cpp | 292 PowerErrors PowerMgrProxy::ShutDownDevice(const std::string& reason) in ShutDownDevice() function in OHOS::PowerMgr::PowerMgrProxy
|
/base/powermgr/power_manager/services/native/src/ |
D | power_mgr_service.cpp | 519 PowerErrors PowerMgrService::ShutDownDevice(const std::string& reason) in ShutDownDevice() function in OHOS::PowerMgr::PowerMgrService
|
/base/powermgr/power_manager/test/systemtest/src/ |
D | power_mgr_st_mock_test.cpp | 105 pms->ShutDownDevice(std::string("test"));
|