Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hiappevent/frameworks/js/napi/src/
H A Dnapi_hiappevent_watch.cpp42 const std::string COND_PROPS[] = { "row", "size", "timeOut" }; variable
82 for (auto& propName : COND_PROPS) { in IsValidCondition()
216 int row = GetConditionValue(env, cond, COND_PROPS[index++]); in GetCondition()
223 int size = GetConditionValue(env, cond, COND_PROPS[index++]); in GetCondition()
230 int timeout = GetConditionValue(env, cond, COND_PROPS[index++]); in GetCondition()