Home
last modified time | relevance | path

Searched refs:NetDiagGetSocketsInfo (Results 1 - 18 of 18) sorted by relevance

/foundation/communication/netmanager_base/test/netmanagernative/unittest/netsys_manager_test/
H A Dnetsys_controller_test.cpp784 auto ret = NetsysController::GetInstance().NetDiagGetSocketsInfo(socketType, socketsInfo); in HWTEST_F()
791 ret = NetsysController::GetInstance().NetDiagGetSocketsInfo(socketType, socketsInfo); in HWTEST_F()
798 ret = NetsysController::GetInstance().NetDiagGetSocketsInfo(socketType, socketsInfo); in HWTEST_F()
805 ret = NetsysController::GetInstance().NetDiagGetSocketsInfo(socketType, socketsInfo); in HWTEST_F()
812 ret = NetsysController::GetInstance().NetDiagGetSocketsInfo(socketType, socketsInfo); in HWTEST_F()
930 ret = instance_->NetDiagGetSocketsInfo(socketType, socketsInfo); in HWTEST_F()
H A Dnetsys_native_service_test.cpp698 ret = instance_->NetDiagGetSocketsInfo(socketType, socketsInfo); in HWTEST_F()
728 ret = instance_->NetDiagGetSocketsInfo(socketType, socketsInfo); in HWTEST_F()
H A Dnetsys_controller_service_impl_test.cpp623 int32_t ret = instance_->NetDiagGetSocketsInfo(socketType, socketsInfo); in HWTEST_F()
H A Dnetsys_native_service_stub_test.cpp459 int32_t NetDiagGetSocketsInfo(NetDiagProtocolType socketType, NetDiagSocketsInfo &socketsInfo) override
/foundation/communication/netmanager_base/interfaces/innerkits/netmanagernative/include/
H A Di_netsys_service.h158 virtual int32_t NetDiagGetSocketsInfo(NetDiagProtocolType socketType, NetDiagSocketsInfo &socketsInfo) = 0;
H A Dnetsys_native_service_proxy.h123 int32_t NetDiagGetSocketsInfo(NetDiagProtocolType socketType, NetDiagSocketsInfo &socketsInfo) override;
/foundation/communication/netmanager_base/services/netmanagernative/include/
H A Dnetsys_native_service.h147 int32_t NetDiagGetSocketsInfo(NetDiagProtocolType socketType, NetDiagSocketsInfo &socketsInfo) override;
/foundation/communication/netmanager_base/test/netmanagernative/unittest/netsys_distributed_test/
H A Dnetsys_native_service_stub_test.cpp437 int32_t NetDiagGetSocketsInfo(NetDiagProtocolType socketType, NetDiagSocketsInfo &socketsInfo) override
/foundation/communication/netmanager_base/services/netsyscontroller/include/
H A Dnetsys_controller_service_impl.h771 int32_t NetDiagGetSocketsInfo(OHOS::NetsysNative::NetDiagProtocolType socketType,
H A Di_netsys_controller_service.h800 virtual int32_t NetDiagGetSocketsInfo(OHOS::NetsysNative::NetDiagProtocolType socketType,
H A Dnetsys_controller.h786 int32_t NetDiagGetSocketsInfo(OHOS::NetsysNative::NetDiagProtocolType socketType,
H A Dnetsys_native_client.h812 int32_t NetDiagGetSocketsInfo(OHOS::NetsysNative::NetDiagProtocolType socketType,
/foundation/communication/netmanager_base/services/netsyscontroller/src/
H A Dnetsys_controller.cpp1209 int32_t NetsysController::NetDiagGetSocketsInfo(OHOS::NetsysNative::NetDiagProtocolType socketType, in NetDiagGetSocketsInfo() function in OHOS::NetManagerStandard::NetsysController
1218 return netsysService_->NetDiagGetSocketsInfo(socketType, socketsInfo); in NetDiagGetSocketsInfo()
H A Dnetsys_controller_service_impl.cpp738 int32_t NetsysControllerServiceImpl::NetDiagGetSocketsInfo(OHOS::NetsysNative::NetDiagProtocolType socketType, in NetDiagGetSocketsInfo() function in OHOS::NetManagerStandard::NetsysControllerServiceImpl
741 NETMGR_LOG_D("NetDiagGetSocketsInfo"); in NetDiagGetSocketsInfo()
742 return netsysClient_.NetDiagGetSocketsInfo(socketType, socketsInfo); in NetDiagGetSocketsInfo()
H A Dnetsys_native_client.cpp1409 int32_t NetsysNativeClient::NetDiagGetSocketsInfo(OHOS::NetsysNative::NetDiagProtocolType socketType, in NetDiagGetSocketsInfo() function in OHOS::NetManagerStandard::NetsysNativeClient
1417 return proxy->NetDiagGetSocketsInfo(socketType, socketsInfo); in NetDiagGetSocketsInfo()
/foundation/communication/netmanager_base/services/netmanagernative/src/
H A Dnetsys_native_service.cpp799 int32_t NetsysNativeService::NetDiagGetSocketsInfo(NetDiagProtocolType socketType, NetDiagSocketsInfo &socketsInfo) in NetDiagGetSocketsInfo() function in OHOS::NetsysNative::NetsysNativeService
H A Dnetsys_native_service_stub.cpp1531 int32_t result = NetDiagGetSocketsInfo(static_cast<NetDiagProtocolType>(socketType), socketsInfo); in CmdNetDiagGetSocketsInfo()
/foundation/communication/netmanager_base/frameworks/native/netmanagernative/
H A Dnetsys_native_service_proxy.cpp2232 int32_t NetsysNativeServiceProxy::NetDiagGetSocketsInfo(NetDiagProtocolType socketType, NetDiagSocketsInfo &socketsInfo) in NetDiagGetSocketsInfo() function in OHOS::NetsysNative::NetsysNativeServiceProxy
2234 NETNATIVE_LOGI("Begin to NetDiagGetSocketsInfo"); in NetDiagGetSocketsInfo()

Completed in 30 milliseconds