/base/powermgr/power_manager/test/apitest/inner_api/shutdown/ |
D | sync_shutdown_callback_test.cpp | 101 g_service->ShutDownDevice("test_shutdown"); 119 g_service->ShutDownDevice("test_shutdown"); 138 g_service->ShutDownDevice("test_shutdown"); 157 g_service->ShutDownDevice("test_shutdown"); 178 g_service->ShutDownDevice("test_shutdown");
|
D | takeover_shutdown_callback_test.cpp | 115 powerMgrClient.ShutDownDevice("test_shutdown"); // shutdown will be taken over 135 powerMgrClient.ShutDownDevice("test_shutdown"); // shutdown will be taken over 157 powerMgrClient.ShutDownDevice("test_shutdown"); // shutdown will be taken over 179 powerMgrClient.ShutDownDevice("test_shutdown"); // shutdown will be taken over 203 powerMgrClient.ShutDownDevice("test_shutdown"); // shutdown will not be taken over
|
D | async_shutdown_callback_test.cpp | 127 g_service->ShutDownDevice("test_shutdown"); 145 g_service->ShutDownDevice("test_shutdown"); 164 g_service->ShutDownDevice("test_shutdown"); 183 g_service->ShutDownDevice("test_shutdown"); 204 g_service->ShutDownDevice("test_shutdown");
|
/base/powermgr/power_manager/test/systemtest/src/ |
D | power_mgr_shutdown_fast_test.cpp | 114 powerMgrClient.ShutDownDevice(SHUTDOWN_FAST_REASON); 136 powerMgrClient.ShutDownDevice(SHUTDOWN_FAST_REASON);
|
D | power_mgr_st_mock_test.cpp | 108 pms->ShutDownDevice(std::string("test"));
|
/base/powermgr/power_manager/test/unittest/src/ |
D | shutdown_client_test.cpp | 94 powerMgrClient.ShutDownDevice("RegisterShutdownCallback001"); 126 powerMgrClient.ShutDownDevice("UnRegisterShutdownCallback002");
|
D | ces_system_test.cpp | 81 powerMgrClient.ShutDownDevice(string("ShutDownDeviceTest001"));
|
D | power_mgr_service_native_test.cpp | 124 EXPECT_TRUE(g_pmsTest->ShutDownDevice(SHUTDOWN_FAST_REASON) == PowerErrors::ERR_OK);
|
D | power_state_machine_test.cpp | 258 powerMgrClient.ShutDownDevice(string("ShutDownDeviceTestThread")); in Shutdownthread()
|
D | power_getcontroller_mock_test.cpp | 63 PowerErrors ShutDownDevice(const std::string& reason) override;
|
/base/powermgr/power_manager/test/unittest/src/mock/ |
D | power_mock_parcel_test.cpp | 67 powerMgrClient.ShutDownDevice(" "); 189 sptrProxy->ShutDownDevice(" ");
|
D | power_mock_object_test.cpp | 127 sptrProxy->ShutDownDevice(" ");
|
D | power_mock_proxy_test.cpp | 120 EXPECT_EQ(sptrProxy->ShutDownDevice(" "), PowerErrors::ERR_CONNECTION_FAIL);
|
D | power_mock_peer_test.cpp | 158 EXPECT_EQ(sptrProxy->ShutDownDevice(" "), PowerErrors::ERR_CONNECTION_FAIL);
|
/base/powermgr/power_manager/test/unittest/include/servicetest/ |
D | powermgr_service_test_proxy.h | 65 PowerErrors ShutDownDevice(const std::string& reason);
|
/base/powermgr/power_manager/interfaces/inner_api/native/include/ |
D | power_mgr_client.h | 47 PowerErrors ShutDownDevice(const std::string& reason);
|
D | ipower_mgr.h | 50 virtual PowerErrors ShutDownDevice(const std::string& reason) = 0;
|
/base/powermgr/power_manager/frameworks/native/ |
D | power_mgr_client.cpp | 118 PowerErrors PowerMgrClient::ShutDownDevice(const std::string& reason) in ShutDownDevice() function in OHOS::PowerMgr::PowerMgrClient 121 return proxy_->ShutDownDevice(reason); in ShutDownDevice()
|
/base/powermgr/thermal_manager/services/native/src/thermal_action/action/ |
D | action_shutdown.cpp | 109 PowerMgrClient::GetInstance().ShutDownDevice(SHUTDOWN_REASON); in ShutdownRequest()
|
/base/powermgr/power_manager/services/zidl/include/ |
D | power_mgr_proxy.h | 67 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 | 156 code = g_powerMgrClient.ShutDownDevice(reason); in RebootOrShutdown()
|
/base/powermgr/power_manager/services/native/include/ |
D | power_mgr_service.h | 50 virtual PowerErrors ShutDownDevice(const std::string& reason) override;
|
/base/powermgr/battery_manager/services/native/src/ |
D | battery_service.cpp | 345 powerMgrClient.ShutDownDevice("TemperatureOutOfRange"); in HandleTemperature() 357 powerMgrClient.ShutDownDevice("LowCapacity"); in HandleCapacity()
|
/base/powermgr/power_manager/services/zidl/src/ |
D | power_mgr_stub.cpp | 279 PowerErrors error = ShutDownDevice(reason); in ShutDownDeviceStub()
|