Home
last modified time | relevance | path

Searched refs:DestroyTimer (Results 1 – 21 of 21) sorted by relevance

/base/powermgr/thermal_manager/services/native/src/thermal_action/
Dthermal_timer.cpp99 bool ThermalTimer::DestroyTimer(uint64_t timerId) in DestroyTimer() function in OHOS::PowerMgr::ThermalTimer
101 auto ret = TimeServiceClient::GetInstance()->DestroyTimer(timerId); in DestroyTimer()
/base/time/time_service/services/timer/include/
Dtimer_manager_interface.h60 virtual int32_t DestroyTimer(uint64_t timerId) = 0;
Dtimer_manager.h43 int32_t DestroyTimer(uint64_t timerId) override;
/base/time/time_service/framework/js/napi/system_timer/include/
Dsystem_timer.h51 napi_value DestroyTimer(napi_env env, napi_callback_info info);
Dnapi_system_timer.h55 static napi_value DestroyTimer(napi_env env, napi_callback_info info);
/base/time/time_service/test/unittest/src/
Dtime_dfx_test.cpp132 ret = TimeServiceClient::GetInstance()->DestroyTimer(timerId1);
158 ret = TimeServiceClient::GetInstance()->DestroyTimer(timerId1);
/base/time/time_service/services/time/test/unittest/src/
Dtime_service_test.cpp326 ret = TimeServiceClient::GetInstance()->DestroyTimer(timerId);
350 ret = TimeServiceClient::GetInstance()->DestroyTimer(timerId1);
392 ret = TimeServiceClient::GetInstance()->DestroyTimer(timerId1);
424 ret = TimeServiceClient::GetInstance()->DestroyTimer(timerId1);
/base/powermgr/thermal_manager/services/native/include/thermal_action/
Dthermal_timer.h58 bool DestroyTimer(uint64_t timerId);
/base/time/time_service/services/ipc/proxy/
Dtime_service_proxy.h45 int32_t DestroyTimer(uint64_t timerId) override;
Dtime_service_proxy.cpp131 int32_t TimeServiceProxy::DestroyTimer(uint64_t timerId) in DestroyTimer() function in OHOS::MiscServices::TimeServiceProxy
/base/time/time_service/services/ipc/base/
Dtime_service_interface.h173 virtual int32_t DestroyTimer(uint64_t timerId) = 0;
/base/hiviewdfx/hicollie/frameworks/native/
Dxcollie_inner.h86 void DestroyTimer(const int id);
Dxcollie_inner.cpp249 void XCollieInner::DestroyTimer(const int id) in DestroyTimer() function in OHOS::HiviewDFX::XCollieInner
265 DestroyTimer(id); in CancelTimer()
/base/time/time_service/interfaces/inner_api/include/
Dtime_service_client.h172 bool DestroyTimer(uint64_t timerId);
/base/time/time_service/services/
Dtime_system_ability.h66 int32_t DestroyTimer(uint64_t timerId) override;
Dtime_system_ability.cpp314 int32_t TimeSystemAbility::DestroyTimer(uint64_t timerId) in DestroyTimer() function in OHOS::MiscServices::TimeSystemAbility
324 auto ret = timerManagerHandler_->DestroyTimer(timerId); in DestroyTimer()
/base/time/time_service/framework/js/napi/system_timer/src/
Dnapi_system_timer.cpp122 DECLARE_NAPI_STATIC_FUNCTION("destroyTimer", DestroyTimer), in SystemTimerInit()
322 napi_value NapiSystemTimer::DestroyTimer(napi_env env, napi_callback_info info) in DestroyTimer() function in OHOS::MiscServices::Time::NapiSystemTimer
/base/time/time_service/interfaces/inner_api/src/
Dtime_service_client.cpp254 bool TimeServiceClient::DestroyTimer(uint64_t timerId) in DestroyTimer() function in OHOS::MiscServices::TimeServiceClient
272 auto errCode = proxy->DestroyTimer(timerId); in DestroyTimerV9()
/base/time/time_service/services/time/src/
Dntp_update_time.cpp216 TimeSystemAbility::GetInstance()->DestroyTimer(timerId_); in Stop()
/base/time/time_service/services/ipc/stub/
Dtime_service_stub.cpp329 if (DestroyTimer(timerId) != E_TIME_OK) { in OnDestroyTimer()
/base/time/time_service/services/timer/src/
Dtimer_manager.cpp130 int32_t TimerManager::DestroyTimer(uint64_t timerId) in DestroyTimer() function in OHOS::MiscServices::TimerManager