Searched refs:getVSimSlotId_ (Results 1 – 8 of 8) sorted by relevance
91 getVSimSlotId_ = (GET_VSIM_SLOT_ID) dlsym(telephonyVSimWrapperHandle_, "GetVSimSlotId"); in InitTelephonyExtWrapperForVSim()94 … if (getVSimSlotId_ == nullptr || createAllApnItemExt_ == nullptr || isCardAllowData_ == nullptr) { in InitTelephonyExtWrapperForVSim()
160 EXPECT_TRUE(TELEPHONY_EXT_WRAPPER.getVSimSlotId_ != nullptr);181 EXPECT_TRUE(TELEPHONY_EXT_WRAPPER.getVSimSlotId_ == nullptr);
163 getVSimSlotId_ = (GET_VSIM_SLOT_ID) dlsym(telephonyVSimWrapperHandle_, "GetVSimSlotId"); in InitTelephonyExtWrapperForVSim()172 …bool hasFuncNull = (isVSimInStatus_ == nullptr || getVSimSlotId_ == nullptr || onAllFilesFetchedEx… in InitTelephonyExtWrapperForVSim()
45 GET_VSIM_SLOT_ID getVSimSlotId_ = nullptr; variable
263 if (TELEPHONY_EXT_WRAPPER.getVSimSlotId_) { in IsVSimSlotId()265 TELEPHONY_EXT_WRAPPER.getVSimSlotId_(vSimSlotId); in IsVSimSlotId()
137 GET_VSIM_SLOT_ID getVSimSlotId_ = nullptr; variable
304 if (TELEPHONY_EXT_WRAPPER.getVSimSlotId_ && TELEPHONY_EXT_WRAPPER.changeSpnAndRuleExt_) { in UpdateVSimSpn()306 TELEPHONY_EXT_WRAPPER.getVSimSlotId_(vSimSlotId); in UpdateVSimSpn()
435 if (TELEPHONY_EXT_WRAPPER.getVSimSlotId_) { in CheckDataPermittedByDsds()437 TELEPHONY_EXT_WRAPPER.getVSimSlotId_(vSimSlotId); in CheckDataPermittedByDsds()2125 if (TELEPHONY_EXT_WRAPPER.getVSimSlotId_) { in IsVSimSlotId()2127 TELEPHONY_EXT_WRAPPER.getVSimSlotId_(vSimSlotId); in IsVSimSlotId()