Searched refs:CUST_OPKEY0 (Results 1 – 3 of 3) sorted by relevance
25 constexpr const char *CUST_OPKEY0 = "telephony.sim.opkey0"; variable40 SystemSetParameter(CUST_OPKEY0, "46060"); in SetUpTestCase()147 SystemSetParameter(CUST_OPKEY0, "-1");206 .append(CUST_OPKEY0).append("}/etc/${testkey:-custxmltest}");
41 static const char * const CUST_OPKEY0 = "telephony.sim.opkey0"; variable120 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()
24 #define CUST_OPKEY0 "telephony.sim.opkey0" macro