Searched refs:handleOnActionEventFunc_ (Results 1 – 2 of 2) sorted by relevance
60 handleOnActionEventFunc_ = &AtomicServiceStatusCallbackStub::HandleOnActionEvent; in AtomicServiceStatusCallbackStub()65 handleOnActionEventFunc_ = nullptr; in ~AtomicServiceStatusCallbackStub()85 if (handleOnActionEventFunc_ != nullptr) { in OnRemoteRequest()86 return (this->*handleOnActionEventFunc_)(); in OnRemoteRequest()109 HandleOnActionEventFunc handleOnActionEventFunc_; variable
66 handleOnActionEventFunc_ = &AtomicServiceStatusCallbackStub::HandleOnActionEvent; in AtomicServiceStatusCallbackStub()71 handleOnActionEventFunc_ = nullptr; in ~AtomicServiceStatusCallbackStub()89 if (handleOnActionEventFunc_ != nullptr) { in OnRemoteRequest()90 return (this->*handleOnActionEventFunc_)(); in OnRemoteRequest()116 HandleOnActionEventFunc handleOnActionEventFunc_; member in OHOS::Ace::AtomicServiceStatusCallbackStub