Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/netmanager_base/services/netsyscontroller/src/
H A Dnetsys_native_client.cpp919 if (nativeDnsReportCallback_ == nullptr) { in RegisterNotifyCallback()
920 nativeDnsReportCallback_ = new (std::nothrow) NativeNetDnsResultCallback(*this); in RegisterNotifyCallback()
924 proxy->RegisterDnsResultCallback(nativeDnsReportCallback_, dnsReportTimeStep); in RegisterNotifyCallback()
/ohos5.0/foundation/communication/netmanager_base/services/netsyscontroller/include/
H A Dnetsys_native_client.h989 sptr<OHOS::NetsysNative::INetDnsResultCallback> nativeDnsReportCallback_ = nullptr; variable