Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hiappevent/frameworks/cj/ffi/src/
H A Dappevent_watcher_impl.cpp317 auto eventNameList = jsonValue.getMemberNames(); in CreateValueByJsonStr() local
318 pameters.size = static_cast<int64_t>(eventNameList.size()); in CreateValueByJsonStr()
325 for (const auto& it : eventNameList) { in CreateValueByJsonStr()
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/js/napi/src/
H A Dnapi_util.cpp572 auto eventNameList = jsonValue.getMemberNames(); in CreateValueByJson() local
573 for (auto it = eventNameList.cbegin(); it != eventNameList.cend(); ++it) { in CreateValueByJson()
/ohos5.0/base/hiviewdfx/hisysevent/interfaces/js/kits/napi/src/
H A Dnapi_hisysevent_util.cpp797 auto eventNameList = eventJson.getMemberNames(); in CreateHiSysEventInfoJsObject() local
798 for (auto it = eventNameList.cbegin(); it != eventNameList.cend(); it++) { in CreateHiSysEventInfoJsObject()