Searched refs:DEFAULT_SLOT_COUNT (Results 1 – 6 of 6) sorted by relevance
/base/telephony/core_service/interfaces/innerkits/include/ |
D | telephony_types.h | 35 inline constexpr const char *DEFAULT_SLOT_COUNT = "1"; variable 49 GetParameter(TEL_SIM_SLOT_COUNT, DEFAULT_SLOT_COUNT, simSlotCount, SYSPARA_SIZE); in GetMaxSlotCount()
|
/base/telephony/ril_adapter/services/vendor/src/ |
D | vendor_util.c | 26 #define DEFAULT_SLOT_COUNT "1" macro 492 GetParameter(TEL_SIM_SLOT_COUNT, DEFAULT_SLOT_COUNT, simSlotCount, PARAMETER_SIZE); in GetSimSlotCount()
|
/base/telephony/core_service/services/sim/src/ |
D | sim_manager.cpp | 385 if (slotCount_ == std::atoi(DEFAULT_SLOT_COUNT)) { in GetDefaultVoiceSlotId() 398 if (slotCount_ == std::atoi(DEFAULT_SLOT_COUNT)) { in GetDefaultSmsSlotId() 411 if (slotCount_ == std::atoi(DEFAULT_SLOT_COUNT)) { in GetDefaultCellularDataSlotId() 424 if (slotCount_ == std::atoi(DEFAULT_SLOT_COUNT)) { in GetPrimarySlotId()
|
/base/telephony/core_service/services/core/src/ |
D | core_service.cpp | 953 GetParameter(TEL_SIM_SLOT_COUNT, DEFAULT_SLOT_COUNT, simSlotCount, SYSPARA_SIZE); in GetMaxSimCount()
|
/base/telephony/core_service/frameworks/native/src/ |
D | core_manager_inner.cpp | 74 GetParameter(TEL_SIM_SLOT_COUNT, DEFAULT_SLOT_COUNT, simSlotCount, SYSPARA_SIZE); in GetMaxSimCount()
|
D | core_service_proxy.cpp | 2168 GetParameter(TEL_SIM_SLOT_COUNT, DEFAULT_SLOT_COUNT, simSlotCount, SYSPARA_SIZE); in GetMaxSimCount()
|