Home
last modified time | relevance | path

Searched refs:getVSimSlotId_ (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/base/telephony/cellular_data/services/telephony_ext_wrapper/src/
H A Dtelephony_ext_wrapper.cpp91 getVSimSlotId_ = (GET_VSIM_SLOT_ID) dlsym(telephonyVSimWrapperHandle_, "GetVSimSlotId"); in InitTelephonyExtWrapperForVSim()
94 … if (getVSimSlotId_ == nullptr || createAllApnItemExt_ == nullptr || isCardAllowData_ == nullptr) { in InitTelephonyExtWrapperForVSim()
/ohos5.0/base/telephony/core_service/test/unittest/core_service_gtest/
H A Dvsim_test.cpp160 EXPECT_TRUE(TELEPHONY_EXT_WRAPPER.getVSimSlotId_ != nullptr);
181 EXPECT_TRUE(TELEPHONY_EXT_WRAPPER.getVSimSlotId_ == nullptr);
/ohos5.0/base/telephony/core_service/services/telephony_ext_wrapper/src/
H A Dtelephony_ext_wrapper.cpp163 getVSimSlotId_ = (GET_VSIM_SLOT_ID) dlsym(telephonyVSimWrapperHandle_, "GetVSimSlotId"); in InitTelephonyExtWrapperForVSim()
172 …bool hasFuncNull = (isVSimInStatus_ == nullptr || getVSimSlotId_ == nullptr || onAllFilesFetchedEx… in InitTelephonyExtWrapperForVSim()
/ohos5.0/base/telephony/cellular_data/services/telephony_ext_wrapper/include/
H A Dtelephony_ext_wrapper.h45 GET_VSIM_SLOT_ID getVSimSlotId_ = nullptr; variable
/ohos5.0/base/telephony/core_service/services/sim/src/
H A Dmulti_sim_monitor.cpp263 if (TELEPHONY_EXT_WRAPPER.getVSimSlotId_) { in IsVSimSlotId()
265 TELEPHONY_EXT_WRAPPER.getVSimSlotId_(vSimSlotId); in IsVSimSlotId()
/ohos5.0/base/telephony/core_service/services/telephony_ext_wrapper/include/
H A Dtelephony_ext_wrapper.h137 GET_VSIM_SLOT_ID getVSimSlotId_ = nullptr; variable
/ohos5.0/base/telephony/core_service/services/network_search/src/
H A Doperator_name.cpp304 if (TELEPHONY_EXT_WRAPPER.getVSimSlotId_ && TELEPHONY_EXT_WRAPPER.changeSpnAndRuleExt_) { in UpdateVSimSpn()
306 TELEPHONY_EXT_WRAPPER.getVSimSlotId_(vSimSlotId); in UpdateVSimSpn()
/ohos5.0/base/telephony/cellular_data/services/src/
H A Dcellular_data_handler.cpp435 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()