Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hiappevent/frameworks/js/napi/src/
H A Dnapi_hiappevent_watch.cpp163 bool IsValidReceive(const napi_env env, const napi_value receive, int& errCode) in IsValidReceive() function
187 && IsValidReceive(env, NapiUtil::GetProperty(env, watcher, RECEIVE_PROPERTY), errCode); in IsValidWatcher()