Searched refs:netHandleList_ (Results 1 – 2 of 2) sorted by relevance
42 std::list<sptr<NetHandle>> netHandleList_; variable
194 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()