Home
last modified time | relevance | path

Searched refs:DEFAULT_SLOT_COUNT (Results 1 – 4 of 4) sorted by relevance

/base/telephony/ril_adapter/test/unittest/ril_adapter_gtest/
Dril_test_util.cpp24 const char *DEFAULT_SLOT_COUNT = "1"; variable
63 GetParameter(TEL_SIM_SLOT_COUNT, DEFAULT_SLOT_COUNT, simSlotCount, SYSPARA_SIZE); in GetMaxSimCount()
/base/telephony/core_service/interfaces/innerkits/include/
Dtelephony_types.h39 inline constexpr const char *DEFAULT_SLOT_COUNT = "1"; variable
54 GetParameter(TEL_SIM_SLOT_COUNT, DEFAULT_SLOT_COUNT, simSlotCount, SYSPARA_SIZE); in GetMaxSlotCount()
/base/telephony/ril_adapter/services/vendor/src/
Dvendor_util.c26 #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/
Dsim_manager.cpp384 if (slotCount_ == std::atoi(DEFAULT_SLOT_COUNT)) { in GetDefaultVoiceSlotId()
417 if (slotCount_ == std::atoi(DEFAULT_SLOT_COUNT)) { in GetDefaultSmsSlotId()
450 if (slotCount_ == std::atoi(DEFAULT_SLOT_COUNT)) { in GetDefaultCellularDataSlotId()
483 if (slotCount_ == std::atoi(DEFAULT_SLOT_COUNT)) { in GetDsdsMode()
500 if (slotCount_ == std::atoi(DEFAULT_SLOT_COUNT)) { in GetPrimarySlotId()