Home
last modified time | relevance | path

Searched refs:NapiAppEventWatcher (Results 1 - 3 of 3) sorted by relevance

/base/hiviewdfx/hiappevent/frameworks/js/napi/include/
H A Dnapi_app_event_watcher.h48 class NapiAppEventWatcher : public AppEventWatcher { class
50 NapiAppEventWatcher(
54 ~NapiAppEventWatcher();
/base/hiviewdfx/hiappevent/frameworks/js/napi/src/
H A Dnapi_app_event_watcher.cpp84 NapiAppEventWatcher::NapiAppEventWatcher( in NapiAppEventWatcher() function in OHOS::HiviewDFX::NapiAppEventWatcher
91 NapiAppEventWatcher::~NapiAppEventWatcher() in ~NapiAppEventWatcher()
93 HILOG_DEBUG(LOG_CORE, "start to destroy NapiAppEventWatcher object"); in ~NapiAppEventWatcher()
128 void NapiAppEventWatcher::InitHolder(const napi_env env, const napi_value holder) in InitHolder()
146 void NapiAppEventWatcher::OnTrigger(const TriggerCondition& triggerCond) in OnTrigger()
198 void NapiAppEventWatcher::InitTrigger(const napi_env env, const napi_value triggerFunc) in InitTrigger()
217 void NapiAppEventWatcher::InitReceiver(const napi_env env, const napi_value receiveFunc) in InitReceiver()
236 void NapiAppEventWatcher
[all...]
H A Dnapi_hiappevent_watch.cpp305 auto watcherPtr = std::make_shared<NapiAppEventWatcher>(name, filters, cond); in AddWatcher()

Completed in 3 milliseconds