/ohos5.0/foundation/filemanagement/dfs_service/frameworks/native/distributed_file_inner/src/ |
H A D | distributed_file_daemon_manager_impl.cpp | 66 int32_t DistributedFileDaemonManagerImpl::CloseP2PConnectionEx(const std::string &networkId) in CloseP2PConnectionEx() function in OHOS::Storage::DistributedFile::DistributedFileDaemonManagerImpl 73 return distributedFileDaemonProxy->CloseP2PConnectionEx(networkId); in CloseP2PConnectionEx()
|
H A D | distributed_file_daemon_proxy.cpp | 237 int32_t DistributedFileDaemonProxy::CloseP2PConnectionEx(const std::string &networkId) in CloseP2PConnectionEx() function in OHOS::Storage::DistributedFile::DistributedFileDaemonProxy
|
/ohos5.0/foundation/filemanagement/dfs_service/services/distributedfiledaemon/include/ipc/ |
H A D | distributed_file_daemon_manager.h | 39 virtual int32_t CloseP2PConnectionEx(const std::string &networkId) = 0;
|
H A D | i_daemon.h | 39 virtual int32_t CloseP2PConnectionEx(const std::string &networkId) = 0;
|
H A D | daemon.h | 64 int32_t CloseP2PConnectionEx(const std::string &networkId) override;
|
/ohos5.0/foundation/filemanagement/dfs_service/test/unittests/distributed_file_inner/include/ |
H A D | i_daemon_mock.h | 39 MOCK_METHOD1(CloseP2PConnectionEx, 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 | 38 int32_t CloseP2PConnectionEx(const std::string &networkId) override;
|
H A D | distributed_file_daemon_proxy.h | 42 int32_t CloseP2PConnectionEx(const std::string &networkId) override;
|
/ohos5.0/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fs/properties/ |
H A D | disconnectdfs.cpp | 54 CloseP2PConnectionEx(networkId); in Async()
|
/ohos5.0/foundation/filemanagement/dfs_service/test/unittests/distributed_file_daemon/include/ |
H A D | i_daemon_mock.h | 58 int32_t CloseP2PConnectionEx(const std::string &networkId) in CloseP2PConnectionEx() function
|
/ohos5.0/foundation/filemanagement/dfs_service/test/unittests/distributed_file_inner/ |
H A D | distributed_file_daemon_proxy_test.cpp | 418 auto ret = proxy_->CloseP2PConnectionEx("test"); 423 ret = proxy_->CloseP2PConnectionEx("test"); 429 ret = testProxy->CloseP2PConnectionEx("test"); 446 auto ret = proxy_->CloseP2PConnectionEx("test"); 453 ret = proxy_->CloseP2PConnectionEx("test");
|
/ohos5.0/foundation/filemanagement/dfs_service/test/unittests/distributed_file_daemon/ |
H A D | daemon_stub_sup_test.cpp | 86 MOCK_METHOD1(CloseP2PConnectionEx, int32_t(const std::string &networkId)); 219 EXPECT_CALL(*daemonStub_, CloseP2PConnectionEx(_)).WillOnce(Return(E_OK));
|
H A D | daemon_stub_test.cpp | 72 MOCK_METHOD1(CloseP2PConnectionEx, int32_t(const std::string &networkId));
|
/ohos5.0/foundation/filemanagement/dfs_service/test/fuzztest/daemonstub_fuzzer/ |
H A D | daemonstub_fuzzer.cpp | 72 int32_t CloseP2PConnectionEx(const std::string &networkId) override in CloseP2PConnectionEx() function in OHOS::DaemonStubImpl
|
/ohos5.0/foundation/filemanagement/dfs_service/services/distributedfiledaemon/src/ipc/ |
H A D | daemon_stub.cpp | 197 int32_t res = CloseP2PConnectionEx(networkId); in HandleCloseP2PConnectionEx()
|
H A D | daemon.cpp | 299 int32_t Daemon::CloseP2PConnectionEx(const std::string &networkId) in CloseP2PConnectionEx() function in OHOS::Storage::DistributedFile::Daemon
|