Home
last modified time | relevance | path

Searched refs:REQUEST_TCP_AND_DNS_PACKETS (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/telephony/cellular_data/services/data_service_ext_wrapper/include/
H A Ddata_service_ext_wrapper.h31 typedef void (*REQUEST_TCP_AND_DNS_PACKETS)(); typedef
33 REQUEST_TCP_AND_DNS_PACKETS requestTcpAndDnsPackets_ = nullptr;
/ohos5.0/base/telephony/cellular_data/services/data_service_ext_wrapper/src/
H A Ddata_service_ext_wrapper.cpp47 requestTcpAndDnsPackets_ = (REQUEST_TCP_AND_DNS_PACKETS)dlsym(DataServiceExtWrapperHandle_, in InitDataServiceExtWrapper()