Home
last modified time | relevance | path

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

/foundation/communication/netmanager_base/interfaces/kits/c/netconnclient/include/
H A Dnet_connection.h104 int32_t OH_NetConn_GetConnectionProperties(NetConn_NetHandle *netHandle, NetConn_ConnectionProperties *prop);
/foundation/communication/netmanager_base/test/netconnmanager/unittest/net_conn_multi_test/
H A Dnative_net_conn_test.cpp348 * @tc.desc: Test OH_NetConn_GetConnectionProperties, applied for
365 ret = OH_NetConn_GetConnectionProperties(&netHandle, &info); in HWTEST_F()
372 * @tc.desc: Test OH_NetConn_GetConnectionProperties, giving nullptr(s),
381 int32_t ret = OH_NetConn_GetConnectionProperties(netHandle, &info); in HWTEST_F()
387 * @tc.desc: Test OH_NetConn_GetConnectionProperties, having more address
405 ret = OH_NetConn_GetConnectionProperties(&netHandle, &info); in HWTEST_F()
411 * @tc.desc: Test OH_NetConn_GetConnectionProperties, having more route
429 ret = OH_NetConn_GetConnectionProperties(&netHandle, &info); in HWTEST_F()
435 * @tc.desc: Test OH_NetConn_GetConnectionProperties, httpProxy having more
454 ret = OH_NetConn_GetConnectionProperties( in HWTEST_F()
[all...]
/foundation/communication/netmanager_base/interfaces/kits/c/netconnclient/src/
H A Dnet_connection.cpp156 int32_t OH_NetConn_GetConnectionProperties(NetConn_NetHandle *netHandle, NetConn_ConnectionProperties *prop) in OH_NetConn_GetConnectionProperties() function
159 NETMGR_LOG_E("OH_NetConn_GetConnectionProperties received invalid parameters"); in OH_NetConn_GetConnectionProperties()

Completed in 2 milliseconds