Home
last modified time | relevance | path

Searched refs:NotifyTimer (Results 1 - 7 of 7) sorted by relevance

/base/time/time_service/services/ipc/base/
H A Ditimer_call_back.h34 virtual int32_t NotifyTimer(uint64_t timerId, const sptr<IRemoteObject> &timerCallback) = 0;
/base/time/time_service/services/ipc/proxy/
H A Dtimer_call_back_proxy.h34 int32_t NotifyTimer(const uint64_t timerId, const sptr<IRemoteObject> &timerCallback) override;
H A Dtimer_call_back_proxy.cpp29 int32_t TimerCallbackProxy::NotifyTimer(const uint64_t timerId, const sptr<IRemoteObject> &timerCallback) in NotifyTimer() function in OHOS::MiscServices::TimerCallbackProxy
/base/time/time_service/services/time/include/inner_api_include/
H A Dtimer_call_back.h32 virtual int32_t NotifyTimer(uint64_t timerId, const sptr<IRemoteObject> &timerCallback) override;
/base/time/time_service/services/ipc/stub/
H A Dtimer_call_back_stub.cpp46 NotifyTimer(timerId, obj); in OnTriggerStub()
/base/time/time_service/services/time/src/
H A Dtimer_call_back.cpp77 int32_t TimerCallback::NotifyTimer(const uint64_t timerId, const sptr<IRemoteObject> &timerCallback) in NotifyTimer() function in OHOS::MiscServices::TimerCallback
/base/time/time_service/services/
H A Dtime_system_ability.cpp370 return timerCallback->NotifyTimer(id, notifyCallback->AsObject()); in CreateTimer()
372 return timerCallback->NotifyTimer(id, nullptr); in CreateTimer()
375 return timerCallback->NotifyTimer(id, nullptr); in CreateTimer()

Completed in 6 milliseconds