Home
last modified time | relevance | path

Searched refs:IsNewWriteParams (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/hiviewdfx/hiappevent/frameworks/js/napi/include/
H A Dnapi_hiappevent_builder.h48 bool IsNewWriteParams(const napi_env env, const napi_value params[], size_t len);
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/js/napi/src/
H A Dnapi_hiappevent_builder.cpp112 bool NapiHiAppEventBuilder::IsNewWriteParams(const napi_env env, const napi_value params[], size_t … in IsNewWriteParams() function in OHOS::HiviewDFX::NapiHiAppEventBuilder
260 if (!IsNewWriteParams(env, params, len)) { in BuildV9()