Searched refs:DEFAULT_SLOT_COUNT (Results 1 - 6 of 6) sorted by relevance
/base/telephony/ril_adapter/services/hril_hdf/src/ |
H A D | hril_hdf.c | 33 #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 D | ril_test_util.cpp | 24 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 D | telephony_types.h | 52 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 D | vendor_util.c | 26 #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 D | sim_manager.cpp | 409 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 D | multi_sim_controller.cpp | 588 if (SIM_SLOT_COUNT == std::atoi(DEFAULT_SLOT_COUNT)) { in getDefaultMainSlotByIccId()
|
Completed in 8 milliseconds