Home
last modified time | relevance | path

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

/base/customization/config_policy/interfaces/kits/js/src/
H A Dconfig_policy_napi.cpp118 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) in GetOneCfgFileOrAllCfgFiles()
488 ParseFollowMode(napi_env env, int32_t &param, napi_value args, bool hasExtra) ParseFollowMode() argument
[all...]
/base/customization/config_policy/interfaces/kits/js/include/
H A Dconfig_policy_napi.h73 static napi_value ParseFollowMode(napi_env env, int32_t &param, napi_value args, bool hasExtra);

Completed in 2 milliseconds