Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hiappevent/frameworks/js/napi/src/
H A Dnapi_hiappevent_js_v9.cpp83 auto asyncContext = new(std::nothrow) NapiHiAppEventWrite::HiAppEventAsyncContext(env); in Write()
106 NapiHiAppEventWrite::Write(env, asyncContext); in Write()
222 auto asyncContext = new(std::nothrow) NapiHiAppEventWrite::HiAppEventAsyncContext(env); in SetEventParam()
236 NapiHiAppEventWrite::SetEventParam(env, asyncContext); in SetEventParam()
H A Dnapi_hiappevent_js.cpp40 auto asyncContext = new(std::nothrow) NapiHiAppEventWrite::HiAppEventAsyncContext(env); in Write()
66 NapiHiAppEventWrite::Write(env, asyncContext); in Write()
H A Dnapi_hiappevent_write.cpp28 namespace NapiHiAppEventWrite { namespace
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/js/napi/include/
H A Dnapi_hiappevent_write.h24 namespace NapiHiAppEventWrite {