/base/update/updateservice/services/utils/include/ |
D | dupdate_timer.h | 40 void StopTimer(uint32_t tid);
|
/base/powermgr/thermal_manager/services/native/src/thermal_action/ |
D | thermal_timer.cpp | 89 bool ThermalTimer::StopTimer(uint64_t timerId) in StopTimer() function in OHOS::PowerMgr::ThermalTimer 91 auto ret = TimeServiceClient::GetInstance()->StopTimer(timerId); in StopTimer()
|
/base/time/time_service/services/timer/include/ |
D | timer_manager_interface.h | 60 virtual int32_t StopTimer(uint64_t timerId) = 0;
|
D | timer_manager.h | 42 int32_t StopTimer(uint64_t timerId) override;
|
/base/time/time_service/framework/js/napi/system_timer/include/ |
D | napi_system_timer.h | 59 static napi_value StopTimer(napi_env env, napi_callback_info info);
|
/base/inputmethod/imf/services/dfx/src/ |
D | inputmethod_sysevent.cpp | 50 StopTimer(); in ~InputMethodSysEvent() 157 void InputMethodSysEvent::StopTimer() in StopTimer() function in OHOS::MiscServices::InputMethodSysEvent
|
/base/powermgr/thermal_manager/services/native/include/thermal_action/ |
D | thermal_timer.h | 57 bool StopTimer(uint64_t timerId);
|
/base/inputmethod/imf/services/dfx/include/ |
D | inputmethod_sysevent.h | 64 void StopTimer();
|
/base/time/time_service/services/ipc/base/ |
D | time_service_interface.h | 145 virtual int32_t StopTimer(uint64_t timerId) = 0;
|
/base/time/time_service/services/ipc/proxy/inner_api_include/ |
D | time_service_proxy.h | 44 int32_t StopTimer(uint64_t timerId) override;
|
/base/time/time_service/test/fuzztest/timetesttimer_fuzzer/ |
D | timetesttimer_fuzzer.cpp | 49 TimeServiceClient::GetInstance()->StopTimer(timerId); in FuzzTimeStopTimer()
|
/base/request/request/frameworks/js/napi/include/upload/ |
D | curl_adp.h | 69 void StopTimer();
|
/base/time/time_service/test/unittest/service_test/src/ |
D | time_service_test.cpp | 554 ret = TimeServiceClient::GetInstance()->StopTimer(timerId); 580 ret = TimeServiceClient::GetInstance()->StopTimer(timerId1); 631 ret = TimeServiceClient::GetInstance()->StopTimer(timerId1); 668 ret = TimeServiceClient::GetInstance()->StopTimer(timerId1);
|
/base/time/time_service/interfaces/inner_api/include/ |
D | time_service_client.h | 317 TIME_API bool StopTimer(uint64_t timerId);
|
/base/useriam/user_auth_framework/services/core/src/ |
D | schedule_node_impl.h | 83 void StopTimer();
|
D | schedule_node_impl.cpp | 275 void ScheduleNodeImpl::StopTimer() in StopTimer() function in OHOS::UserIam::UserAuth::ScheduleNodeImpl 387 StopTimer(); in OnScheduleFinished()
|
/base/time/time_service/services/ |
D | time_system_ability.h | 63 int32_t StopTimer(uint64_t timerId) override;
|
D | time_system_ability.cpp | 311 int32_t TimeSystemAbility::StopTimer(uint64_t timerId) in StopTimer() function in OHOS::MiscServices::TimeSystemAbility 321 auto ret = timerManagerHandler_->StopTimer(timerId); in StopTimer()
|
/base/update/updateservice/services/utils/src/ |
D | dupdate_timer.c | 175 void StopTimer(uint32_t tid) in StopTimer() function
|
/base/time/time_service/framework/js/napi/system_timer/src/ |
D | napi_system_timer.cpp | 87 DECLARE_NAPI_STATIC_FUNCTION("stopTimer", StopTimer), in SystemTimerInit() 260 napi_value NapiSystemTimer::StopTimer(napi_env env, napi_callback_info info) in StopTimer() function in OHOS::MiscServices::Time::NapiSystemTimer
|
/base/time/time_service/interfaces/inner_api/src/ |
D | time_service_client.cpp | 238 bool TimeServiceClient::StopTimer(uint64_t timerId) in StopTimer() function in OHOS::MiscServices::TimeServiceClient 256 return proxy->StopTimer(timerId); in StopTimerV9()
|
/base/request/request/frameworks/js/napi/src/upload/ |
D | curl_adp.cpp | 450 url->StopTimer(); in ReadCallback() 469 void CUrlAdp::StopTimer() in StopTimer() function in OHOS::Request::Upload::CUrlAdp
|
/base/notification/distributed_notification_service/services/ans/include/ |
D | reminder_data_manager.h | 411 void StopTimer(TimerType type);
|
/base/notification/distributed_notification_service/services/ans/src/ |
D | reminder_data_manager.cpp | 134 StopTimer(TimerType::TRIGGER_TIMER); in CancelRemindersImplLocked() 882 StopTimer(TimerType::ALERTING_TIMER); in StopAlertingReminder() 1348 StopTimer(type); in StopTimerLocked() 1351 void ReminderDataManager::StopTimer(TimerType type) in StopTimer() function in OHOS::Notification::ReminderDataManager 1380 timer->StopTimer(timerId); in StopTimer()
|
/base/time/time_service/services/ipc/proxy/ |
D | time_service_proxy.cpp | 118 int32_t TimeServiceProxy::StopTimer(uint64_t timerId) in StopTimer() function in OHOS::MiscServices::TimeServiceProxy
|