Home
last modified time | relevance | path

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

/foundation/communication/netmanager_base/interfaces/kits/c/netconnclient/include/
H A Dnet_connection.h61 int32_t OH_NetConn_HasDefaultNet(int32_t *hasDefaultNet);
/foundation/communication/netmanager_base/test/netconnmanager/unittest/net_conn_multi_test/
H A Dnative_net_conn_test.cpp199 * @tc.desc: Test OH_NetConn_HasDefaultNet, not applying for
206 auto ret = OH_NetConn_HasDefaultNet(&flag); in HWTEST_F()
212 * @tc.desc: Test OH_NetConn_HasDefaultNet, applied for
220 int32_t ret = OH_NetConn_HasDefaultNet(&flag); in HWTEST_F()
227 * @tc.desc: Test OH_NetConn_HasDefaultNet, giving a nullptr,
234 int32_t ret = OH_NetConn_HasDefaultNet(flag); in HWTEST_F()
278 int32_t ret = OH_NetConn_HasDefaultNet(&flag); in HWTEST_F()
292 int32_t ret = OH_NetConn_HasDefaultNet(flag); in HWTEST_F()
/foundation/communication/netmanager_base/interfaces/kits/c/netconnclient/src/
H A Dnet_connection.cpp114 int32_t OH_NetConn_HasDefaultNet(int32_t *hasDefaultNet) in OH_NetConn_HasDefaultNet() function
117 NETMGR_LOG_E("OH_NetConn_HasDefaultNet received invalid parameters"); in OH_NetConn_HasDefaultNet()

Completed in 3 milliseconds