Home
last modified time | relevance | path

Searched refs:NetDiagGetSocketsInfo (Results 1 – 17 of 17) sorted by relevance

/ohos5.0/foundation/communication/netmanager_base/test/netmanagernative/unittest/netsys_manager_test/
H A Dnetsys_controller_test.cpp787 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 Dnetsys_native_service_test.cpp698 ret = instance_->NetDiagGetSocketsInfo(socketType, socketsInfo);
728 ret = instance_->NetDiagGetSocketsInfo(socketType, socketsInfo);
H A Dnetsys_controller_service_impl_test.cpp622 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() function in OHOS::NetsysNative::TestNetsysNativeServiceStub
/ohos5.0/foundation/communication/netmanager_base/services/netsyscontroller/src/
H A Dnetsys_controller_service_impl.cpp719 int32_t NetsysControllerServiceImpl::NetDiagGetSocketsInfo(OHOS::NetsysNative::NetDiagProtocolType … in NetDiagGetSocketsInfo() function in OHOS::NetManagerStandard::NetsysControllerServiceImpl
723 return netsysClient_.NetDiagGetSocketsInfo(socketType, socketsInfo); in NetDiagGetSocketsInfo()
H A Dnetsys_controller.cpp999 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 Dnetsys_native_client.cpp1378 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 Di_netsys_service.h143 …virtual int32_t NetDiagGetSocketsInfo(NetDiagProtocolType socketType, NetDiagSocketsInfo &socketsI…
H A Dnetsys_native_service_proxy.h119 …int32_t NetDiagGetSocketsInfo(NetDiagProtocolType socketType, NetDiagSocketsInfo &socketsInfo) ove…
/ohos5.0/foundation/communication/netmanager_base/services/netsyscontroller/include/
H A Dnetsys_controller.h784 int32_t NetDiagGetSocketsInfo(OHOS::NetsysNative::NetDiagProtocolType socketType,
H A Di_netsys_controller_service.h797 virtual int32_t NetDiagGetSocketsInfo(OHOS::NetsysNative::NetDiagProtocolType socketType,
H A Dnetsys_controller_service_impl.h767 int32_t NetDiagGetSocketsInfo(OHOS::NetsysNative::NetDiagProtocolType socketType,
H A Dnetsys_native_client.h809 int32_t NetDiagGetSocketsInfo(OHOS::NetsysNative::NetDiagProtocolType socketType,
/ohos5.0/foundation/communication/netmanager_base/services/netmanagernative/include/
H A Dnetsys_native_service.h143 …int32_t NetDiagGetSocketsInfo(NetDiagProtocolType socketType, NetDiagSocketsInfo &socketsInfo) ove…
/ohos5.0/foundation/communication/netmanager_base/services/netmanagernative/src/
H A Dnetsys_native_service.cpp765 int32_t NetsysNativeService::NetDiagGetSocketsInfo(NetDiagProtocolType socketType, NetDiagSocketsIn… in NetDiagGetSocketsInfo() function in OHOS::NetsysNative::NetsysNativeService
H A Dnetsys_native_service_stub.cpp1439 … int32_t result = NetDiagGetSocketsInfo(static_cast<NetDiagProtocolType>(socketType), socketsInfo); in CmdNetDiagGetSocketsInfo()
/ohos5.0/foundation/communication/netmanager_base/frameworks/native/netmanagernative/
H A Dnetsys_native_service_proxy.cpp2138 int32_t NetsysNativeServiceProxy::NetDiagGetSocketsInfo(NetDiagProtocolType socketType, NetDiagSock… in NetDiagGetSocketsInfo() function in OHOS::NetsysNative::NetsysNativeServiceProxy