Home
last modified time | relevance | path

Searched refs:simSlotCount (Results 1 - 5 of 5) sorted by relevance

/base/telephony/ril_adapter/services/hril_hdf/src/
H A Dhril_hdf.c51 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 Dril_test_util.cpp62 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 Dtelephony_types.h85 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 Dvendor_util.c494 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 Dhril_manager.cpp1057 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 7 milliseconds