Home
last modified time | relevance | path

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

/base/hiviewdfx/hiappevent/frameworks/js/napi/include/
H A Dnapi_app_event_watcher.h42 struct WatcherContext { struct
43 ~WatcherContext();
65 WatcherContext* context_;
/base/hiviewdfx/hiappevent/frameworks/cj/ffi/include/
H A Dappevent_watcher_impl.h56 struct WatcherContext { struct
57 ~WatcherContext();
77 WatcherContext* context_;
/base/hiviewdfx/hiappevent/frameworks/js/napi/src/
H A Dnapi_app_event_watcher.cpp74 WatcherContext::~WatcherContext() in ~WatcherContext()
120 WatcherContext* context = static_cast<WatcherContext*>(work->data); in ~NapiAppEventWatcher()
121 HILOG_DEBUG(LOG_CORE, "start to destroy WatcherContext object"); in ~NapiAppEventWatcher()
131 context_ = new(std::nothrow) WatcherContext(); in InitHolder()
202 context_ = new(std::nothrow) WatcherContext(); in InitTrigger()
221 context_ = new(std::nothrow) WatcherContext(); in InitReceiver()
/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()

Completed in 4 milliseconds