Home
last modified time | relevance | path

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

/base/time/time_service/test/fuzztest/timetesttimer_fuzzer/
Dtimetesttimer_fuzzer.cpp37 TimeServiceClient::GetInstance()->DestroyTimer(timerId); in FuzzTimeCreateTimer()
55 TimeServiceClient::GetInstance()->DestroyTimer(timerId); in FuzzTimeDestroyTimer()
67 TimeServiceClient::GetInstance()->DestroyTimer(timerId); in FuzzTimeCreateTimerV9()
/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.h61 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/
Dnapi_system_timer.h60 static napi_value DestroyTimer(napi_env env, napi_callback_info info);
/base/powermgr/thermal_manager/services/native/include/thermal_action/
Dthermal_timer.h58 bool DestroyTimer(uint64_t timerId);
/base/time/time_service/services/ipc/base/
Dtime_service_interface.h153 virtual int32_t DestroyTimer(uint64_t timerId) = 0;
/base/time/time_service/services/ipc/proxy/inner_api_include/
Dtime_service_proxy.h45 int32_t DestroyTimer(uint64_t timerId) override;
/base/time/time_service/test/unittest/service_test/src/
Dtime_dfx_test.cpp136 ret = TimeServiceClient::GetInstance()->DestroyTimer(timerId1);
162 ret = TimeServiceClient::GetInstance()->DestroyTimer(timerId1);
Dtime_service_test.cpp556 ret = TimeServiceClient::GetInstance()->DestroyTimer(timerId);
582 ret = TimeServiceClient::GetInstance()->DestroyTimer(timerId1);
628 ret = TimeServiceClient::GetInstance()->DestroyTimer(timerId1);
664 ret = TimeServiceClient::GetInstance()->DestroyTimer(timerId1);
/base/time/time_service/interfaces/inner_api/include/
Dtime_service_client.h337 TIME_API bool DestroyTimer(uint64_t timerId);
/base/time/time_service/services/
Dtime_system_ability.h64 int32_t DestroyTimer(uint64_t timerId) override;
Dtime_system_ability.cpp328 int32_t TimeSystemAbility::DestroyTimer(uint64_t timerId) in DestroyTimer() function in OHOS::MiscServices::TimeSystemAbility
338 auto ret = timerManagerHandler_->DestroyTimer(timerId); in DestroyTimer()
/base/time/time_service/framework/js/napi/system_timer/src/
Dnapi_system_timer.cpp88 DECLARE_NAPI_STATIC_FUNCTION("destroyTimer", DestroyTimer), in SystemTimerInit()
288 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.cpp259 bool TimeServiceClient::DestroyTimer(uint64_t timerId) in DestroyTimer() function in OHOS::MiscServices::TimeServiceClient
277 auto errCode = proxy->DestroyTimer(timerId); in DestroyTimerV9()
/base/time/time_service/services/time/src/
Dntp_update_time.cpp233 TimeSystemAbility::GetInstance()->DestroyTimer(timerId_); in Stop()
/base/time/time_service/services/ipc/proxy/
Dtime_service_proxy.cpp133 int32_t TimeServiceProxy::DestroyTimer(uint64_t timerId) in DestroyTimer() function in OHOS::MiscServices::TimeServiceProxy
/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.cpp142 int32_t TimerManager::DestroyTimer(uint64_t timerId) in DestroyTimer() function in OHOS::MiscServices::TimerManager