/base/time/time_service/test/fuzztest/timetesttimer_fuzzer/ |
D | timetesttimer_fuzzer.cpp | 37 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/ |
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 | 61 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 | napi_system_timer.h | 60 static napi_value DestroyTimer(napi_env env, napi_callback_info info);
|
/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/base/ |
D | time_service_interface.h | 153 virtual int32_t DestroyTimer(uint64_t timerId) = 0;
|
/base/time/time_service/services/ipc/proxy/inner_api_include/ |
D | time_service_proxy.h | 45 int32_t DestroyTimer(uint64_t timerId) override;
|
/base/time/time_service/test/unittest/service_test/src/ |
D | time_dfx_test.cpp | 136 ret = TimeServiceClient::GetInstance()->DestroyTimer(timerId1); 162 ret = TimeServiceClient::GetInstance()->DestroyTimer(timerId1);
|
D | time_service_test.cpp | 556 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/ |
D | time_service_client.h | 337 TIME_API bool DestroyTimer(uint64_t timerId);
|
/base/time/time_service/services/ |
D | time_system_ability.h | 64 int32_t DestroyTimer(uint64_t timerId) override;
|
D | time_system_ability.cpp | 328 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/ |
D | napi_system_timer.cpp | 88 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/ |
D | time_service_client.cpp | 259 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/ |
D | ntp_update_time.cpp | 233 TimeSystemAbility::GetInstance()->DestroyTimer(timerId_); in Stop()
|
/base/time/time_service/services/ipc/proxy/ |
D | time_service_proxy.cpp | 133 int32_t TimeServiceProxy::DestroyTimer(uint64_t timerId) in DestroyTimer() function in OHOS::MiscServices::TimeServiceProxy
|
/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 | 142 int32_t TimerManager::DestroyTimer(uint64_t timerId) in DestroyTimer() function in OHOS::MiscServices::TimerManager
|