/base/powermgr/thermal_manager/services/native/src/thermal_action/ |
D | thermal_timer.cpp | 99 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/ |
D | timer_manager_interface.h | 60 virtual int32_t DestroyTimer(uint64_t timerId) = 0;
|
D | timer_manager.h | 43 int32_t DestroyTimer(uint64_t timerId) override;
|
/base/time/time_service/framework/js/napi/system_timer/include/ |
D | system_timer.h | 51 napi_value DestroyTimer(napi_env env, napi_callback_info info);
|
D | napi_system_timer.h | 55 static napi_value DestroyTimer(napi_env env, napi_callback_info info);
|
/base/time/time_service/test/unittest/src/ |
D | time_dfx_test.cpp | 132 ret = TimeServiceClient::GetInstance()->DestroyTimer(timerId1); 158 ret = TimeServiceClient::GetInstance()->DestroyTimer(timerId1);
|
/base/time/time_service/services/time/test/unittest/src/ |
D | time_service_test.cpp | 326 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/ |
D | thermal_timer.h | 58 bool DestroyTimer(uint64_t timerId);
|
/base/time/time_service/services/ipc/proxy/ |
D | time_service_proxy.h | 45 int32_t DestroyTimer(uint64_t timerId) override;
|
D | time_service_proxy.cpp | 131 int32_t TimeServiceProxy::DestroyTimer(uint64_t timerId) in DestroyTimer() function in OHOS::MiscServices::TimeServiceProxy
|
/base/time/time_service/services/ipc/base/ |
D | time_service_interface.h | 173 virtual int32_t DestroyTimer(uint64_t timerId) = 0;
|
/base/hiviewdfx/hicollie/frameworks/native/ |
D | xcollie_inner.h | 86 void DestroyTimer(const int id);
|
D | xcollie_inner.cpp | 249 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/ |
D | time_service_client.h | 172 bool DestroyTimer(uint64_t timerId);
|
/base/time/time_service/services/ |
D | time_system_ability.h | 66 int32_t DestroyTimer(uint64_t timerId) override;
|
D | time_system_ability.cpp | 314 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/ |
D | napi_system_timer.cpp | 122 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/ |
D | time_service_client.cpp | 254 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/ |
D | ntp_update_time.cpp | 216 TimeSystemAbility::GetInstance()->DestroyTimer(timerId_); in Stop()
|
/base/time/time_service/services/ipc/stub/ |
D | time_service_stub.cpp | 329 if (DestroyTimer(timerId) != E_TIME_OK) { in OnDestroyTimer()
|
/base/time/time_service/services/timer/src/ |
D | timer_manager.cpp | 130 int32_t TimerManager::DestroyTimer(uint64_t timerId) in DestroyTimer() function in OHOS::MiscServices::TimerManager
|