Searched refs:hasExtra (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/base/customization/config_policy/interfaces/kits/js/src/ |
H A D | config_policy_napi.cpp | 118 bool hasExtra = false; in GetOneCfgFileOrAllCfgFilesSync() local 124 … if (ParseFollowMode(env, asyncContext->followMode_, argv[ARR_INDEX_ONE], hasExtra) == nullptr) { in GetOneCfgFileOrAllCfgFilesSync() 129 hasExtra = true; in GetOneCfgFileOrAllCfgFilesSync() 130 … if (ParseFollowMode(env, asyncContext->followMode_, argv[ARR_INDEX_ONE], hasExtra) == nullptr || in GetOneCfgFileOrAllCfgFilesSync() 152 bool hasExtra = false; in GetOneCfgFileOrAllCfgFiles() local 160 … if (ParseFollowMode(env, asyncContext->followMode_, argv[ARR_INDEX_ONE], hasExtra) == nullptr) { in GetOneCfgFileOrAllCfgFiles() 173 hasExtra = true; in GetOneCfgFileOrAllCfgFiles() 175 … if (ParseFollowMode(env, asyncContext->followMode_, argv[ARR_INDEX_ONE], hasExtra) == nullptr) { in GetOneCfgFileOrAllCfgFiles() 181 hasExtra = true; in GetOneCfgFileOrAllCfgFiles() 182 … if (ParseFollowMode(env, asyncContext->followMode_, argv[ARR_INDEX_ONE], hasExtra) == nullptr || in GetOneCfgFileOrAllCfgFiles() [all …]
|
/ohos5.0/base/customization/config_policy/interfaces/kits/js/include/ |
H A D | config_policy_napi.h | 73 static napi_value ParseFollowMode(napi_env env, int32_t ¶m, napi_value args, bool hasExtra);
|