Searched refs:GenConfigStrProp (Results 1 – 1 of 1) sorted by relevance
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/js/napi/src/ |
H A D | napi_hiappevent_processor.cpp | 68 bool GenConfigStrProp(const napi_env env, const napi_value config, const std::string& key, std::str… in GenConfigStrProp() function 122 if (!GenConfigStrProp(env, config, key, name, false)) { in GenConfigNameProp() 137 if (!GenConfigStrProp(env, config, key, routeInfo) || !IsValidRouteInfo(routeInfo)) { in GenConfigRouteInfoProp() 147 if (!GenConfigStrProp(env, config, key, appId) || !IsValidAppId(appId)) { in GenConfigAppIdProp() 223 if (!GenConfigStrProp(env, config, EVENT_CONFIG_DOMAIN, reportConf.domain)) { in GenConfigReportProp() 227 if (!GenConfigStrProp(env, config, EVENT_CONFIG_NAME, reportConf.name)) { in GenConfigReportProp() 295 …if (!GenConfigStrProp(env, napiObject, localKey, value) || !IsValidCustomConfig(localKey, value)) { in GenConfigCustomConfigsProp()
|