Home
last modified time | relevance | path

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

/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
200 LOGI("DistributedFileDaemonProxy::OpenP2PConnectionEx start."); in OpenP2PConnectionEx()
233 LOGI("DistributedFileDaemonProxy::OpenP2PConnectionEx success."); in OpenP2PConnectionEx()
/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> remoteReverseObj) = 0;
H A Di_daemon.h38 virtual int32_t OpenP2PConnectionEx(const std::string &networkId, sptr<IFileDfsListener> remoteReverseObj) = 0;
H A Ddaemon.h63 int32_t OpenP2PConnectionEx(const std::string &networkId, sptr<IFileDfsListener> remoteReverseObj) override;
/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,
/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 in OHOS::Storage::DistributedFile::DaemonServiceMock
/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) override;
H A Ddistributed_file_daemon_proxy.h41 int32_t OpenP2PConnectionEx(const std::string &networkId, sptr<IFileDfsListener> remoteReverseObj) override;
/foundation/filemanagement/dfs_service/test/unittests/distributed_file_inner/
H A Ddistributed_file_daemon_proxy_test.cpp153 * @tc.desc: verify OpenP2PConnectionEx
162 auto ret = proxy_->OpenP2PConnectionEx("test", remoteReverseObj); in HWTEST_F()
167 ret = proxy_->OpenP2PConnectionEx("test", remoteReverseObj); in HWTEST_F()
174 ret = proxy_->OpenP2PConnectionEx("test", remoteReverseObj); in HWTEST_F()
182 ret = testProxy->OpenP2PConnectionEx("test", remoteReverseObj); in HWTEST_F()
189 * @tc.desc: verify OpenP2PConnectionEx
202 auto ret = proxy_->OpenP2PConnectionEx("test", remoteReverseObj); in HWTEST_F()
211 ret = proxy_->OpenP2PConnectionEx("test", remoteReverseObj); in HWTEST_F()
/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> remoteReverseObj));
196 EXPECT_CALL(*daemonStub_, OpenP2PConnectionEx(_, _)).WillOnce(Return(E_OK)); in HWTEST_F()
H A Ddaemon_stub_test.cpp71 MOCK_METHOD2(OpenP2PConnectionEx, int32_t(const std::string &networkId, sptr<IFileDfsListener> remoteReverseObj));
/foundation/filemanagement/dfs_service/test/fuzztest/daemonstub_fuzzer/
H A Ddaemonstub_fuzzer.cpp67 int32_t OpenP2PConnectionEx(const std::string &networkId, sptr<IFileDfsListener> remoteReverseObj) override
/foundation/filemanagement/dfs_service/services/distributedfiledaemon/src/ipc/
H A Ddaemon_stub.cpp166 LOGI("DaemonStub::Begin OpenP2PConnectionEx"); in HandleOpenP2PConnectionEx()
182 int32_t res = OpenP2PConnectionEx(networkId, remoteReverseObj); in HandleOpenP2PConnectionEx()
H A Ddaemon.cpp276 int32_t Daemon::OpenP2PConnectionEx(const std::string &networkId, sptr<IFileDfsListener> remoteReverseObj) in OpenP2PConnectionEx() function in OHOS::Storage::DistributedFile::Daemon
278 LOGI("Daemon::OpenP2PConnectionEx start, networkId %{public}s", Utils::GetAnonyString(networkId).c_str()); in OpenP2PConnectionEx()
280 LOGE("[OpenP2PConnectionEx] DATASYNC permission denied"); in OpenP2PConnectionEx()
284 LOGE("Daemon::OpenP2PConnectionEx, new death recipient"); in OpenP2PConnectionEx()
288 LOGE("Daemon::OpenP2PConnectionEx remoteReverseObj is nullptr"); in OpenP2PConnectionEx()
294 LOGE("Daemon::OpenP2PConnectionEx networkId is null"); in OpenP2PConnectionEx()
300 LOGE("OpenP2PConnectionEx strcpy failed, res = %{public}d", res); in OpenP2PConnectionEx()
305 LOGE("Daemon::OpenP2PConnectionEx::fail to AddRemoteReverseObj"); in OpenP2PConnectionEx()
312 LOGI("Daemon::OpenP2PConnectionEx end"); in OpenP2PConnectionEx()
326 LOGE("[OpenP2PConnectionEx] networkI in CloseP2PConnectionEx()
[all...]
/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fs/properties/
H A Dconnectdfs.cpp71 OpenP2PConnectionEx(connectDfsCB->networkId, connectDfsCB->jsCallbackObject); in cbExec()

Completed in 9 milliseconds