Home
last modified time | relevance | path

Searched refs:GetAppNet (Results 1 - 7 of 7) sorted by relevance

/foundation/communication/netmanager_base/frameworks/js/napi/connection/connection_module/include/
H A Dconnection_module.h106 static napi_value GetAppNet(napi_env env, napi_callback_info info);
/foundation/communication/netmanager_base/frameworks/js/napi/connection/connection_module/src/
H A Dconnection_module.cpp197 DECLARE_NAPI_FUNCTION(FUNCTION_GET_APP_NET, GetAppNet), in InitConnectionModule()
403 napi_value ConnectionModule::GetAppNet(napi_env env, napi_callback_info info) in GetAppNet() function in ConnectionModule
/foundation/communication/netmanager_base/interfaces/innerkits/netconnclient/include/
H A Dnet_conn_client.h364 int32_t GetAppNet(int32_t &netId);
/foundation/communication/netmanager_base/frameworks/native/netconnclient/src/
H A Dnet_conn_client.cpp694 GetAppNet(bindNetId); in GetDefaultHttpProxy()
727 int32_t NetConnClient::GetAppNet(int32_t &netId) in GetAppNet() function in OHOS::NetManagerStandard::NetConnClient
/foundation/communication/netmanager_base/frameworks/cj/connection/src/
H A Dnet_connection_ffi.cpp320 return NetConnClient::GetInstance().GetAppNet(netId); in CJ_GetAppNet()
/foundation/communication/netmanager_base/frameworks/js/napi/connection/connection_exec/src/
H A Dconnection_exec.cpp367 int32_t errorCode = NetConnClient::GetInstance().GetAppNet(netId); in ExecGetAppNet()
/foundation/communication/netmanager_base/test/netconnmanager/unittest/net_conn_multi_test/
H A Dnet_conn_client_test.cpp779 * @tc.desc: Test NetConnClient::GetAppNet, return NetId set by SetAppNet
790 NetConnClient::GetInstance().GetAppNet(getNetId); in HWTEST_F()

Completed in 10 milliseconds