Home
last modified time | relevance | path

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

/base/hiviewdfx/hiappevent/frameworks/js/napi/src/
H A Dnapi_hiappevent_watch.cpp42 const std::string COND_PROPS[] = { "row", "size", "timeOut" }; member
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()

Completed in 1 milliseconds