Home
last modified time | relevance | path

Searched refs:OH_NetConn_GetAllNets (Results 1 - 3 of 3) sorted by relevance

/foundation/communication/netmanager_base/interfaces/kits/c/netconnclient/include/
H A Dnet_connection.h178 int32_t OH_NetConn_GetAllNets(NetConn_NetHandleList *netHandleList);
/foundation/communication/netmanager_base/test/netconnmanager/unittest/net_conn_multi_test/
H A Dnative_net_conn_test.cpp298 * @tc.desc: Test OH_NetConn_GetAllNets, applied for
306 int32_t ret = OH_NetConn_GetAllNets(&netHandleList); in HWTEST_F()
315 * @tc.desc: Test OH_NetConn_GetAllNets, giving a nullptr,
322 int32_t ret = OH_NetConn_GetAllNets(netHandleList); in HWTEST_F()
328 * @tc.desc: Test OH_NetConn_GetAllNets, having more networks
342 ret = OH_NetConn_GetAllNets(&netHandleList); in HWTEST_F()
/foundation/communication/netmanager_base/interfaces/kits/c/netconnclient/src/
H A Dnet_connection.cpp98 int32_t OH_NetConn_GetAllNets(NetConn_NetHandleList *netHandleList) in OH_NetConn_GetAllNets() function
101 NETMGR_LOG_E("OH_NetConn_GetAllNets received invalid parameters"); in OH_NetConn_GetAllNets()

Completed in 2 milliseconds