Home
last modified time | relevance | path

Searched refs:CustGetSystemParam (Results 1 - 3 of 3) sorted by relevance

/base/customization/config_policy/interfaces/kits/js/include/
H A Dcustom_config_napi.h39 static char *CustGetSystemParam(const char *name);
/base/customization/config_policy/interfaces/kits/js/src/
H A Dcustom_config_napi.cpp67 char *CustomConfigNapi::CustGetSystemParam(const char *name) in CustGetSystemParam() function in OHOS::Customization::ConfigPolicy::CustomConfigNapi
87 char *channelId = CustGetSystemParam(channelKey.c_str()); in NativeGetChannelId()
/base/customization/config_policy/frameworks/config_policy/src/
H A Dconfig_policy_utils.c100 static char *CustGetSystemParam(const char *name) in CustGetSystemParam() function
133 char *opKeyValue = CustGetSystemParam(opKeyName); in GetOpkeyPath()
189 char *followRule = CustGetSystemParam(CUST_FOLLOW_X_RULES); in GetFollowXRule()
263 char *expandVal = (followXPath && *followXPath) ? ExpandStr(followXPath, "-x-", CustGetSystemParam) : NULL; in GetFollowXPathByMode()
398 res->realPolicyValue = CustGetSystemParam(CUST_KEY_POLICY_LAYER); in GetCfgDirRealPolicyValue()

Completed in 2 milliseconds