Home
last modified time | relevance | path

Searched refs:isAllowedInsertApn_ (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/telephony/core_service/services/telephony_ext_wrapper/src/
H A Dtelephony_ext_wrapper.cpp184isAllowedInsertApn_ = (IS_ALLOWED_INSERT_APN)dlsym(telephonyExtWrapperHandle_, "IsAllowedInsertApn… in InitTelephonyExtWrapperForApnCust()
186 if (isAllowedInsertApn_ == nullptr || getTargetOpkey_ == nullptr) { in InitTelephonyExtWrapperForApnCust()
/ohos5.0/base/telephony/core_service/services/telephony_ext_wrapper/include/
H A Dtelephony_ext_wrapper.h148 IS_ALLOWED_INSERT_APN isAllowedInsertApn_ = nullptr; variable
/ohos5.0/base/telephony/core_service/services/core/src/
H A Dcore_service.cpp1616 if (TELEPHONY_EXT_WRAPPER.isAllowedInsertApn_ != nullptr) { in IsAllowedInsertApn()
1617 return TELEPHONY_EXT_WRAPPER.isAllowedInsertApn_(value); in IsAllowedInsertApn()
/ohos5.0/base/telephony/core_service/test/unittest/core_service_gtest/
H A Dzero_branch_test_core_service.cpp765 EXPECT_EQ(TELEPHONY_EXT_WRAPPER.isAllowedInsertApn_ != nullptr, true);