/ohos5.0/foundation/filemanagement/dfs_service/frameworks/native/distributed_file_inner/src/ |
H A D | distributed_file_daemon_manager_impl.cpp | 55 int32_t DistributedFileDaemonManagerImpl::OpenP2PConnectionEx(const std::string &networkId, in OpenP2PConnectionEx() function in OHOS::Storage::DistributedFile::DistributedFileDaemonManagerImpl 63 return distributedFileDaemonProxy->OpenP2PConnectionEx(networkId, remoteReverseObj); in OpenP2PConnectionEx()
|
H A D | distributed_file_daemon_proxy.cpp | 197 int32_t DistributedFileDaemonProxy::OpenP2PConnectionEx(const std::string &networkId, in OpenP2PConnectionEx() function in OHOS::Storage::DistributedFile::DistributedFileDaemonProxy
|
/ohos5.0/foundation/filemanagement/dfs_service/services/distributedfiledaemon/include/ipc/ |
H A D | distributed_file_daemon_manager.h | 38 …virtual int32_t OpenP2PConnectionEx(const std::string &networkId, sptr<IFileDfsListener> remoteRev…
|
H A D | i_daemon.h | 38 …virtual int32_t OpenP2PConnectionEx(const std::string &networkId, sptr<IFileDfsListener> remoteRev…
|
H A D | daemon.h | 63 …int32_t OpenP2PConnectionEx(const std::string &networkId, sptr<IFileDfsListener> remoteReverseObj)…
|
/ohos5.0/foundation/filemanagement/dfs_service/test/unittests/distributed_file_inner/include/ |
H A D | i_daemon_mock.h | 37 MOCK_METHOD2(OpenP2PConnectionEx, int32_t(const std::string &networkId,
|
/ohos5.0/foundation/filemanagement/dfs_service/frameworks/native/distributed_file_inner/include/ |
H A D | distributed_file_daemon_manager_impl.h | 37 …int32_t OpenP2PConnectionEx(const std::string &networkId, sptr<IFileDfsListener> remoteReverseObj)…
|
H A D | distributed_file_daemon_proxy.h | 41 …int32_t OpenP2PConnectionEx(const std::string &networkId, sptr<IFileDfsListener> remoteReverseObj)…
|
/ohos5.0/foundation/filemanagement/dfs_service/test/unittests/distributed_file_inner/ |
H A D | distributed_file_daemon_proxy_test.cpp | 354 auto ret = proxy_->OpenP2PConnectionEx("test", remoteReverseObj); 359 ret = proxy_->OpenP2PConnectionEx("test", remoteReverseObj); 366 ret = proxy_->OpenP2PConnectionEx("test", remoteReverseObj); 374 ret = testProxy->OpenP2PConnectionEx("test", remoteReverseObj); 394 auto ret = proxy_->OpenP2PConnectionEx("test", remoteReverseObj); 403 ret = proxy_->OpenP2PConnectionEx("test", remoteReverseObj);
|
/ohos5.0/foundation/filemanagement/dfs_service/test/unittests/distributed_file_daemon/include/ |
H A D | i_daemon_mock.h | 53 … int32_t OpenP2PConnectionEx(const std::string &networkId, sptr<IFileDfsListener> remoteReverseObj) in OpenP2PConnectionEx() function
|
/ohos5.0/foundation/filemanagement/dfs_service/test/unittests/distributed_file_daemon/ |
H A D | daemon_stub_sup_test.cpp | 85 …MOCK_METHOD2(OpenP2PConnectionEx, int32_t(const std::string &networkId, sptr<IFileDfsListener> rem… 196 EXPECT_CALL(*daemonStub_, OpenP2PConnectionEx(_, _)).WillOnce(Return(E_OK));
|
H A D | daemon_stub_test.cpp | 71 …MOCK_METHOD2(OpenP2PConnectionEx, int32_t(const std::string &networkId, sptr<IFileDfsListener> rem…
|
/ohos5.0/foundation/filemanagement/dfs_service/test/fuzztest/daemonstub_fuzzer/ |
H A D | daemonstub_fuzzer.cpp | 67 …int32_t OpenP2PConnectionEx(const std::string &networkId, sptr<IFileDfsListener> remoteReverseObj)… in OpenP2PConnectionEx() function in OHOS::DaemonStubImpl
|
/ohos5.0/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fs/properties/ |
H A D | connectdfs.cpp | 71 OpenP2PConnectionEx(connectDfsCB->networkId, connectDfsCB->jsCallbackObject); in cbExec()
|
/ohos5.0/foundation/filemanagement/dfs_service/services/distributedfiledaemon/src/ipc/ |
H A D | daemon_stub.cpp | 182 int32_t res = OpenP2PConnectionEx(networkId, remoteReverseObj); in HandleOpenP2PConnectionEx()
|
H A D | daemon.cpp | 261 int32_t Daemon::OpenP2PConnectionEx(const std::string &networkId, sptr<IFileDfsListener> remoteReve… in OpenP2PConnectionEx() function in OHOS::Storage::DistributedFile::Daemon
|