Home
last modified time | relevance | path

Searched defs:chain (Results 1 - 23 of 23) sorted by relevance

/foundation/communication/netmanager_base/test/netmanagernative/unittest/bandwidth_manager_test/
H A Dbandwidth_manager_class_test.cpp72 ChainType chain = ChainType::CHAIN_OHBW_INPUT; in HWTEST_F() local
[all...]
/foundation/communication/netmanager_base/test/netmanagernative/unittest/firewall_manager_test/
H A Dfirewall_manager_class_test.cpp69 ChainType chain = ChainType::CHAIN_OHFW_DOZABLE; in HWTEST_F() local
/foundation/communication/netmanager_base/services/netpolicymanager/src/firewall_rule/
H A Dfirewall_rule.cpp24 std::shared_ptr<FirewallRule> FirewallRule::CreateFirewallRule(uint32_t chain) in CreateFirewallRule() argument
/foundation/communication/netmanager_base/test/netpolicymanager/unittest/net_policy_manager_test/
H A Dut_netsys_policy_wrapper.cpp113 uint32_t chain = 2; in HWTEST_F() local
121 uint32_t chain = 2; in HWTEST_F() local
129 uint32_t chain = 2; in HWTEST_F() local
138 uint32_t chain = 2; in HWTEST_F() local
/foundation/multimedia/media_library/frameworks/services/media_cloud_sync_notify_handle/src/
H A Dcloud_sync_notify_handler.cpp182 shared_ptr<BaseHandler> chain = nullptr; in MakeResponsibilityChain() local
/foundation/communication/netmanager_base/services/netmanagernative/src/manager/
H A Dbandwidth_manager.cpp44 std::string BandwidthManager::FetchChainName(ChainType chain) in FetchChainName() argument
205 int32_t BandwidthManager::IptablesNewChain(ChainType chain) in IptablesNewChain() argument
219 int32_t BandwidthManager::IptablesDeleteChain(ChainType chain) in IptablesDeleteChain() argument
[all...]
H A Dfirewall_manager.cpp101 int32_t FirewallManager::IsFirewallChian(ChainType chain) in IsFirewallChian() argument
110 std::string FirewallManager::FetchChainName(ChainType chain) in FetchChainName() argument
143 FirewallType FirewallManager::FetchChainType(ChainType chain) in FetchChainType() argument
248 IptablesNewChain(ChainType chain) IptablesNewChain() argument
255 IptablesDeleteChain(ChainType chain) IptablesDeleteChain() argument
277 SetUidsAllowedListChain(ChainType chain, const std::vector<uint32_t> &uids) SetUidsAllowedListChain() argument
326 SetUidsDeniedListChain(ChainType chain, const std::vector<uint32_t> &uids) SetUidsDeniedListChain() argument
360 EnableChain(ChainType chain, bool enable) EnableChain() argument
400 SetUidRule(ChainType chain, uint32_t uid, FirewallRule firewallRule) SetUidRule() argument
[all...]
/foundation/communication/netmanager_base/test/netmanagernative/unittest/netsys_manager_test/
H A Dnet_manager_native_test.cpp155 uint32_t chain = NetManagerStandard::ChainType::CHAIN_NONE; in HWTEST_F() local
H A Dnetsys_controller_service_impl_test.cpp519 uint32_t chain = 0; in HWTEST_F() local
550 uint32_t chain = 0; in HWTEST_F() local
H A Dnetsys_native_service_stub_test.cpp1306 uint32_t chain = 0; in HWTEST_F() local
1331 uint32_t chain = 0; in HWTEST_F() local
1352 uint32_t chain = 0; in HWTEST_F() local
1377 uint32_t chain = 0; HWTEST_F() local
[all...]
H A Dnetsys_native_service_test.cpp399 uint32_t chain = 0; in HWTEST_F() local
/foundation/communication/netmanager_base/services/netpolicymanager/src/common/
H A Dnetsys_policy_wrapper.cpp90 uint32_t chain = ChainType::CHAIN_OHFW_ALLOWED_LIST_BOX; in PowerSaveUpdataAllowedList() local
97 int32_t NetsysPolicyWrapper::FirewallSetUidsAllowedListChain(uint32_t chain, const std::vector<uint32_t> &uids) in FirewallSetUidsAllowedListChain() argument
105 int32_t NetsysPolicyWrapper::FirewallSetUidsDeniedListChain(uint32_t chain, const std::vector<uint32_t> &uids) in FirewallSetUidsDeniedListChain() argument
113 FirewallSetUidRule(uint32_t chain, const std::vector<uint32_t> &uids, uint32_t firewallRule) FirewallSetUidRule() argument
120 FirewallEnableChain(uint32_t chain, bool enable) FirewallEnableChain() argument
[all...]
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_free_install_test/
H A Dbms_bundle_free_install_test.cpp1818 AgingHandlerChain chain; in HWTEST_F() local
/foundation/multimedia/audio_framework/services/audio_policy/client/src/proxy/
H A Daudio_policy_proxy.cpp1163 string chain = reply.ReadString(); in PreprocessMode() local
1191 string chain = reply.ReadString(); in PostprocessMode() local
/foundation/multimedia/audio_framework/interfaces/inner_api/native/audiocommon/include/
H A Daudio_effect.h98 std::string chain; member
/foundation/communication/netmanager_base/services/netsyscontroller/src/
H A Dnetsys_controller.cpp1028 int32_t NetsysController::FirewallSetUidsAllowedListChain(uint32_t chain, const std::vector<uint32_t> &uids) in FirewallSetUidsAllowedListChain() argument
1040 int32_t NetsysController::FirewallSetUidsDeniedListChain(uint32_t chain, const std::vector<uint32_t> &uids) in FirewallSetUidsDeniedListChain() argument
1052 int32_t NetsysController::FirewallEnableChain(uint32_t chain, bool enable) in FirewallEnableChain() argument
1064 FirewallSetUidRule(uint32_t chain, const std::vector<uint32_t> &uids, uint32_t firewallRule) FirewallSetUidRule() argument
[all...]
H A Dnetsys_controller_service_impl.cpp652 int32_t NetsysControllerServiceImpl::FirewallSetUidsAllowedListChain(uint32_t chain, const std::vector<uint32_t> &uids) in FirewallSetUidsAllowedListChain() argument
658 int32_t NetsysControllerServiceImpl::FirewallSetUidsDeniedListChain(uint32_t chain, const std::vector<uint32_t> &uids) in FirewallSetUidsDeniedListChain() argument
664 int32_t NetsysControllerServiceImpl::FirewallEnableChain(uint32_t chain, bool enable) in FirewallEnableChain() argument
670 FirewallSetUidRule(uint32_t chain, const std::vector<uint32_t> &uids, uint32_t firewallRule) FirewallSetUidRule() argument
[all...]
H A Dnetsys_native_client.cpp1267 int32_t NetsysNativeClient::FirewallSetUidsAllowedListChain(uint32_t chain, const std::vector<uint32_t> &uids) in FirewallSetUidsAllowedListChain() argument
1277 int32_t NetsysNativeClient::FirewallSetUidsDeniedListChain(uint32_t chain, const std::vector<uint32_t> &uids) in FirewallSetUidsDeniedListChain() argument
1287 int32_t NetsysNativeClient::FirewallEnableChain(uint32_t chain, bool enable) in FirewallEnableChain() argument
1297 int32_t NetsysNativeClient::FirewallSetUidRule(uint32_t chain, const std::vector<uint32_t> &uids, uint32_t firewallRule) in FirewallSetUidRule() argument
/foundation/communication/netmanager_base/test/fuzztest/netsysclient_fuzzer/
H A Dnet_sys_client_fuzzer.cpp545 auto chain = NetSysGetData<uint32_t>(); in FirewallSetUidsAllowedListChainFuzzTest() local
565 auto chain = NetSysGetData<uint32_t>(); in FirewallSetUidsDeniedListChainFuzzTest() local
584 int32_t chain = NetSysGetData<int32_t>(); in FirewallSetUidRuleFuzzTest() local
871 uint32_t chain = NetSysGetData<uint32_t>(); in FirewallEnableChainFuzzTest() local
/foundation/communication/netmanager_base/services/netmanagernative/src/
H A Dnetsys_native_service.cpp591 int32_t NetsysNativeService::FirewallSetUidsAllowedListChain(uint32_t chain, const std::vector<uint32_t> &uids) in FirewallSetUidsAllowedListChain() argument
597 int32_t NetsysNativeService::FirewallSetUidsDeniedListChain(uint32_t chain, const std::vector<uint32_t> &uids) in FirewallSetUidsDeniedListChain() argument
603 int32_t NetsysNativeService::FirewallEnableChain(uint32_t chain, bool enable) in FirewallEnableChain() argument
609 int32_t NetsysNativeService::FirewallSetUidRule(uint32_t chain, const std::vector<uint32_t> &uids, in FirewallSetUidRule() argument
H A Dnetsys_native_service_stub.cpp1250 uint32_t chain = data.ReadUint32(); in CmdFirewallSetUidsAllowedListChain() local
1266 uint32_t chain = data.ReadUint32(); in CmdFirewallSetUidsDeniedListChain() local
1282 uint32_t chain = data.ReadUint32(); in CmdFirewallEnableChain() local
1292 uint32_t chain = (unsigned)data.ReadUint32(); in CmdFirewallSetUidRule() local
/foundation/communication/netmanager_base/frameworks/native/netmanagernative/
H A Dnetsys_native_service_proxy.cpp1605 int32_t NetsysNativeServiceProxy::FirewallSetUidsAllowedListChain(uint32_t chain, const std::vector<uint32_t> &uids) in FirewallSetUidsAllowedListChain() argument
1645 int32_t NetsysNativeServiceProxy::FirewallSetUidsDeniedListChain(uint32_t chain, const std::vector<uint32_t> &uids) in FirewallSetUidsDeniedListChain() argument
1685 int32_t NetsysNativeServiceProxy::FirewallEnableChain(uint32_t chain, bool enable) in FirewallEnableChain() argument
1717 int32_t NetsysNativeServiceProxy::FirewallSetUidRule(uint32_t chain, const std::vector<uint32_t> &uids, in FirewallSetUidRule() argument
/foundation/communication/netmanager_base/services/netmanagernative/src/netsys/
H A Dnet_manager_native.cpp449 int32_t NetManagerNative::FirewallSetUidsAllowedListChain(uint32_t chain, const std::vector<uint32_t> &uids) in FirewallSetUidsAllowedListChain() argument
455 int32_t NetManagerNative::FirewallSetUidsDeniedListChain(uint32_t chain, const std::vector<uint32_t> &uids) in FirewallSetUidsDeniedListChain() argument
461 int32_t NetManagerNative::FirewallEnableChain(uint32_t chain, bool enable) in FirewallEnableChain() argument
467 int32_t NetManagerNative::FirewallSetUidRule(uint32_t chain, const std::vector<uint32_t> &uids, uint32_t firewallRule) in FirewallSetUidRule() argument

Completed in 40 milliseconds