Home
last modified time | relevance | path

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

/base/customization/config_policy/interfaces/kits/js/src/
H A Dconfig_policy_napi.cpp117 asyncContext->followMode_ = FOLLOWX_MODE_DEFAULT; in GetOneCfgFileOrAllCfgFilesSync()
124 if (ParseFollowMode(env, asyncContext->followMode_, argv[ARR_INDEX_ONE], hasExtra) == nullptr) { in GetOneCfgFileOrAllCfgFilesSync()
130 if (ParseFollowMode(env, asyncContext->followMode_, argv[ARR_INDEX_ONE], hasExtra) == nullptr || in GetOneCfgFileOrAllCfgFilesSync()
151 asyncContext->followMode_ = FOLLOWX_MODE_DEFAULT; in GetOneCfgFileOrAllCfgFiles()
160 if (ParseFollowMode(env, asyncContext->followMode_, argv[ARR_INDEX_ONE], hasExtra) == nullptr) { in GetOneCfgFileOrAllCfgFiles()
175 if (ParseFollowMode(env, asyncContext->followMode_, argv[ARR_INDEX_ONE], hasExtra) == nullptr) { in GetOneCfgFileOrAllCfgFiles()
182 if (ParseFollowMode(env, asyncContext->followMode_, argv[ARR_INDEX_ONE], hasExtra) == nullptr || in GetOneCfgFileOrAllCfgFiles()
299 asyncCallbackInfo->followMode_, asyncCallbackInfo->extra_.c_str()); in NativeGetOneCfgFile()
318 context->followMode_, context->extra_.c_str()); in NativeGetOneCfgFileSync()
339 CfgFiles *cfgFiles = GetCfgFilesEx(asyncCallbackInfo->relPath_.c_str(), asyncCallbackInfo->followMode_, in NativeGetCfgFiles()
[all...]
/base/customization/config_policy/interfaces/kits/js/include/
H A Dconfig_policy_napi.h36 int32_t followMode_; member

Completed in 2 milliseconds