Searched refs:ConnCallbackDeathRecipient (Results 1 - 2 of 2) sorted by relevance
/foundation/communication/netmanager_base/services/netconnmanager/include/ | ||
H A D | net_conn_service.h | 548 class ConnCallbackDeathRecipient : public IRemoteObject::DeathRecipient { class in OHOS::NetManagerStandard::NetConnService 550 explicit ConnCallbackDeathRecipient(NetConnService &client) : client_(client) {} in ConnCallbackDeathRecipient() function in OHOS::NetManagerStandard::NetConnService::ConnCallbackDeathRecipient 551 ~ConnCallbackDeathRecipient() override = default; |
/foundation/communication/netmanager_base/services/netconnmanager/src/ | ||
H A D | net_conn_service.cpp | 2698 deathRecipient_ = new (std::nothrow) ConnCallbackDeathRecipient(*this); in AddClientDeathRecipient() |
Completed in 7 milliseconds