Home
last modified time | relevance | path

Searched refs:MonitorPcfirewallServiceDead (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/communication/netmanager_ext/interfaces/innerkits/netfirewallclient/include/
H A Dnetfirewall_client.h73 class MonitorPcfirewallServiceDead : public IRemoteObject::DeathRecipient {
75 explicit MonitorPcfirewallServiceDead(NetFirewallClient &client) : client_(client) {} in MonitorPcfirewallServiceDead() function
76 ~MonitorPcfirewallServiceDead() override = default;
/ohos5.0/foundation/communication/netmanager_ext/frameworks/native/netfirewallclient/src/
H A Dnetfirewall_client.cpp169 deathRecipient_ = new (std::nothrow) MonitorPcfirewallServiceDead(*this); in GetProxy()
/ohos5.0/foundation/communication/netmanager_ext/test/netfirewallmanager/unittest/netfirewallmanager_test/
H A Dnetfirewall_client_test.cpp531 new (std::nothrow) NetFirewallClient::MonitorPcfirewallServiceDead(netfirewallClient_);