/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 200 LOGI("DistributedFileDaemonProxy::OpenP2PConnectionEx start."); in OpenP2PConnectionEx() 233 LOGI("DistributedFileDaemonProxy::OpenP2PConnectionEx success."); in OpenP2PConnectionEx()
|
/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> remoteReverseObj) = 0;
|
H A D | i_daemon.h | 38 virtual int32_t OpenP2PConnectionEx(const std::string &networkId, sptr<IFileDfsListener> remoteReverseObj) = 0;
|
H A D | daemon.h | 63 int32_t OpenP2PConnectionEx(const std::string &networkId, sptr<IFileDfsListener> remoteReverseObj) override;
|
/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,
|
/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 in OHOS::Storage::DistributedFile::DaemonServiceMock
|
/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) override;
|
H A D | distributed_file_daemon_proxy.h | 41 int32_t OpenP2PConnectionEx(const std::string &networkId, sptr<IFileDfsListener> remoteReverseObj) override;
|
/foundation/filemanagement/dfs_service/test/unittests/distributed_file_inner/ |
H A D | distributed_file_daemon_proxy_test.cpp | 153 * @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 D | daemon_stub_sup_test.cpp | 85 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 D | daemon_stub_test.cpp | 71 MOCK_METHOD2(OpenP2PConnectionEx, int32_t(const std::string &networkId, sptr<IFileDfsListener> remoteReverseObj));
|
/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) override
|
/foundation/filemanagement/dfs_service/services/distributedfiledaemon/src/ipc/ |
H A D | daemon_stub.cpp | 166 LOGI("DaemonStub::Begin OpenP2PConnectionEx"); in HandleOpenP2PConnectionEx() 182 int32_t res = OpenP2PConnectionEx(networkId, remoteReverseObj); in HandleOpenP2PConnectionEx()
|
H A D | daemon.cpp | 276 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 D | connectdfs.cpp | 71 OpenP2PConnectionEx(connectDfsCB->networkId, connectDfsCB->jsCallbackObject); in cbExec()
|