Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/netmanager_base/test/netmanagernative/unittest/netsys_manager_test/
H A Ddns_resolv_listen_test.cpp43 typedef int32_t (*SetCache)(uint16_t netId, struct ParamWrapper param, struct addrinfo *res); typedef
130 SetCache func = (SetCache)dlsym(handle, "NetSysSetResolvCache");
H A Dresolver_config_test.cpp28 using SetCache = int32_t (*)(uint16_t netId, struct ParamWrapper param, struct addrinfo *res); typedef