Home
last modified time | relevance | path

Searched refs:DEFAULT_SLOT_COUNT (Results 1 - 6 of 6) sorted by relevance

/base/telephony/ril_adapter/services/hril_hdf/src/
H A Dhril_hdf.c33 #define DEFAULT_SLOT_COUNT "1" macro
52 GetParameter(TEL_SIM_SLOT_COUNT, DEFAULT_SLOT_COUNT, simSlotCount, PARAMETER_SIZE); in GetVendorLibPath()
/base/telephony/ril_adapter/test/unittest/ril_adapter_gtest/
H A Dril_test_util.cpp24 const char *DEFAULT_SLOT_COUNT = "1"; member
63 GetParameter(TEL_SIM_SLOT_COUNT, DEFAULT_SLOT_COUNT, simSlotCount, SYSPARA_SIZE); in GetMaxSimCount()
/base/telephony/core_service/interfaces/innerkits/include/
H A Dtelephony_types.h52 inline constexpr const char *DEFAULT_SLOT_COUNT = "1"; member
86 GetParameter(TEL_SIM_SLOT_COUNT, DEFAULT_SLOT_COUNT, simSlotCount, SYSPARA_SIZE); in GetMaxSlotCount()
100 GetParameter(TEL_SIM_SLOT_COUNT, DEFAULT_SLOT_COUNT, realSimSlotCount, SYSPARA_SIZE); in GetRealMaxSlotCount()
/base/telephony/ril_adapter/services/vendor/src/
H A Dvendor_util.c26 #define DEFAULT_SLOT_COUNT "1" macro
495 GetParameter(TEL_SIM_SLOT_COUNT, DEFAULT_SLOT_COUNT, simSlotCount, PARAMETER_SIZE); in GetSimSlotCount()
/base/telephony/core_service/services/sim/src/
H A Dsim_manager.cpp409 if (slotCount_ == std::atoi(DEFAULT_SLOT_COUNT)) { in GetDefaultVoiceSlotId()
444 if (slotCount_ == std::atoi(DEFAULT_SLOT_COUNT)) { in GetDefaultSmsSlotId()
479 if (slotCount_ == std::atoi(DEFAULT_SLOT_COUNT)) { in GetDefaultCellularDataSlotId()
512 if (slotCount_ == std::atoi(DEFAULT_SLOT_COUNT)) { in GetDsdsMode()
529 if (slotCount_ == std::atoi(DEFAULT_SLOT_COUNT)) { in GetPrimarySlotId()
H A Dmulti_sim_controller.cpp588 if (SIM_SLOT_COUNT == std::atoi(DEFAULT_SLOT_COUNT)) { in getDefaultMainSlotByIccId()

Completed in 8 milliseconds