Searched refs:GenConfigBoolProp (Results 1 – 1 of 1) sorted by relevance
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/js/napi/src/ |
H A D | napi_hiappevent_processor.cpp | 95 bool GenConfigBoolProp(const napi_env env, const napi_value config, const std::string& key, bool& o… in GenConfigBoolProp() function 186 …return GenConfigBoolProp(env, config, key, out.debugMode) ? ERR_CODE_SUCC : ERR_CODE_PARAM_INVALID; in GenConfigDebugModeProp() 191 …return GenConfigBoolProp(env, config, key, out.triggerCond.onStartup) ? ERR_CODE_SUCC : ERR_CODE_P… in GenConfigStartReportProp() 197 …return GenConfigBoolProp(env, config, key, out.triggerCond.onBackground) ? ERR_CODE_SUCC : ERR_COD… in GenConfigBackgroundReportProp() 231 if (!GenConfigBoolProp(env, config, EVENT_CONFIG_REALTIME, reportConf.isRealTime)) { in GenConfigReportProp()
|