Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hiappevent/frameworks/js/napi/src/
H A Dnapi_hiappevent_watch.cpp72 bool IsValidCondition(const napi_env env, const napi_value cond, int& errCode) in IsValidCondition() function
184 && IsValidCondition(env, NapiUtil::GetProperty(env, watcher, COND_PROPERTY), errCode) in IsValidWatcher()