Home
last modified time | relevance | path

Searched refs:OnReceiveContext (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/hiviewdfx/hiappevent/frameworks/js/napi/include/
H A Dnapi_app_event_watcher.h33 struct OnReceiveContext { struct
34 ~OnReceiveContext();
45 OnReceiveContext* receiveContext = nullptr; argument
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/cj/ffi/include/
H A Dappevent_watcher_impl.h49 struct OnReceiveContext { struct
50 ~OnReceiveContext();
59 OnReceiveContext* receiveContext = nullptr; argument
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/js/napi/src/
H A Dnapi_app_event_watcher.cpp89 auto context = static_cast<OnReceiveContext*>(work->data); in OnReceiveWork()
128 OnReceiveContext::~OnReceiveContext() in ~OnReceiveContext()
266 context_->receiveContext = new(std::nothrow) OnReceiveContext(); in InitReceiver()
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/cj/ffi/src/
H A Dappevent_watcher_impl.cpp58 OnReceiveContext::~OnReceiveContext() in ~OnReceiveContext()
138 context_->receiveContext = new(std::nothrow) OnReceiveContext(); in InitReceiver()