/base/powermgr/power_manager/services/native/include/actions/ |
D | idevice_power_action.h | 28 virtual void Reboot(const std::string& reason) = 0;
|
/base/powermgr/power_manager/test/systemtest/mock/ |
D | mock_power_action.h | 28 MOCK_METHOD1(Reboot, void(const std::string& reason));
|
/base/powermgr/power_manager/test/mock/action/ |
D | mock_power_action.h | 29 MOCK_METHOD1(Reboot, void(const std::string& reason));
|
/base/powermgr/power_manager/services/native/src/actions/default/ |
D | device_power_action.h | 28 void Reboot(const std::string& reason) override;
|
D | device_power_action.cpp | 31 void DevicePowerAction::Reboot(const std::string& reason) in Reboot() function in OHOS::PowerMgr::DevicePowerAction
|
/base/powermgr/power_manager/test/apitest/inner_api/shutdown/ |
D | takeover_shutdown_callback_test.cpp | 110 EXPECT_CALL(*g_mockPowerAction, Reboot(std::string("test_reboot"))).Times(0); 199 EXPECT_CALL(*g_mockPowerAction, Reboot(std::string("test_reboot"))).Times(1);
|
D | sync_shutdown_callback_test.cpp | 174 EXPECT_CALL(*g_mockPowerAction, Reboot(std::string("test_reboot"))).Times(1);
|
D | async_shutdown_callback_test.cpp | 200 EXPECT_CALL(*g_mockPowerAction, Reboot(std::string("test_reboot"))).Times(1);
|
/base/powermgr/power_manager/test/unittest/src/ |
D | power_mgr_mock_test.cpp | 80 EXPECT_CALL(*g_powerAction, Reboot(std::string("test"))).Times(1);
|
/base/powermgr/power_manager/frameworks/napi/power/ |
D | power_napi.h | 29 static napi_value Reboot(napi_env env, napi_callback_info info);
|
D | power_module.cpp | 84 DECLARE_NAPI_FUNCTION("reboot", PowerNapi::Reboot), in PowerInit()
|
D | power_napi.cpp | 41 napi_value PowerNapi::Reboot(napi_env env, napi_callback_info info) in Reboot() function in OHOS::PowerMgr::PowerNapi
|
/base/powermgr/power_manager/services/native/src/shutdown/ |
D | shutdown_controller.h | 37 void Reboot(const std::string& reason);
|
D | shutdown_controller.cpp | 57 void ShutdownController::Reboot(const std::string& reason) in Reboot() function in OHOS::PowerMgr::ShutdownController 128 isReboot ? devicePowerAction_->Reboot(reason) : devicePowerAction_->Shutdown(reason); in RebootOrShutdown()
|
/base/update/updater/services/flashd/ |
D | flashd_basepkg.bat | 19 @echo "Start Reboot Flashd..."
|
/base/powermgr/power_manager/test/fuzztest/power_fuzzer/ |
D | power_fuzzer.cpp | 46 virtual void Reboot([[maybe_unused]] const std::string& reason) {}; in Reboot() function in OHOS::PowerMgr::FuzzPowerAction
|
/base/powermgr/power_manager/test/systemtest/src/ |
D | power_mgr_st_mock_test.cpp | 83 EXPECT_CALL(*g_powerAction, Reboot(std::string("test"))).Times(1);
|
/base/powermgr/power_manager/services/native/src/ |
D | power_mgr_service.cpp | 415 shutdownController_->Reboot(reason); in RebootDeviceForDeprecated()
|
/base/update/updater/test/unittest/test_data/applypatch/ |
D | TestGZipModeImagePatch.old.gz |
|