Home
last modified time | relevance | path

Searched refs:COMM_FIREWALL_MANAGER_SYS_ABILITY_ID (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/systemabilitymgr/samgr/interfaces/innerkits/samgr_proxy/include/
H A Dsystem_ability_definition.h324 COMM_FIREWALL_MANAGER_SYS_ABILITY_ID = 8300, enumerator
/ohos5.0/foundation/communication/netmanager_base/services/netmanagernative/src/
H A Dnetsys_native_service.cpp150 AddSystemAbilityListener(COMM_FIREWALL_MANAGER_SYS_ABILITY_ID); in Init()
151 bpfNetFirewall_->LoadSystemAbility(COMM_FIREWALL_MANAGER_SYS_ABILITY_ID); in Init()
644 } else if (systemAbilityId == COMM_FIREWALL_MANAGER_SYS_ABILITY_ID) { in OnRemoveSystemAbility()
645 bpfNetFirewall_->LoadSystemAbility(COMM_FIREWALL_MANAGER_SYS_ABILITY_ID); in OnRemoveSystemAbility()
/ohos5.0/foundation/communication/netmanager_ext/frameworks/native/netfirewallclient/src/
H A Dnetfirewall_client.cpp195 … int32_t result = sam->LoadSystemAbility(COMM_FIREWALL_MANAGER_SYS_ABILITY_ID, loadCallback_); in LoadSaOnDemand()
/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/
H A Ddump_utils.cpp235 { COMM_FIREWALL_MANAGER_SYS_ABILITY_ID, "NetFirewallManager" },
/ohos5.0/foundation/communication/netmanager_ext/services/netfirewallmanager/src/
H A Dnetfirewall_service.cpp54 NetFirewallService::NetFirewallService() : SystemAbility(COMM_FIREWALL_MANAGER_SYS_ABILITY_ID, true) in NetFirewallService()