Home
last modified time | relevance | path

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

/ohos5.0/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;
/ohos5.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> &timerCal… in NotifyTimer() function in OHOS::MiscServices::TimerCallbackProxy
/ohos5.0/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;
/ohos5.0/base/time/time_service/services/ipc/stub/
H A Dtimer_call_back_stub.cpp46 NotifyTimer(timerId, obj); in OnTriggerStub()
/ohos5.0/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
/ohos5.0/base/time/time_service/services/
H A Dtime_system_ability.cpp343 return timerCallback->NotifyTimer(id, notifyCallback->AsObject()); in CreateTimer()
345 return timerCallback->NotifyTimer(id, nullptr); in CreateTimer()
348 return timerCallback->NotifyTimer(id, nullptr); in CreateTimer()