Home
last modified time | relevance | path

Searched refs:TEL_SIM_SLOT_COUNT (Results 1 – 3 of 3) sorted by relevance

/base/telephony/ril_adapter/test/unittest/ril_adapter_gtest/
Dril_test_util.cpp23 const char *TEL_SIM_SLOT_COUNT = "const.telephony.slotCount"; variable
63 GetParameter(TEL_SIM_SLOT_COUNT, DEFAULT_SLOT_COUNT, simSlotCount, SYSPARA_SIZE); in GetMaxSimCount()
/base/telephony/core_service/interfaces/innerkits/include/
Dtelephony_types.h40 inline constexpr const char *TEL_SIM_SLOT_COUNT = "const.telephony.slotCount"; variable
54 GetParameter(TEL_SIM_SLOT_COUNT, DEFAULT_SLOT_COUNT, simSlotCount, SYSPARA_SIZE); in GetMaxSlotCount()
/base/telephony/ril_adapter/services/vendor/src/
Dvendor_util.c27 #define TEL_SIM_SLOT_COUNT "const.telephony.slotCount" macro
492 GetParameter(TEL_SIM_SLOT_COUNT, DEFAULT_SLOT_COUNT, simSlotCount, PARAMETER_SIZE); in GetSimSlotCount()