/ohos5.0/foundation/communication/netmanager_base/test/netmanagernative/unittest/netsys_manager_test/ |
H A D | netsys_controller_test.cpp | 789 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 D | netsys_native_service_test.cpp | 697 NetDiagSocketsInfo socketsInfo; variable 698 ret = instance_->NetDiagGetSocketsInfo(socketType, socketsInfo); 727 NetDiagSocketsInfo socketsInfo; variable 728 ret = instance_->NetDiagGetSocketsInfo(socketType, socketsInfo);
|
H A D | netsys_controller_service_impl_test.cpp | 621 OHOS::NetsysNative::NetDiagSocketsInfo socketsInfo; variable 622 int32_t ret = instance_->NetDiagGetSocketsInfo(socketType, socketsInfo);
|
H A D | netsys_native_service_stub_test.cpp | 443 …int32_t NetDiagGetSocketsInfo(NetDiagProtocolType socketType, NetDiagSocketsInfo &socketsInfo) ove… in NetDiagGetSocketsInfo() argument
|
/ohos5.0/foundation/communication/netmanager_base/services/netmanagernative/include/netsys/ |
H A D | net_diag_wrapper.h | 45 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 D | netsys_net_diag_data.cpp | 422 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 D | netsys_native_service_proxy.cpp | 2138 …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 D | net_diag_wrapper.cpp | 143 …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 D | netsys_net_diag_data.h | 127 static bool Unmarshalling(Parcel &parcel, NetDiagSocketsInfo &socketsInfo);
|
H A D | i_netsys_service.h | 143 …int32_t NetDiagGetSocketsInfo(NetDiagProtocolType socketType, NetDiagSocketsInfo &socketsInfo) = 0;
|
H A D | netsys_native_service_proxy.h | 119 …int32_t NetDiagGetSocketsInfo(NetDiagProtocolType socketType, NetDiagSocketsInfo &socketsInfo) ove…
|
/ohos5.0/foundation/communication/netmanager_base/services/netsyscontroller/src/ |
H A D | netsys_controller_service_impl.cpp | 720 … OHOS::NetsysNative::NetDiagSocketsInfo &socketsInfo) in NetDiagGetSocketsInfo() argument 723 return netsysClient_.NetDiagGetSocketsInfo(socketType, socketsInfo); in NetDiagGetSocketsInfo()
|
H A D | netsys_controller.cpp | 1000 OHOS::NetsysNative::NetDiagSocketsInfo &socketsInfo) in NetDiagGetSocketsInfo() argument 1006 return netsysService_->NetDiagGetSocketsInfo(socketType, socketsInfo); in NetDiagGetSocketsInfo()
|
H A D | netsys_native_client.cpp | 1379 … 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 D | netsys_controller.h | 785 OHOS::NetsysNative::NetDiagSocketsInfo &socketsInfo);
|
H A D | i_netsys_controller_service.h | 798 OHOS::NetsysNative::NetDiagSocketsInfo &socketsInfo) = 0;
|
H A D | netsys_controller_service_impl.h | 768 OHOS::NetsysNative::NetDiagSocketsInfo &socketsInfo) override;
|
H A D | netsys_native_client.h | 810 OHOS::NetsysNative::NetDiagSocketsInfo &socketsInfo);
|
/ohos5.0/foundation/communication/netmanager_base/services/netmanagernative/src/ |
H A D | netsys_native_service.cpp | 765 …tiveService::NetDiagGetSocketsInfo(NetDiagProtocolType socketType, NetDiagSocketsInfo &socketsInfo) in NetDiagGetSocketsInfo() argument 771 return netDiagWrapper->GetSocketsInfo(socketType, socketsInfo); in NetDiagGetSocketsInfo()
|
H A D | netsys_native_service_stub.cpp | 1438 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 D | netsys_native_service.h | 143 …int32_t NetDiagGetSocketsInfo(NetDiagProtocolType socketType, NetDiagSocketsInfo &socketsInfo) ove…
|