Searched refs:followMode_ (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 | 117 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 …iles *cfgFiles = GetCfgFilesEx(asyncCallbackInfo->relPath_.c_str(), asyncCallbackInfo->followMode_, in NativeGetCfgFiles() [all …]
|
/ohos5.0/base/customization/config_policy/interfaces/kits/js/include/ |
H A D | config_policy_napi.h | 36 int32_t followMode_; member
|