Lines Matching defs:func
55 SetCache func = load_cache_setter();
56 if (!func) {
62 int ret = func(netid, param, res);
80 GetCache func = load_cache_getter();
81 if (!func) {
89 int ret = func(netid, param, addr_info, &num);
145 PostDnsResult func = load_result_poster();
146 if (!func) {
151 int ret = func(netid, name, usedtime, queryret, res, param);
169 GetDefaultNet func = dlsym(handle, OHOS_GET_DEFAULT_NET_FUNC_NAME);
170 if (func == NULL) {
176 int ret = func(0, currentnetid);