Home
last modified time | relevance | path

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

/ohos5.0/base/telephony/cellular_data/services/telephony_ext_wrapper/src/
H A Dtelephony_ext_wrapper.cpp93 isCardAllowData_ = (IS_CARD_ALLOW_DATA) dlsym(telephonyVSimWrapperHandle_, "IsCardAllowData"); in InitTelephonyExtWrapperForVSim()
94 … if (getVSimSlotId_ == nullptr || createAllApnItemExt_ == nullptr || isCardAllowData_ == nullptr) { in InitTelephonyExtWrapperForVSim()
/ohos5.0/base/telephony/cellular_data/services/telephony_ext_wrapper/include/
H A Dtelephony_ext_wrapper.h47 IS_CARD_ALLOW_DATA isCardAllowData_ = nullptr; variable
/ohos5.0/base/telephony/cellular_data/services/src/
H A Dcellular_data_service.cpp369 if (TELEPHONY_EXT_WRAPPER.isCardAllowData_ && in RequestNet()
370 !TELEPHONY_EXT_WRAPPER.isCardAllowData_(simId, request.capability)) { in RequestNet()