Home
last modified time | relevance | path

Searched refs:SetFirewallCurrentUserId (Results 1 – 21 of 21) sorted by relevance

/ohos5.0/foundation/communication/netmanager_base/services/netmanagernative/src/manager/
H A Ddns_manager.cpp224 int32_t DnsManager::SetFirewallCurrentUserId(int32_t userId) in SetFirewallCurrentUserId() function in OHOS::nmd::DnsManager
226 return DnsParamCache::GetInstance().SetFirewallCurrentUserId(userId); in SetFirewallCurrentUserId()
/ohos5.0/foundation/communication/netmanager_ext/services/netfirewallmanager/src/
H A Dnetfirewall_rule_native_helper.cpp124 return NetsysController::GetInstance().SetFirewallCurrentUserId(userId); in SetCurrentUserId()
/ohos5.0/foundation/communication/netmanager_base/services/netmanagernative/include/netsys/
H A Ddns_manager.h137 int32_t SetFirewallCurrentUserId(int32_t userId);
H A Ddns_param_cache.h91 int32_t SetFirewallCurrentUserId(int32_t userId) in SetFirewallCurrentUserId() function
H A Dnet_manager_native.h141 int32_t SetFirewallCurrentUserId(int32_t userId);
/ohos5.0/foundation/communication/netmanager_base/services/netmanagernative/bpf/include/
H A Dbpf_netfirewall.h131 int32_t SetFirewallCurrentUserId(int32_t userId);
/ohos5.0/foundation/communication/netmanager_base/services/netmanagernative/src/netsys/
H A Dnet_manager_native.cpp465 int32_t NetManagerNative::SetFirewallCurrentUserId(int32_t userId) in SetFirewallCurrentUserId() function in OHOS::nmd::NetManagerNative
468 return dnsManager_->SetFirewallCurrentUserId(userId); in SetFirewallCurrentUserId()
/ohos5.0/foundation/communication/netmanager_base/services/netmanagernative/src/
H A Dnetsys_native_service.cpp917 int32_t NetsysNativeService::SetFirewallCurrentUserId(int32_t userId) in SetFirewallCurrentUserId() function in OHOS::NetsysNative::NetsysNativeService
920 int32_t ret = netsysService_->SetFirewallCurrentUserId(userId); in SetFirewallCurrentUserId()
921 ret += bpfNetFirewall_->SetFirewallCurrentUserId(userId); in SetFirewallCurrentUserId()
H A Dnetsys_native_service_stub.cpp1838 return SetFirewallCurrentUserId(userId); in CmdSetFirewallCurrentUserId()
/ohos5.0/foundation/communication/netmanager_base/services/netsyscontroller/src/
H A Dnetsys_controller_service_impl.cpp821 int32_t NetsysControllerServiceImpl::SetFirewallCurrentUserId(int32_t userId) in SetFirewallCurrentUserId() function in OHOS::NetManagerStandard::NetsysControllerServiceImpl
824 return netsysClient_.SetFirewallCurrentUserId(userId); in SetFirewallCurrentUserId()
H A Dnetsys_controller.cpp1145 int32_t NetsysController::SetFirewallCurrentUserId(int32_t userId) in SetFirewallCurrentUserId() function in OHOS::NetManagerStandard::NetsysController
1152 return netsysService_->SetFirewallCurrentUserId(userId); in SetFirewallCurrentUserId()
H A Dnetsys_native_client.cpp1543 int32_t NetsysNativeClient::SetFirewallCurrentUserId(int32_t userId) in SetFirewallCurrentUserId() function in OHOS::NetManagerStandard::NetsysNativeClient
1551 return proxy->SetFirewallCurrentUserId(userId); in SetFirewallCurrentUserId()
/ohos5.0/foundation/communication/netmanager_base/interfaces/innerkits/netmanagernative/include/
H A Di_netsys_service.h163 virtual int32_t SetFirewallCurrentUserId(int32_t userId) = 0;
H A Dnetsys_native_service_proxy.h140 int32_t SetFirewallCurrentUserId(int32_t userId) override;
/ohos5.0/foundation/communication/netmanager_base/services/netsyscontroller/include/
H A Dnetsys_controller.h895 int32_t SetFirewallCurrentUserId(int32_t userId);
H A Di_netsys_controller_service.h911 virtual int32_t SetFirewallCurrentUserId(int32_t userId) = 0;
H A Dnetsys_controller_service_impl.h882 int32_t SetFirewallCurrentUserId(int32_t userId) override;
H A Dnetsys_native_client.h922 int32_t SetFirewallCurrentUserId(int32_t userId);
/ohos5.0/foundation/communication/netmanager_base/services/netmanagernative/include/
H A Dnetsys_native_service.h164 int32_t SetFirewallCurrentUserId(int32_t userId) override;
/ohos5.0/foundation/communication/netmanager_base/services/netmanagernative/bpf/src/
H A Dbpf_netfirewall.cpp323 int32_t NetsysBpfNetFirewall::SetFirewallCurrentUserId(int32_t userId) in SetFirewallCurrentUserId() function in OHOS::NetManagerStandard::NetsysBpfNetFirewall
/ohos5.0/foundation/communication/netmanager_base/frameworks/native/netmanagernative/
H A Dnetsys_native_service_proxy.cpp2687 int32_t NetsysNativeServiceProxy::SetFirewallCurrentUserId(int32_t userId) in SetFirewallCurrentUserId() function in OHOS::NetsysNative::NetsysNativeServiceProxy