Home
last modified time | relevance | path

Searched refs:FOLLOWX_MODE_SIM_DEFAULT (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/customization/config_policy/interfaces/inner_api/include/
H A Dconfig_policy_utils.h48 #define FOLLOWX_MODE_SIM_DEFAULT 10 macro
/ohos5.0/base/customization/config_policy/test/unittest/
H A Dconfig_policy_utils_test.cpp149 EXPECT_TRUE(TestGetCfgFile(testPathSuffix, FOLLOWX_MODE_SIM_DEFAULT, NULL));
/ohos5.0/base/customization/config_policy/frameworks/config_policy/src/
H A Dconfig_policy_utils.c248 case FOLLOWX_MODE_SIM_DEFAULT: in GetFollowXPathByMode()
249 followXPath = GetOpkeyPath(FOLLOWX_MODE_SIM_DEFAULT); in GetFollowXPathByMode()
/ohos5.0/base/customization/config_policy/interfaces/kits/js/src/
H A Dconfig_policy_napi.cpp78 … NAPI_CALL_RETURN_VOID(env, napi_create_int32(env, static_cast<int32_t>(FOLLOWX_MODE_SIM_DEFAULT), in CreateFollowXModeObject()
500 case FOLLOWX_MODE_SIM_DEFAULT: in ParseFollowMode()