/base/telephony/core_service/interfaces/innerkits/include/ |
H A D | telephony_types.h | 34 inline const int32_t SYSPARA_SIZE = 128; member 73 char virtualModemSwitch[SYSPARA_SIZE] = {0}; in GetVirtualModemSwitch() 74 GetParameter(VIRTUAL_MODEM_SWITCH, VIRTUAL_MODEM_DEFAULT_SWITCH, virtualModemSwitch, SYSPARA_SIZE); in GetVirtualModemSwitch() 85 char simSlotCount[SYSPARA_SIZE] = { 0 }; in GetMaxSlotCount() 86 GetParameter(TEL_SIM_SLOT_COUNT, DEFAULT_SLOT_COUNT, simSlotCount, SYSPARA_SIZE); in GetMaxSlotCount() 99 char realSimSlotCount[SYSPARA_SIZE] = { 0 }; in GetRealMaxSlotCount() 100 GetParameter(TEL_SIM_SLOT_COUNT, DEFAULT_SLOT_COUNT, realSimSlotCount, SYSPARA_SIZE); in GetRealMaxSlotCount() 110 char esimDefaultSlotId[SYSPARA_SIZE] = { 0 }; in GetDefaultEsimSlotId() 111 GetParameter(TEL_DEFAULT_ESIM_SLOT_ID, DEFAULT_ESIM_SLOT_ID, esimDefaultSlotId, SYSPARA_SIZE); in GetDefaultEsimSlotId() 121 char vSimModemCount[SYSPARA_SIZE] in GetVSimModemCount() [all...] |
/base/telephony/cellular_data/services/src/apn_manager/ |
H A D | connection_retry_policy.cpp | 34 constexpr int32_t SYSPARA_SIZE = 8; member 43 char retryStrategyAllow[SYSPARA_SIZE] = { 0 }; in ConnectionRetryPolicy() 44 GetParameter(PROP_RETRY_STRATEGY_ALLOW, DEFAULT_RETRY_STRATEGY_ALLOW, retryStrategyAllow, SYSPARA_SIZE); in ConnectionRetryPolicy() 46 char setupFailDelay[SYSPARA_SIZE] = { 0 }; in ConnectionRetryPolicy() 47 GetParameter(PROP_SETUP_FAIL_DELAY, DEFAULT_PROP_DELAY, setupFailDelay, SYSPARA_SIZE); in ConnectionRetryPolicy() 51 char modemDendDelay[SYSPARA_SIZE] = { 0 }; in ConnectionRetryPolicy() 52 GetParameter(PROP_MODEM_DEND_DELAY, DEFAULT_PROP_DELAY, modemDendDelay, SYSPARA_SIZE); in ConnectionRetryPolicy()
|
/base/telephony/ril_adapter/test/unittest/ril_adapter_gtest/ |
H A D | ril_test_util.cpp | 62 char simSlotCount[SYSPARA_SIZE] = { 0 }; in GetMaxSimCount() 63 GetParameter(TEL_SIM_SLOT_COUNT, DEFAULT_SLOT_COUNT, simSlotCount, SYSPARA_SIZE); in GetMaxSimCount()
|
/base/telephony/ril_adapter/test/unittest/ril_adapter_gtest/include/ |
H A D | ril_test_util.h | 38 inline const int32_t SYSPARA_SIZE = 128; member
|
/base/telephony/call_manager/services/satellite_call/src/ |
H A D | satellite_call_control.cpp | 116 char satelliteSupportType[SYSPARA_SIZE] = { 0 }; in SetUsedModem() 117 GetParameter(TEL_SATELLITE_SUPPORT_TYPE, SATELLITE_TYPE_DEFAULT_VALUE, satelliteSupportType, SYSPARA_SIZE); in SetUsedModem()
|
/base/telephony/ril_adapter/services/vendor/src/ |
H A D | vendor_util.c | 30 #define SYSPARA_SIZE 128 macro 497 char virtualModemSwitch[SYSPARA_SIZE] = {0}; in GetSimSlotCount() 498 GetParameter(VIRTUAL_MODEM_SWITCH, VIRTUAL_MODEM_DEFAULT_SWITCH, virtualModemSwitch, SYSPARA_SIZE); in GetSimSlotCount()
|
/base/telephony/sms_mms/services/sms/satellite_service_interaction/src/ |
H A D | satellite_sms_client.cpp | 231 char satelliteSupported[SYSPARA_SIZE] = { 0 }; in GetSatelliteSupported() 232 GetParameter(TEL_SATELLITE_SUPPORTED, SATELLITE_DEFAULT_VALUE, satelliteSupported, SYSPARA_SIZE); in GetSatelliteSupported()
|
/base/telephony/core_service/services/sim/src/ |
H A D | operator_config_cache.cpp | 202 char simOpKey[SYSPARA_SIZE] = { 0 }; in GetOpKey() 205 simOpKey, SYSPARA_SIZE); in GetOpKey()
|
H A D | multi_sim_controller.cpp | 1258 char satelliteSupported[SYSPARA_SIZE] = { 0 }; in IsSatelliteSupported() 1259 GetParameter(TEL_SATELLITE_SUPPORTED, SATELLITE_DEFAULT_VALUE, satelliteSupported, SYSPARA_SIZE); in IsSatelliteSupported()
|
H A D | sim_state_handle.cpp | 133 char satelliteSupported[SYSPARA_SIZE] = { 0 }; in IsSatelliteSupported() 134 GetParameter(TEL_SATELLITE_SUPPORTED, SATELLITE_DEFAULT_VALUE, satelliteSupported, SYSPARA_SIZE); in IsSatelliteSupported()
|
/base/telephony/core_service/services/network_search/src/ |
H A D | network_search_handler.cpp | 1531 char satelliteSupported[SYSPARA_SIZE] = { 0 }; in IsSatelliteSupported() 1532 GetParameter(TEL_SATELLITE_SUPPORTED, SATELLITE_DEFAULT_VALUE, satelliteSupported, SYSPARA_SIZE); in IsSatelliteSupported()
|