Home
last modified time | relevance | path

Searched refs:Shutdown (Results 1 - 25 of 55) sorted by relevance

123

/base/security/security_guard/services/security_collector/include/
H A Dsecurity_collector_subscriber_manager.h60 ~CleanupTimer() { Shutdown(); } in ~CleanupTimer()
74 void Shutdown() in Shutdown() function in OHOS::Security::SecurityCollector::SecurityCollectorSubscriberManager::CleanupTimer
79 timer_.Shutdown(); in Shutdown()
/base/powermgr/power_manager/services/native/include/actions/
H A Didevice_power_action.h29 virtual void Shutdown(const std::string& reason) = 0;
/base/powermgr/power_manager/test/mock/action/
H A Dmock_power_action.h30 MOCK_METHOD1(Shutdown, void(const std::string& reason));
/base/powermgr/power_manager/test/systemtest/mock/
H A Dmock_power_action.h29 MOCK_METHOD1(Shutdown, void(const std::string& reason));
/base/security/device_security_level/test/dslm_fuzz_test/mock/
H A Dmock.cpp34 void Shutdown(int32_t socket) in Shutdown() function
/base/powermgr/power_manager/services/native/src/actions/default/
H A Ddevice_power_action.h29 void Shutdown(const std::string& reason) override;
H A Ddevice_power_action.cpp38 void DevicePowerAction::Shutdown(const std::string& reason) in Shutdown() function in OHOS::PowerMgr::DevicePowerAction
40 POWER_HILOGI(FEATURE_SHUTDOWN, "Shutdown executing"); in Shutdown()
/base/useriam/user_auth_framework/services/base/src/
H A Drelative_timer.cpp33 timer_.Shutdown(); in ~RelativeTimer()
/base/customization/enterprise_device_management/interfaces/inner_api/device_control/include/
H A Ddevice_control_proxy.h30 int32_t Shutdown(AppExecFwk::ElementName &admin);
/base/customization/enterprise_device_management/interfaces/kits/device_control/include/
H A Ddevice_control_addon.h43 static napi_value Shutdown(napi_env env, napi_callback_info info);
/base/powermgr/power_manager/test/fuzztest/power_utils/
H A Dpower_fuzzer.cpp41 virtual void Shutdown([[maybe_unused]] const std::string& reason) {}; in Shutdown() function in OHOS::PowerMgr::FuzzPowerAction
49 virtual void Shutdown([[maybe_unused]] const std::string& reason) {}; in Shutdown() function in OHOS::PowerMgr::FuzzShutdownAction
/base/security/device_security_level/test/dslm_unit_test/
H A Ddslm_msg_interface_mock.h54 virtual void Shutdown(int32_t socket) = 0;
76 MOCK_METHOD(void, Shutdown, (int32_t socket), (override));
H A Ddslm_msg_interface_mock.cpp163 void Shutdown(int32_t socket) in Shutdown() function
166 interface->Shutdown(socket); in Shutdown()
/base/hiviewdfx/faultloggerd/test/benchmarktest/main/
H A Dmain_benchmark.cpp78 ::benchmark::Shutdown(); in main()
/base/powermgr/power_manager/frameworks/napi/power/
H A Dpower_napi.h28 static napi_value Shutdown(napi_env env, napi_callback_info info);
/base/security/device_security_level/baselib/utils/src/
H A Dutils_timer.cpp39 this->Shutdown(); in ~UtilsTimer()
/base/powermgr/power_manager/test/apitest/inner_api/shutdown/
H A Dtakeover_shutdown_callback_test.cpp114 EXPECT_CALL(*g_mockPowerAction, Shutdown(std::string("test_shutdown"))).Times(0); in HWTEST_F()
202 EXPECT_CALL(*g_mockPowerAction, Shutdown(std::string("test_shutdown"))).Times(1); in HWTEST_F()
/base/request/request/services/src/service/client/
H A Dmod.rs17 use std::net::Shutdown;
43 Shutdown,
188 ClientEvent::Shutdown => {
189 let _ = self.client_sock_fd.shutdown(Shutdown::Both);
190 let _ = self.server_sock_fd.shutdown(Shutdown::Both);
/base/customization/enterprise_device_management/interfaces/kits/device_control/src/
H A Ddevice_control_addon.cpp29 DECLARE_NAPI_FUNCTION("shutdown", Shutdown), in Init()
105 napi_value DeviceControlAddon::Shutdown(napi_env env, napi_callback_info info) in Shutdown() function in DeviceControlAddon
123 int32_t result = DeviceControlProxy::GetDeviceControlProxy()->Shutdown(elementName); in Shutdown()
/base/powermgr/power_manager/services/native/src/shutdown/
H A Dshutdown_controller.h38 virtual void Shutdown(const std::string& reason);
/base/telephony/call_manager/services/distributed_call/src/transmission/
H A Dclient_session.cpp51 Shutdown(socket_); in Disconnect()
H A Dserver_session.cpp71 Shutdown(serverSocket_); in Destroy()
/base/update/updateservice/services/core/ability/alarm/src/
H A Dtimer_manager.cpp39 timer_->Shutdown(); in ~TimerManager()
/base/customization/enterprise_device_management/test/unittest/interface/inner_api/proxy/
H A Ddevice_control_proxy_test.cpp135 * @tc.desc: Test Shutdown success func.
145 int32_t ret = deviceControlProxy->Shutdown(admin); in HWTEST_F()
151 * @tc.desc: Test Shutdown without enable edm service func.
159 int32_t ret = deviceControlProxy->Shutdown(admin); in HWTEST_F()
/base/usb/usb_manager/services/native/src/
H A Dusb_function_switch_window.cpp73 checkDialogTimer_.Shutdown(); in Init()
78 checkDialogTimer_.Shutdown(); in Init()

Completed in 7 milliseconds

123