Home
last modified time | relevance | path

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

/foundation/communication/netmanager_ext/services/vpnmanager/include/
H A Dnetworkvpn_service.h293 class VpnAppDeathRecipient : public IRemoteObject::DeathRecipient { class in OHOS::NetManagerStandard::NetworkVpnService
295 explicit VpnAppDeathRecipient(NetworkVpnService &client) : client_(client) {} in VpnAppDeathRecipient() function in OHOS::NetManagerStandard::NetworkVpnService::VpnAppDeathRecipient
296 ~VpnAppDeathRecipient() override = default;
/foundation/communication/netmanager_ext/services/vpnmanager/src/
H A Dnetworkvpn_service.cpp1394 deathRecipient_ = new (std::nothrow) VpnAppDeathRecipient(*this); in AddClientDeathRecipient()

Completed in 4 milliseconds