Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hiappevent/frameworks/js/napi/include/
H A Dnapi_hiappevent_builder.h46 bool IsValidEventInfo(const napi_env env, const napi_value eventInfo);
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/js/napi/src/
H A Dnapi_hiappevent_builder.cpp93 bool NapiHiAppEventBuilder::IsValidEventInfo(const napi_env env, const napi_value eventInfo) in IsValidEventInfo() function in OHOS::HiviewDFX::NapiHiAppEventBuilder
114 return IsValidEventInfo(env, params[0]); in IsNewWriteParams()