Home
last modified time | relevance | path

Searched refs:jsCallerInfo (Results 1 – 3 of 3) sorted by relevance

/base/hiviewdfx/hisysevent/interfaces/js/kits/napi/src/
Dnapi_hisysevent_adapter.cpp126 auto jsCallerInfo = eventAsyncContext->jsCallerInfo; in CheckThenWriteSysEvent() local
127 if (IsUninitializedJsCallerInfo(jsCallerInfo)) { in CheckThenWriteSysEvent()
136 jsCallerInfo.first.c_str(), jsCallerInfo.second)) { in CheckThenWriteSysEvent()
Dnapi_hisysevent_js.cpp91 NapiHiSysEventAdapter::ParseJsCallerInfo(env, asyncContext->jsCallerInfo); in Write()
/base/hiviewdfx/hisysevent/interfaces/js/kits/napi/include/
Dnapi_hisysevent_adapter.h53 JsCallerInfo jsCallerInfo; member