Home
last modified time | relevance | path

Searched refs:socketsInfo (Results 1 – 21 of 21) sorted by relevance

/ohos5.0/foundation/communication/netmanager_base/test/netmanagernative/unittest/netsys_manager_test/
H A Dnetsys_controller_test.cpp789 ShowSocketInfo(socketsInfo);
791 socketsInfo.unixSocketsInfo_.clear();
792 socketsInfo.netProtoSocketsInfo_.clear();
796 ShowSocketInfo(socketsInfo);
798 socketsInfo.unixSocketsInfo_.clear();
799 socketsInfo.netProtoSocketsInfo_.clear();
803 ShowSocketInfo(socketsInfo);
805 socketsInfo.unixSocketsInfo_.clear();
810 ShowSocketInfo(socketsInfo);
812 socketsInfo.unixSocketsInfo_.clear();
[all …]
H A Dnetsys_native_service_test.cpp697 NetDiagSocketsInfo socketsInfo; variable
698 ret = instance_->NetDiagGetSocketsInfo(socketType, socketsInfo);
727 NetDiagSocketsInfo socketsInfo; variable
728 ret = instance_->NetDiagGetSocketsInfo(socketType, socketsInfo);
H A Dnetsys_controller_service_impl_test.cpp621 OHOS::NetsysNative::NetDiagSocketsInfo socketsInfo; variable
622 int32_t ret = instance_->NetDiagGetSocketsInfo(socketType, socketsInfo);
H A Dnetsys_native_service_stub_test.cpp443 …int32_t NetDiagGetSocketsInfo(NetDiagProtocolType socketType, NetDiagSocketsInfo &socketsInfo) ove… in NetDiagGetSocketsInfo() argument
/ohos5.0/foundation/communication/netmanager_base/services/netmanagernative/include/netsys/
H A Dnet_diag_wrapper.h45 int32_t GetSocketsInfo(NetDiagProtocolType socketType, NetDiagSocketsInfo &socketsInfo);
59 void ExtractNetProtoSocketsInfo(const std::smatch &match, NetDiagSocketsInfo &socketsInfo);
60 void ExtractUnixSocketsInfo(const std::smatch &match, NetDiagSocketsInfo &socketsInfo);
/ohos5.0/foundation/communication/netmanager_base/frameworks/native/netmanagernative/
H A Dnetsys_net_diag_data.cpp422 bool NetDiagSocketsInfo::Unmarshalling(Parcel &parcel, NetDiagSocketsInfo &socketsInfo) in Unmarshalling() argument
424 std::list<NetDiagUnixSocketInfo>().swap(socketsInfo.unixSocketsInfo_); in Unmarshalling()
425 std::list<NeyDiagNetProtoSocketInfo>().swap(socketsInfo.netProtoSocketsInfo_); in Unmarshalling()
437 socketsInfo.unixSocketsInfo_.push_back(socketInfo); in Unmarshalling()
450 socketsInfo.netProtoSocketsInfo_.push_back(socketInfo); in Unmarshalling()
H A Dnetsys_native_service_proxy.cpp2138 …erviceProxy::NetDiagGetSocketsInfo(NetDiagProtocolType socketType, NetDiagSocketsInfo &socketsInfo) in NetDiagGetSocketsInfo() argument
2169 if (!NetDiagSocketsInfo::Unmarshalling(reply, socketsInfo)) { in NetDiagGetSocketsInfo()
/ohos5.0/foundation/communication/netmanager_base/services/netmanagernative/src/netsys/
H A Dnet_diag_wrapper.cpp143 …2_t NetDiagWrapper::GetSocketsInfo(NetDiagProtocolType socketType, NetDiagSocketsInfo &socketsInfo) in GetSocketsInfo() argument
180 ExtractNetProtoSocketsInfo(match, socketsInfo); in GetSocketsInfo()
185 ExtractUnixSocketsInfo(match, socketsInfo); in GetSocketsInfo()
487 …tDiagWrapper::ExtractNetProtoSocketsInfo(const std::smatch &match, NetDiagSocketsInfo &socketsInfo) in ExtractNetProtoSocketsInfo() argument
515 socketsInfo.netProtoSocketsInfo_.push_back(socketInfo); in ExtractNetProtoSocketsInfo()
518 …d NetDiagWrapper::ExtractUnixSocketsInfo(const std::smatch &match, NetDiagSocketsInfo &socketsInfo) in ExtractUnixSocketsInfo() argument
542 socketsInfo.unixSocketsInfo_.push_back(socketInfo); in ExtractUnixSocketsInfo()
/ohos5.0/foundation/communication/netmanager_base/interfaces/innerkits/netmanagernative/include/
H A Dnetsys_net_diag_data.h127 static bool Unmarshalling(Parcel &parcel, NetDiagSocketsInfo &socketsInfo);
H A Di_netsys_service.h143 …int32_t NetDiagGetSocketsInfo(NetDiagProtocolType socketType, NetDiagSocketsInfo &socketsInfo) = 0;
H A Dnetsys_native_service_proxy.h119 …int32_t NetDiagGetSocketsInfo(NetDiagProtocolType socketType, NetDiagSocketsInfo &socketsInfo) ove…
/ohos5.0/foundation/communication/netmanager_base/services/netsyscontroller/src/
H A Dnetsys_controller_service_impl.cpp720 … OHOS::NetsysNative::NetDiagSocketsInfo &socketsInfo) in NetDiagGetSocketsInfo() argument
723 return netsysClient_.NetDiagGetSocketsInfo(socketType, socketsInfo); in NetDiagGetSocketsInfo()
H A Dnetsys_controller.cpp1000 OHOS::NetsysNative::NetDiagSocketsInfo &socketsInfo) in NetDiagGetSocketsInfo() argument
1006 return netsysService_->NetDiagGetSocketsInfo(socketType, socketsInfo); in NetDiagGetSocketsInfo()
H A Dnetsys_native_client.cpp1379 … OHOS::NetsysNative::NetDiagSocketsInfo &socketsInfo) in NetDiagGetSocketsInfo() argument
1386 return proxy->NetDiagGetSocketsInfo(socketType, socketsInfo); in NetDiagGetSocketsInfo()
/ohos5.0/foundation/communication/netmanager_base/services/netsyscontroller/include/
H A Dnetsys_controller.h785 OHOS::NetsysNative::NetDiagSocketsInfo &socketsInfo);
H A Di_netsys_controller_service.h798 OHOS::NetsysNative::NetDiagSocketsInfo &socketsInfo) = 0;
H A Dnetsys_controller_service_impl.h768 OHOS::NetsysNative::NetDiagSocketsInfo &socketsInfo) override;
H A Dnetsys_native_client.h810 OHOS::NetsysNative::NetDiagSocketsInfo &socketsInfo);
/ohos5.0/foundation/communication/netmanager_base/services/netmanagernative/src/
H A Dnetsys_native_service.cpp765 …tiveService::NetDiagGetSocketsInfo(NetDiagProtocolType socketType, NetDiagSocketsInfo &socketsInfo) in NetDiagGetSocketsInfo() argument
771 return netDiagWrapper->GetSocketsInfo(socketType, socketsInfo); in NetDiagGetSocketsInfo()
H A Dnetsys_native_service_stub.cpp1438 NetDiagSocketsInfo socketsInfo; in CmdNetDiagGetSocketsInfo() local
1439 … int32_t result = NetDiagGetSocketsInfo(static_cast<NetDiagProtocolType>(socketType), socketsInfo); in CmdNetDiagGetSocketsInfo()
1445 if (!socketsInfo.Marshalling(reply)) { in CmdNetDiagGetSocketsInfo()
/ohos5.0/foundation/communication/netmanager_base/services/netmanagernative/include/
H A Dnetsys_native_service.h143 …int32_t NetDiagGetSocketsInfo(NetDiagProtocolType socketType, NetDiagSocketsInfo &socketsInfo) ove…