Home
last modified time | relevance | path

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

/foundation/communication/netmanager_base/services/netconnmanager/include/
H A Dnet_conn_service.h548 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 Dnet_conn_service.cpp2698 deathRecipient_ = new (std::nothrow) ConnCallbackDeathRecipient(*this); in AddClientDeathRecipient()

Completed in 7 milliseconds