Home
last modified time | relevance | path

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

/base/hiviewdfx/hiappevent/frameworks/js/napi/include/
H A Dnapi_app_event_holder.h53 static thread_local napi_ref constructor_; member in OHOS::HiviewDFX::NapiAppEventHolder
/base/hiviewdfx/hiappevent/frameworks/js/napi/src/
H A Dnapi_app_event_holder.cpp48 thread_local napi_ref NapiAppEventHolder::constructor_ = nullptr;
99 constructor_ = NapiUtil::CreateReference(env, holderClass); in NapiExport()
H A Dnapi_hiappevent_watch.cpp278 if (napi_get_reference_value(env, NapiAppEventHolder::constructor_, &constructor) != napi_ok) { in CreateHolder()

Completed in 2 milliseconds