Home
last modified time | relevance | path

Searched refs:SYSPARA_SIZE (Results 1 - 11 of 11) sorted by relevance

/base/telephony/core_service/interfaces/innerkits/include/
H A Dtelephony_types.h34 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 Dconnection_retry_policy.cpp34 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 Dril_test_util.cpp62 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 Dril_test_util.h38 inline const int32_t SYSPARA_SIZE = 128; member
/base/telephony/call_manager/services/satellite_call/src/
H A Dsatellite_call_control.cpp116 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 Dvendor_util.c30 #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 Dsatellite_sms_client.cpp231 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 Doperator_config_cache.cpp202 char simOpKey[SYSPARA_SIZE] = { 0 }; in GetOpKey()
205 simOpKey, SYSPARA_SIZE); in GetOpKey()
H A Dmulti_sim_controller.cpp1258 char satelliteSupported[SYSPARA_SIZE] = { 0 }; in IsSatelliteSupported()
1259 GetParameter(TEL_SATELLITE_SUPPORTED, SATELLITE_DEFAULT_VALUE, satelliteSupported, SYSPARA_SIZE); in IsSatelliteSupported()
H A Dsim_state_handle.cpp133 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 Dnetwork_search_handler.cpp1531 char satelliteSupported[SYSPARA_SIZE] = { 0 }; in IsSatelliteSupported()
1532 GetParameter(TEL_SATELLITE_SUPPORTED, SATELLITE_DEFAULT_VALUE, satelliteSupported, SYSPARA_SIZE); in IsSatelliteSupported()

Completed in 11 milliseconds