Home
last modified time | relevance | path

Searched defs:statusCode (Results 1 – 1 of 1) sorted by relevance

/applications/standard/app_samples/code/DocsSample/NetWork_Kit/NetWorkKit_NetManager/NetConnection_Exploitation_case/entry/src/main/cpp/
Dnapi_init.cpp125 int32_t statusCode = OH_NetConn_GetConnectionProperties(&netHandle, &connProps); in GetConnectionProperties() local
150 int32_t statusCode = OH_NetConn_GetNetCapabilities(&netHandle, &netCapabilities); in GetNetCapabilities() local
166 int32_t statusCode = OH_NetConn_GetDefaultHttpProxy(&httpProxy); in GetDefaultHttpProxy() local
197 int32_t statusCode = OH_NetConn_GetAddrInfo(host, serv, &hint, &res, netId); in GetAddrInfo() local
219 int32_t statusCode = OH_NetConn_GetAllNets(&netHandleList); in GetAllNets() local
252 int statusCode = OH_NetConn_RegisterDnsResolver(MyCustomDnsResolver); in RegisterDnsResolver() local
267 int32_t statusCode = OH_NetConn_UnregisterDnsResolver(); in UnregisterDnsResolver() local