Home
last modified time | relevance | path

Searched refs:dstNetworkId (Results 1 – 23 of 23) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/
H A Dobject_dms_handler_test.cpp124 std::string dstNetworkId = "networkId2"; variable
127 auto res = ObjectDmsHandler::GetInstance().GetDstBundleName(srcBundleName, dstNetworkId);
133 notify.dstNetworkId_ = dstNetworkId;
138 res = ObjectDmsHandler::GetInstance().GetDstBundleName(srcBundleName, dstNetworkId);
146 res = ObjectDmsHandler::GetInstance().GetDstBundleName(srcBundleName, dstNetworkId);
/ohos5.0/foundation/filemanagement/dfs_service/test/fuzztest/transportmsghandle_fuzzer/
H A Dtransportmsghandle_fuzzer.cpp45 std::string dstNetworkId = fuzzData.GetStringFromData(len); in DoSomethingInterestingWithMyAPI() local
48 .dstNetworkId = dstNetworkId, in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/src/
H A Ddistributed_sched_permission.cpp204 bool DistributedSchedPermission::CheckDstSameAccount(const std::string& dstNetworkId, in CheckDstSameAccount() argument
215 .networkId = dstNetworkId, in CheckDstSameAccount()
236 bool DistributedSchedPermission::CheckAclList(const std::string& dstNetworkId, in CheckAclList() argument
246 .networkId = dstNetworkId, in CheckAclList()
491 std::string dstNetworkId; in CheckAccountAccessPermission() local
492 if (!DtbschedmgrDeviceInfoStorage::GetInstance().GetLocalDeviceId(dstNetworkId)) { in CheckAccountAccessPermission()
504 .networkId = dstNetworkId, in CheckAccountAccessPermission()
H A Ddistributed_sched_stub.cpp996 std::string dstNetworkId; in GetContinueInfoInner() local
998 … int32_t result = DSchedContinueManager::GetInstance().GetContinueInfo(dstNetworkId, srcNetworkId); in GetContinueInfoInner()
999 PARCEL_WRITE_HELPER(reply, String, dstNetworkId); in GetContinueInfoInner()
H A Ddistributed_sched_service.cpp2706 int32_t DistributedSchedService::GetContinueInfo(std::string& dstNetworkId, std::string& srcNetwork… in GetContinueInfo() argument
2713 dstNetworkId = dschedContinuation_->continueInfo_.dstNetworkId_; in GetContinueInfo()
2716 GetAnonymStr(dstNetworkId).c_str(), GetAnonymStr(srcNetworkId).c_str()); in GetContinueInfo()
/ohos5.0/foundation/filemanagement/dfs_service/services/distributedfiledaemon/src/ipc/
H A Dasset_callback_manager.cpp89 const std::string &dstNetworkId, in NotifyAssetRecvStart() argument
97 callback->OnStart(srcNetworkId, dstNetworkId, sessionId, dstBundleName); in NotifyAssetRecvStart()
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/include/
H A Ddistributed_sched_permission.h65 bool CheckDstSameAccount(const std::string& dstNetworkId, const AccountInfo& dmsAccountInfo,
67 bool CheckAclList(const std::string& dstNetworkId, const AccountInfo& dmsAccountInfo,
H A Ddistributed_sched_interface.h109 virtual int32_t GetContinueInfo(std::string& dstNetworkId, std::string& srcNetworkId) in GetContinueInfo() argument
H A Ddistributed_sched_service.h167 int32_t GetContinueInfo(std::string& dstNetworkId, std::string& srcNetworkId) override;
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/object/
H A Dobject_dms_handler.cpp75 …jectDmsHandler::GetDstBundleName(const std::string &srcBundleName, const std::string &dstNetworkId) in GetDstBundleName() argument
89 it->first.dstNetworkId_ == dstNetworkId) { in GetDstBundleName()
H A Dobject_data_listener.h37 const std::string &dstNetworkId, const std::string &sessionId,
H A Dobject_dms_handler.h42 std::string GetDstBundleName(const std::string &srcBundleName, const std::string &dstNetworkId);
H A Dobject_data_listener.cpp49 …ObjectAssetsRecvListener::OnStart(const std::string &srcNetworkId, const std::string &dstNetworkId, in OnStart() argument
/ohos5.0/foundation/filemanagement/dfs_service/frameworks/native/distributed_file_inner/include/asset/
H A Di_asset_recv_callback.h35 const std::string &dstNetworkId,
/ohos5.0/foundation/filemanagement/dfs_service/services/distributedfiledaemon/test/unittest/ipc/
H A Dasset_recv_callback_mock.h34 const std::string &dstNetworkId,
/ohos5.0/foundation/filemanagement/dfs_service/services/distributedfiledaemon/include/ipc/
H A Dasset_callback_manager.h41 const std::string &dstNetworkId,
/ohos5.0/foundation/filemanagement/dfs_service/services/distributedfiledaemon/src/network/softbus/
H A Dsoftbus_handler_asset.cpp142 int32_t SoftBusHandlerAsset::AssetBind(const std::string &dstNetworkId, int32_t &socketId) in AssetBind() argument
144 if (dstNetworkId.empty()) { in AssetBind()
149 if (!IsSameAccount(dstNetworkId)) { in AssetBind()
161 .peerNetworkId = const_cast<char*>(dstNetworkId.c_str()), in AssetBind()
/ohos5.0/foundation/filemanagement/dfs_service/services/cloudsyncservice/src/transport/
H A Dfile_transfer_manager.cpp48 .dstNetworkId = networkId, in DownloadFileFromRemoteDevice()
92 .dstNetworkId = senderNetworkId, in HandleDownloadFileRequest()
H A Dmessage_handler.cpp30 dstNetworkId_(info.dstNetworkId), in MessageHandler()
/ohos5.0/foundation/filemanagement/dfs_service/services/cloudsyncservice/include/transport/
H A Dmessage_handler.h60 std::string dstNetworkId; member
/ohos5.0/foundation/filemanagement/dfs_service/services/distributedfiledaemon/include/network/softbus/
H A Dsoftbus_handler_asset.h49 int32_t AssetBind(const std::string &dstNetworkId, int32_t &socketId);
/ohos5.0/foundation/filemanagement/dfs_service/test/unittests/distributed_file_inner/asset/
H A Dasset_recv_callback_stub_test.cpp32 const std::string &dstNetworkId,
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/
H A Ddistributed_sched_permission_test.cpp1782 std::string dstNetworkId; variable
1786 …DistributedSchedPermission::GetInstance().CheckDstSameAccount(dstNetworkId, dmsAccountInfo, caller…
1787 …bool ret = DistributedSchedPermission::GetInstance().CheckAclList(dstNetworkId, dmsAccountInfo, ca…