Home
last modified time | relevance | path

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

/ohos5.0/foundation/filemanagement/dfs_service/services/distributedfiledaemon/include/ipc/
H A Ddaemon.h117 class DfsListenerDeathRecipient : public IRemoteObject::DeathRecipient {
119 DfsListenerDeathRecipient(){}; in DfsListenerDeathRecipient() function
120 ~DfsListenerDeathRecipient() = default;
123 static inline sptr<DfsListenerDeathRecipient> dfsListenerDeathRecipient_;
/ohos5.0/foundation/filemanagement/dfs_service/services/distributedfiledaemon/src/ipc/
H A Ddaemon.cpp271 dfsListenerDeathRecipient_ = new (std::nothrow) DfsListenerDeathRecipient(); in OpenP2PConnectionEx()
635 void Daemon::DfsListenerDeathRecipient::OnRemoteDied(const wptr<IRemoteObject> &remote) in OnRemoteDied()