Home
last modified time | relevance | path

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

/foundation/filemanagement/dfs_service/services/distributedfiledaemon/include/ipc/
H A Ddaemon.h117 class DfsListenerDeathRecipient : public IRemoteObject::DeathRecipient { class in OHOS::Storage::DistributedFile::final
119 DfsListenerDeathRecipient(){}; in DfsListenerDeathRecipient() function in OHOS::Storage::DistributedFile::final::DfsListenerDeathRecipient
120 ~DfsListenerDeathRecipient() = default;
123 static inline sptr<DfsListenerDeathRecipient> dfsListenerDeathRecipient_;
/foundation/filemanagement/dfs_service/services/distributedfiledaemon/src/ipc/
H A Ddaemon.cpp285 dfsListenerDeathRecipient_ = new (std::nothrow) DfsListenerDeathRecipient(); in OpenP2PConnectionEx()
652 void Daemon::DfsListenerDeathRecipient::OnRemoteDied(const wptr<IRemoteObject> &remote) in OnRemoteDied()
656 LOGE("Daemon::DfsListenerDeathRecipient OnremoteDied received died notify nullptr"); in OnRemoteDied()
677 LOGE("[DfsListenerDeathRecipient] networkId is null"); in OnRemoteDied()
698 LOGI("Daemon::DfsListenerDeathRecipient OnremoteDied end"); in OnRemoteDied()

Completed in 3 milliseconds