Home
last modified time | relevance | path

Searched refs:CloseSocketsUid (Results 1 - 25 of 43) sorted by relevance

12

/foundation/communication/netmanager_base/services/netconnmanager/include/
H A Dnetwork.h71 void CloseSocketsUid(uint32_t uid);
/foundation/communication/netmanager_base/services/netmanagernative/include/manager/
H A Dconn_manager.h247 int32_t CloseSocketsUid(const std::string &ipAddr, uint32_t uid);
/foundation/communication/netmanager_base/services/netsyscontroller/include/
H A Dmock_netsys_native_client.h77 constexpr const char *MOCK_CLOSESOCKETSUID_API = "CloseSocketsUid";
474 int32_t CloseSocketsUid(const std::string &ipAddr, uint32_t uid);
H A Dnetsys_controller_service_impl.h963 int32_t CloseSocketsUid(const std::string &ipAddr, uint32_t uid) override;
H A Di_netsys_controller_service.h989 virtual int32_t CloseSocketsUid(const std::string &ipAddr, uint32_t uid) = 0;
H A Dnetsys_controller.h974 int32_t CloseSocketsUid(const std::string &ipAddr, uint32_t uid);
/foundation/communication/netmanager_base/services/netmanagernative/src/netsys/
H A Dnet_manager_native.cpp622 int32_t NetManagerNative::CloseSocketsUid(const std::string &ipAddr, uint32_t uid) in CloseSocketsUid() function in OHOS::nmd::NetManagerNative
624 return connManager_->CloseSocketsUid(ipAddr, uid); in CloseSocketsUid()
/foundation/communication/netmanager_base/interfaces/innerkits/netconnclient/include/
H A Dnet_conn_client.h465 int32_t CloseSocketsUid(int32_t netId, uint32_t uid);
/foundation/communication/netmanager_base/test/netconnmanager/unittest/netmgr_distributed_test/
H A Dnet_conn_service_stub_test.h323 int32_t CloseSocketsUid(int32_t netId, uint32_t uid) override
/foundation/communication/netmanager_base/test/netmanagernative/unittest/netsys_manager_test/
H A Dmock_netsys_native_client_test.cpp249 ret = nativeClient_.CloseSocketsUid(ipAddr, uid); in HWTEST_F()
H A Dnetsys_native_service_proxy_test.cpp427 int32_t ret = netsysNativeService->CloseSocketsUid(ipAddr, uid); in HWTEST_F()
/foundation/communication/netmanager_base/interfaces/innerkits/netconnclient/include/proxy/
H A Dnet_conn_service_proxy.h94 int32_t CloseSocketsUid(int32_t netId, uint32_t uid) override;
H A Di_net_conn_service.h113 virtual int32_t CloseSocketsUid(int32_t netId, uint32_t uid) = 0;
/foundation/communication/netmanager_base/test/netconnmanager/unittest/net_conn_service_test/
H A Dnet_conn_service_stub_test.h323 int32_t CloseSocketsUid(int32_t netId, uint32_t uid) override
/foundation/communication/netmanager_base/services/netsyscontroller/src/
H A Dnetsys_controller_service_impl.cpp941 int32_t NetsysControllerServiceImpl::CloseSocketsUid(const std::string &ipAddr, uint32_t uid) in CloseSocketsUid() function in OHOS::NetManagerStandard::NetsysControllerServiceImpl
943 NETMGR_LOG_D("CloseSocketsUid: uid[%{public}d]", uid); in CloseSocketsUid()
945 return mockNetsysClient_.CloseSocketsUid(ipAddr, uid); in CloseSocketsUid()
947 return netsysClient_.CloseSocketsUid(ipAddr, uid); in CloseSocketsUid()
H A Dnetsys_controller.cpp1565 int32_t NetsysController::CloseSocketsUid(const std::string &ipAddr, uint32_t uid) in CloseSocketsUid() function in OHOS::NetManagerStandard::NetsysController
1567 NETMGR_LOG_D("Set CloseSocketsUid: uid[%{public}d]", uid); in CloseSocketsUid()
1572 return netsysService_->CloseSocketsUid(ipAddr, uid); in CloseSocketsUid()
/foundation/communication/netmanager_base/services/netconnmanager/src/
H A Dnetwork.cpp780 void Network::CloseSocketsUid(uint32_t uid) in CloseSocketsUid() function in OHOS::NetManagerStandard::Network
783 NetsysController::GetInstance().CloseSocketsUid(inetAddr.address_, uid); in CloseSocketsUid()
/foundation/communication/netmanager_base/frameworks/native/netconnclient/src/
H A Dnet_conn_client.cpp1007 int32_t NetConnClient::CloseSocketsUid(int32_t netId, uint32_t uid) in CloseSocketsUid() function in OHOS::NetManagerStandard::NetConnClient
1014 return proxy->CloseSocketsUid(netId, uid); in CloseSocketsUid()
/foundation/communication/netmanager_base/interfaces/innerkits/netmanagernative/include/
H A Di_netsys_service.h197 virtual int32_t CloseSocketsUid(const std::string &ipAddr, uint32_t uid) = 0;
H A Dnetsys_native_service_proxy.h164 int32_t CloseSocketsUid(const std::string &ipAddr, uint32_t uid) override;
/foundation/communication/netmanager_base/services/netmanagernative/include/
H A Dnetsys_native_service.h191 int32_t CloseSocketsUid(const std::string &ipAddr, uint32_t uid) override;
/foundation/communication/netmanager_base/services/netmanagernative/src/manager/
H A Dconn_manager.cpp498 int ConnManager::CloseSocketsUid(const std::string &ipAddr, uint32_t uid) in CloseSocketsUid() function in OHOS::nmd::ConnManager
/foundation/communication/netmanager_base/services/netmanagernative/include/netsys/
H A Dnet_manager_native.h162 int32_t CloseSocketsUid(const std::string &ipAddr, uint32_t uid);
/foundation/communication/netmanager_base/test/netmanagernative/unittest/netsys_distributed_test/
H A Dnetsys_native_service_stub_test.cpp555 int32_t CloseSocketsUid(const std::string &ipAddr, uint32_t uid) override
/foundation/communication/netmanager_base/services/netmanagernative/src/
H A Dnetsys_native_service.cpp1098 int32_t NetsysNativeService::CloseSocketsUid(const std::string &ipAddr, uint32_t uid) in CloseSocketsUid() function in OHOS::NetsysNative::NetsysNativeService
1100 NETNATIVE_LOGI("CloseSocketsUid uid[%{public}d]", uid); in CloseSocketsUid()
1101 return netsysService_->CloseSocketsUid(ipAddr, uid); in CloseSocketsUid()

Completed in 23 milliseconds

12