Home
last modified time | relevance | path

Searched refs:netHandleList_ (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/communication/netmanager_base/frameworks/js/napi/connection/async_context/include/
H A Dgetdefaultnet_context.h42 std::list<sptr<NetHandle>> netHandleList_; variable
/ohos5.0/foundation/communication/netmanager_base/frameworks/js/napi/connection/connection_exec/src/
H A Dconnection_exec.cpp194 int32_t ret = NetConnClient::GetInstance().GetAllNets(context->netHandleList_); in ExecGetAllNets()
201 napi_value array = NapiUtils::CreateArray(context->GetEnv(), context->netHandleList_.size()); in GetAllNetsCallback()
203 std::for_each(context->netHandleList_.begin(), context->netHandleList_.end(), in GetAllNetsCallback()