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.h123 static inline sptr<DfsListenerDeathRecipient> dfsListenerDeathRecipient_; member in OHOS::Storage::DistributedFile::final
/foundation/filemanagement/dfs_service/services/distributedfiledaemon/src/ipc/
H A Ddaemon.cpp283 if (dfsListenerDeathRecipient_ == nullptr) { in OpenP2PConnectionEx()
285 dfsListenerDeathRecipient_ = new (std::nothrow) DfsListenerDeathRecipient(); in OpenP2PConnectionEx()
291 remoteReverseObj->AsObject()->AddDeathRecipient(dfsListenerDeathRecipient_); in OpenP2PConnectionEx()

Completed in 2 milliseconds