Home
last modified time | relevance | path

Searched refs:OpenP2PConnectionEx (Results 1 – 16 of 16) sorted by relevance

/ohos5.0/foundation/filemanagement/dfs_service/frameworks/native/distributed_file_inner/src/
H A Ddistributed_file_daemon_manager_impl.cpp55 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 Ddistributed_file_daemon_proxy.cpp197 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 Ddistributed_file_daemon_manager.h38 …virtual int32_t OpenP2PConnectionEx(const std::string &networkId, sptr<IFileDfsListener> remoteRev…
H A Di_daemon.h38 …virtual int32_t OpenP2PConnectionEx(const std::string &networkId, sptr<IFileDfsListener> remoteRev…
H A Ddaemon.h63 …int32_t OpenP2PConnectionEx(const std::string &networkId, sptr<IFileDfsListener> remoteReverseObj)…
/ohos5.0/foundation/filemanagement/dfs_service/test/unittests/distributed_file_inner/include/
H A Di_daemon_mock.h37 MOCK_METHOD2(OpenP2PConnectionEx, int32_t(const std::string &networkId,
/ohos5.0/foundation/filemanagement/dfs_service/frameworks/native/distributed_file_inner/include/
H A Ddistributed_file_daemon_manager_impl.h37 …int32_t OpenP2PConnectionEx(const std::string &networkId, sptr<IFileDfsListener> remoteReverseObj)…
H A Ddistributed_file_daemon_proxy.h41 …int32_t OpenP2PConnectionEx(const std::string &networkId, sptr<IFileDfsListener> remoteReverseObj)…
/ohos5.0/foundation/filemanagement/dfs_service/test/unittests/distributed_file_inner/
H A Ddistributed_file_daemon_proxy_test.cpp354 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 Di_daemon_mock.h53 … 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 Ddaemon_stub_sup_test.cpp85 …MOCK_METHOD2(OpenP2PConnectionEx, int32_t(const std::string &networkId, sptr<IFileDfsListener> rem…
196 EXPECT_CALL(*daemonStub_, OpenP2PConnectionEx(_, _)).WillOnce(Return(E_OK));
H A Ddaemon_stub_test.cpp71 …MOCK_METHOD2(OpenP2PConnectionEx, int32_t(const std::string &networkId, sptr<IFileDfsListener> rem…
/ohos5.0/foundation/filemanagement/dfs_service/test/fuzztest/daemonstub_fuzzer/
H A Ddaemonstub_fuzzer.cpp67 …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 Dconnectdfs.cpp71 OpenP2PConnectionEx(connectDfsCB->networkId, connectDfsCB->jsCallbackObject); in cbExec()
/ohos5.0/foundation/filemanagement/dfs_service/services/distributedfiledaemon/src/ipc/
H A Ddaemon_stub.cpp182 int32_t res = OpenP2PConnectionEx(networkId, remoteReverseObj); in HandleOpenP2PConnectionEx()
H A Ddaemon.cpp261 int32_t Daemon::OpenP2PConnectionEx(const std::string &networkId, sptr<IFileDfsListener> remoteReve… in OpenP2PConnectionEx() function in OHOS::Storage::DistributedFile::Daemon