Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hiappevent/frameworks/js/napi/src/
H A Dnapi_app_event_watcher.cpp135 WatcherContext::~WatcherContext() in ~WatcherContext()
187 WatcherContext* context = static_cast<WatcherContext*>(work->data); in ~NapiAppEventWatcher()
198 context_ = new(std::nothrow) WatcherContext(); in InitHolder()
241 context_ = new(std::nothrow) WatcherContext(); in InitTrigger()
260 context_ = new(std::nothrow) WatcherContext(); in InitReceiver()
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/js/napi/include/
H A Dnapi_app_event_watcher.h42 struct WatcherContext { struct
43 ~WatcherContext();
65 WatcherContext* context_; argument
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/cj/ffi/include/
H A Dappevent_watcher_impl.h56 struct WatcherContext { struct
57 ~WatcherContext();
77 WatcherContext* context_; argument
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/cj/ffi/src/
H A Dappevent_watcher_impl.cpp65 WatcherContext::~WatcherContext() in ~WatcherContext()
93 context_ = new(std::nothrow) WatcherContext(); in InitTrigger()
112 context_ = new(std::nothrow) WatcherContext(); in InitHolder()
131 context_ = new(std::nothrow) WatcherContext(); in InitReceiver()