Home
last modified time | relevance | path

Searched refs:IS_ALLOWED_INSERT_APN (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/base/telephony/core_service/services/telephony_ext_wrapper/include/
H A Dtelephony_ext_wrapper.h95 typedef bool (*IS_ALLOWED_INSERT_APN)(std::string &value); typedef
148 IS_ALLOWED_INSERT_APN isAllowedInsertApn_ = nullptr;
/ohos5.0/base/telephony/core_service/interfaces/innerkits/include/
H A Dcore_service_ipc_interface_code.h119 IS_ALLOWED_INSERT_APN, enumerator
/ohos5.0/base/telephony/core_service/services/telephony_ext_wrapper/src/
H A Dtelephony_ext_wrapper.cpp184 …isAllowedInsertApn_ = (IS_ALLOWED_INSERT_APN)dlsym(telephonyExtWrapperHandle_, "IsAllowedInsertApn… in InitTelephonyExtWrapperForApnCust()
/ohos5.0/base/telephony/core_service/services/core/src/
H A Dcore_service_stub.cpp259 memberFuncMap_[uint32_t(CoreServiceInterfaceCode::IS_ALLOWED_INSERT_APN)] = in AddHandlerPdpProfileToMap()
/ohos5.0/base/telephony/core_service/frameworks/native/src/
H A Dcore_service_proxy.cpp3122 … static_cast<uint32_t>(CoreServiceInterfaceCode::IS_ALLOWED_INSERT_APN), data, reply, option); in IsAllowedInsertApn()