Home
last modified time | relevance | path

Searched refs:CUST_OPKEY0 (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/customization/config_policy/test/unittest/
H A Dconfig_policy_utils_test.cpp25 constexpr const char *CUST_OPKEY0 = "telephony.sim.opkey0"; variable
40 SystemSetParameter(CUST_OPKEY0, "46060"); in SetUpTestCase()
147 SystemSetParameter(CUST_OPKEY0, "-1");
206 .append(CUST_OPKEY0).append("}/etc/${testkey:-custxmltest}");
/ohos5.0/base/customization/config_policy/frameworks/config_policy/src/
H A Dconfig_policy_utils.c41 static const char * const CUST_OPKEY0 = "telephony.sim.opkey0"; variable
120 const char *opKeyName = CUST_OPKEY0; in GetOpkeyPath()
122 opKeyName = CUST_OPKEY0; in GetOpkeyPath()
127 if (SystemGetParameter(CUST_OPKEY0, NULL, &len) == 0 && len > MIN_OPKEY_LEN) { in GetOpkeyPath()
128 opKeyName = CUST_OPKEY0; in GetOpkeyPath()
/ohos5.0/base/telephony/core_service/utils/common/include/
H A Dtelephony_config_c.h24 #define CUST_OPKEY0 "telephony.sim.opkey0" macro