Home
last modified time | relevance | path

Searched refs:GetAppNet (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/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);
/ohos5.0/foundation/communication/netmanager_base/frameworks/js/napi/connection/connection_module/src/
H A Dconnection_module.cpp194 DECLARE_NAPI_FUNCTION(FUNCTION_GET_APP_NET, GetAppNet), in InitConnectionModule()
400 napi_value ConnectionModule::GetAppNet(napi_env env, napi_callback_info info) in GetAppNet() function in OHOS::NetManagerStandard::ConnectionModule
/ohos5.0/foundation/communication/netmanager_base/interfaces/innerkits/netconnclient/include/
H A Dnet_conn_client.h365 int32_t GetAppNet(int32_t &netId);
/ohos5.0/foundation/communication/netmanager_base/frameworks/native/netconnclient/src/
H A Dnet_conn_client.cpp652 GetAppNet(bindNetId); in GetDefaultHttpProxy()
685 int32_t NetConnClient::GetAppNet(int32_t &netId) in GetAppNet() function in OHOS::NetManagerStandard::NetConnClient
/ohos5.0/foundation/communication/netmanager_base/frameworks/cj/connection/src/
H A Dnet_connection_ffi.cpp320 return NetConnClient::GetInstance().GetAppNet(netId); in CJ_GetAppNet()
/ohos5.0/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()
/ohos5.0/foundation/communication/netmanager_base/test/netconnmanager/unittest/net_conn_manager_test/
H A Dnet_conn_client_test.cpp790 NetConnClient::GetInstance().GetAppNet(getNetId);
/ohos5.0/foundation/communication/netmanager_base/interfaces/innerkits/netconnclient/
H A Dlibnetconn_kits.map47 "OHOS::NetManagerStandard::NetConnClient::GetAppNet(int&)";