Searched refs:VpnAppDeathRecipient (Results 1 - 2 of 2) sorted by relevance
/foundation/communication/netmanager_ext/services/vpnmanager/include/ | ||
H A D | networkvpn_service.h | 293 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 D | networkvpn_service.cpp | 1394 deathRecipient_ = new (std::nothrow) VpnAppDeathRecipient(*this); in AddClientDeathRecipient() |
Completed in 4 milliseconds