Searched refs:simSlotCount (Results 1 - 5 of 5) sorted by relevance
/base/telephony/ril_adapter/services/hril_hdf/src/ |
H A D | hril_hdf.c | 51 char simSlotCount[PARAMETER_SIZE] = {0}; in GetVendorLibPath() local 52 GetParameter(TEL_SIM_SLOT_COUNT, DEFAULT_SLOT_COUNT, simSlotCount, PARAMETER_SIZE); in GetVendorLibPath() 53 int32_t slotCount = atoi(simSlotCount); in GetVendorLibPath()
|
/base/telephony/ril_adapter/test/unittest/ril_adapter_gtest/ |
H A D | ril_test_util.cpp | 62 char simSlotCount[SYSPARA_SIZE] = { 0 }; in GetMaxSimCount() local 63 GetParameter(TEL_SIM_SLOT_COUNT, DEFAULT_SLOT_COUNT, simSlotCount, SYSPARA_SIZE); in GetMaxSimCount() 64 int32_t slotCount = std::atoi(simSlotCount); in GetMaxSimCount()
|
/base/telephony/core_service/interfaces/innerkits/include/ |
H A D | telephony_types.h | 85 char simSlotCount[SYSPARA_SIZE] = { 0 }; in GetMaxSlotCount() local 86 GetParameter(TEL_SIM_SLOT_COUNT, DEFAULT_SLOT_COUNT, simSlotCount, SYSPARA_SIZE); in GetMaxSlotCount() 87 maxSlotCount_ = std::atoi(simSlotCount); in GetMaxSlotCount()
|
/base/telephony/ril_adapter/services/vendor/src/ |
H A D | vendor_util.c | 494 char simSlotCount[PARAMETER_SIZE] = {0}; in GetSimSlotCount() local 495 GetParameter(TEL_SIM_SLOT_COUNT, DEFAULT_SLOT_COUNT, simSlotCount, PARAMETER_SIZE); in GetSimSlotCount() 496 int32_t simSlotCountNumber = atoi(simSlotCount); in GetSimSlotCount()
|
/base/telephony/ril_adapter/services/hril/src/ |
H A D | hril_manager.cpp | 1057 char simSlotCount[HRIL_SYSPARA_SIZE] = { 0 }; in GetSimSlotCount() local 1058 GetParameter(HRIL_TEL_SIM_SLOT_COUNT, HRIL_DEFAULT_SLOT_COUNT, simSlotCount, HRIL_SYSPARA_SIZE); in GetSimSlotCount() 1059 int32_t simSlotCountNumber = std::atoi(simSlotCount); in GetSimSlotCount()
|
Completed in 6 milliseconds