Home
last modified time | relevance | path

Searched refs:StopTimer (Results 1 – 25 of 27) sorted by relevance

12

/base/update/updateservice/services/utils/include/
Ddupdate_timer.h40 void StopTimer(uint32_t tid);
/base/powermgr/thermal_manager/services/native/src/thermal_action/
Dthermal_timer.cpp89 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/
Dtimer_manager_interface.h60 virtual int32_t StopTimer(uint64_t timerId) = 0;
Dtimer_manager.h42 int32_t StopTimer(uint64_t timerId) override;
/base/time/time_service/framework/js/napi/system_timer/include/
Dnapi_system_timer.h59 static napi_value StopTimer(napi_env env, napi_callback_info info);
/base/inputmethod/imf/services/dfx/src/
Dinputmethod_sysevent.cpp50 StopTimer(); in ~InputMethodSysEvent()
157 void InputMethodSysEvent::StopTimer() in StopTimer() function in OHOS::MiscServices::InputMethodSysEvent
/base/powermgr/thermal_manager/services/native/include/thermal_action/
Dthermal_timer.h57 bool StopTimer(uint64_t timerId);
/base/inputmethod/imf/services/dfx/include/
Dinputmethod_sysevent.h64 void StopTimer();
/base/time/time_service/services/ipc/base/
Dtime_service_interface.h145 virtual int32_t StopTimer(uint64_t timerId) = 0;
/base/time/time_service/services/ipc/proxy/inner_api_include/
Dtime_service_proxy.h44 int32_t StopTimer(uint64_t timerId) override;
/base/time/time_service/test/fuzztest/timetesttimer_fuzzer/
Dtimetesttimer_fuzzer.cpp49 TimeServiceClient::GetInstance()->StopTimer(timerId); in FuzzTimeStopTimer()
/base/request/request/frameworks/js/napi/include/upload/
Dcurl_adp.h69 void StopTimer();
/base/time/time_service/test/unittest/service_test/src/
Dtime_service_test.cpp554 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/
Dtime_service_client.h317 TIME_API bool StopTimer(uint64_t timerId);
/base/useriam/user_auth_framework/services/core/src/
Dschedule_node_impl.h83 void StopTimer();
Dschedule_node_impl.cpp275 void ScheduleNodeImpl::StopTimer() in StopTimer() function in OHOS::UserIam::UserAuth::ScheduleNodeImpl
387 StopTimer(); in OnScheduleFinished()
/base/time/time_service/services/
Dtime_system_ability.h63 int32_t StopTimer(uint64_t timerId) override;
Dtime_system_ability.cpp311 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/
Ddupdate_timer.c175 void StopTimer(uint32_t tid) in StopTimer() function
/base/time/time_service/framework/js/napi/system_timer/src/
Dnapi_system_timer.cpp87 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/
Dtime_service_client.cpp238 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/
Dcurl_adp.cpp450 url->StopTimer(); in ReadCallback()
469 void CUrlAdp::StopTimer() in StopTimer() function in OHOS::Request::Upload::CUrlAdp
/base/notification/distributed_notification_service/services/ans/include/
Dreminder_data_manager.h411 void StopTimer(TimerType type);
/base/notification/distributed_notification_service/services/ans/src/
Dreminder_data_manager.cpp134 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/
Dtime_service_proxy.cpp118 int32_t TimeServiceProxy::StopTimer(uint64_t timerId) in StopTimer() function in OHOS::MiscServices::TimeServiceProxy

12