/ohos5.0/foundation/communication/netmanager_base/test/netmanagernative/unittest/netsys_manager_test/ |
H A D | netsys_controller_test.cpp | 787 auto ret = NetsysController::GetInstance().NetDiagGetSocketsInfo(socketType, socketsInfo); 794 ret = NetsysController::GetInstance().NetDiagGetSocketsInfo(socketType, socketsInfo); 801 ret = NetsysController::GetInstance().NetDiagGetSocketsInfo(socketType, socketsInfo); 808 ret = NetsysController::GetInstance().NetDiagGetSocketsInfo(socketType, socketsInfo); 815 ret = NetsysController::GetInstance().NetDiagGetSocketsInfo(socketType, socketsInfo); 914 ret = instance_->NetDiagGetSocketsInfo(socketType, socketsInfo);
|
H A D | netsys_native_service_test.cpp | 698 ret = instance_->NetDiagGetSocketsInfo(socketType, socketsInfo); 728 ret = instance_->NetDiagGetSocketsInfo(socketType, socketsInfo);
|
H A D | netsys_controller_service_impl_test.cpp | 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() function in OHOS::NetsysNative::TestNetsysNativeServiceStub
|
/ohos5.0/foundation/communication/netmanager_base/services/netsyscontroller/src/ |
H A D | netsys_controller_service_impl.cpp | 719 int32_t NetsysControllerServiceImpl::NetDiagGetSocketsInfo(OHOS::NetsysNative::NetDiagProtocolType … in NetDiagGetSocketsInfo() function in OHOS::NetManagerStandard::NetsysControllerServiceImpl 723 return netsysClient_.NetDiagGetSocketsInfo(socketType, socketsInfo); in NetDiagGetSocketsInfo()
|
H A D | netsys_controller.cpp | 999 int32_t NetsysController::NetDiagGetSocketsInfo(OHOS::NetsysNative::NetDiagProtocolType socketType, in NetDiagGetSocketsInfo() function in OHOS::NetManagerStandard::NetsysController 1006 return netsysService_->NetDiagGetSocketsInfo(socketType, socketsInfo); in NetDiagGetSocketsInfo()
|
H A D | netsys_native_client.cpp | 1378 int32_t NetsysNativeClient::NetDiagGetSocketsInfo(OHOS::NetsysNative::NetDiagProtocolType socketTyp… in NetDiagGetSocketsInfo() function in OHOS::NetManagerStandard::NetsysNativeClient 1386 return proxy->NetDiagGetSocketsInfo(socketType, socketsInfo); in NetDiagGetSocketsInfo()
|
/ohos5.0/foundation/communication/netmanager_base/interfaces/innerkits/netmanagernative/include/ |
H A D | i_netsys_service.h | 143 …virtual int32_t NetDiagGetSocketsInfo(NetDiagProtocolType socketType, NetDiagSocketsInfo &socketsI…
|
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/include/ |
H A D | netsys_controller.h | 784 int32_t NetDiagGetSocketsInfo(OHOS::NetsysNative::NetDiagProtocolType socketType,
|
H A D | i_netsys_controller_service.h | 797 virtual int32_t NetDiagGetSocketsInfo(OHOS::NetsysNative::NetDiagProtocolType socketType,
|
H A D | netsys_controller_service_impl.h | 767 int32_t NetDiagGetSocketsInfo(OHOS::NetsysNative::NetDiagProtocolType socketType,
|
H A D | netsys_native_client.h | 809 int32_t NetDiagGetSocketsInfo(OHOS::NetsysNative::NetDiagProtocolType socketType,
|
/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…
|
/ohos5.0/foundation/communication/netmanager_base/services/netmanagernative/src/ |
H A D | netsys_native_service.cpp | 765 int32_t NetsysNativeService::NetDiagGetSocketsInfo(NetDiagProtocolType socketType, NetDiagSocketsIn… in NetDiagGetSocketsInfo() function in OHOS::NetsysNative::NetsysNativeService
|
H A D | netsys_native_service_stub.cpp | 1439 … int32_t result = NetDiagGetSocketsInfo(static_cast<NetDiagProtocolType>(socketType), socketsInfo); in CmdNetDiagGetSocketsInfo()
|
/ohos5.0/foundation/communication/netmanager_base/frameworks/native/netmanagernative/ |
H A D | netsys_native_service_proxy.cpp | 2138 int32_t NetsysNativeServiceProxy::NetDiagGetSocketsInfo(NetDiagProtocolType socketType, NetDiagSock… in NetDiagGetSocketsInfo() function in OHOS::NetsysNative::NetsysNativeServiceProxy
|