Searched refs:TimerNotifyCallbackProxy (Results 1 – 2 of 2) sorted by relevance
28 class TimerNotifyCallbackProxy : public IRemoteProxy<ITimerNotifyCallback> {30 explicit TimerNotifyCallbackProxy(const sptr<IRemoteObject>& object);32 ~TimerNotifyCallbackProxy();33 DISALLOW_COPY_AND_MOVE(TimerNotifyCallbackProxy);37 static inline BrokerDelegator<TimerNotifyCallbackProxy> delegator_;
20 TimerNotifyCallbackProxy::TimerNotifyCallbackProxy(const sptr<IRemoteObject> &object) in TimerNotifyCallbackProxy() function in OHOS::MiscServices::TimerNotifyCallbackProxy25 TimerNotifyCallbackProxy::~TimerNotifyCallbackProxy() in ~TimerNotifyCallbackProxy()30 void TimerNotifyCallbackProxy::Finish(uint64_t timerId) in Finish()