Home
last modified time | relevance | path

Searched refs:VpnAppDeathRecipient (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/communication/netmanager_ext/services/vpnmanager/include/
H A Dnetworkvpn_service.h270 class VpnAppDeathRecipient : public IRemoteObject::DeathRecipient {
272 explicit VpnAppDeathRecipient(NetworkVpnService &client) : client_(client) {} in VpnAppDeathRecipient() function
273 ~VpnAppDeathRecipient() override = default;
/ohos5.0/foundation/communication/netmanager_ext/services/vpnmanager/src/
H A Dnetworkvpn_service.cpp1207 deathRecipient_ = new (std::nothrow) VpnAppDeathRecipient(*this); in AddClientDeathRecipient()