Home
last modified time | relevance | path

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

/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/
H A Dobject_dms_handler_test.cpp100 notify.dstNetworkId_ = "dstNetworkId" + std::to_string(i); in HWTEST_F()
124 std::string dstNetworkId = "networkId2"; in HWTEST_F() local
127 auto res = ObjectDmsHandler::GetInstance().GetDstBundleName(srcBundleName, dstNetworkId); in HWTEST_F()
133 notify.dstNetworkId_ = dstNetworkId; in HWTEST_F()
138 res = ObjectDmsHandler::GetInstance().GetDstBundleName(srcBundleName, dstNetworkId); in HWTEST_F()
146 res = ObjectDmsHandler::GetInstance().GetDstBundleName(srcBundleName, dstNetworkId); in HWTEST_F()
/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()
/foundation/filemanagement/dfs_service/services/distributedfiledaemon/src/ipc/
H A Dasset_callback_manager.cpp89 const std::string &dstNetworkId, in NotifyAssetRecvStart()
97 callback->OnStart(srcNetworkId, dstNetworkId, sessionId, dstBundleName); in NotifyAssetRecvStart()
88 NotifyAssetRecvStart(const std::string &srcNetworkId, const std::string &dstNetworkId, const std::string &sessionId, const std::string &dstBundleName) NotifyAssetRecvStart() argument
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/object/
H A Dobject_data_listener.h37 const std::string &dstNetworkId, const std::string &sessionId,
H A Dobject_dms_handler.cpp41 "dstNetworkId: %{public}s, destBundleName: %{public}s", event.dSchedEventType_, in ReceiveDmsEvent()
75 std::string ObjectDmsHandler::GetDstBundleName(const std::string &srcBundleName, const std::string &dstNetworkId) in GetDstBundleName() argument
89 it->first.dstNetworkId_ == dstNetworkId) { in GetDstBundleName()
H A Dobject_dms_handler.h42 std::string GetDstBundleName(const std::string &srcBundleName, const std::string &dstNetworkId);
H A Dobject_data_listener.cpp49 int32_t ObjectAssetsRecvListener::OnStart(const std::string &srcNetworkId, const std::string &dstNetworkId, in OnStart() argument
/foundation/filemanagement/dfs_service/frameworks/native/distributed_file_inner/include/asset/
H A Di_asset_recv_callback.h35 const std::string &dstNetworkId,
/foundation/filemanagement/dfs_service/services/distributedfiledaemon/test/unittest/ipc/
H A Dasset_recv_callback_mock.h34 const std::string &dstNetworkId,
/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.cpp1033 std::string dstNetworkId; in GetContinueInfoInner() local
1035 int32_t result = DSchedContinueManager::GetInstance().GetContinueInfo(dstNetworkId, srcNetworkId); in GetContinueInfoInner()
1036 PARCEL_WRITE_HELPER(reply, String, dstNetworkId); in GetContinueInfoInner()
H A Ddistributed_sched_service.cpp2982 int32_t DistributedSchedService::GetContinueInfo(std::string& dstNetworkId, std::string& srcNetworkId) in GetContinueInfo() argument
2989 dstNetworkId = dschedContinuation_->continueInfo_.dstNetworkId_; in GetContinueInfo()
2991 HILOGI("GetContinueInfo dstNetworkId: %{public}s, srcNetworkId: %{public}s", in GetContinueInfo()
2992 GetAnonymStr(dstNetworkId).c_str(), GetAnonymStr(srcNetworkId).c_str()); in GetContinueInfo()
/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.h169 int32_t GetContinueInfo(std::string& dstNetworkId, std::string& srcNetworkId) override;
/foundation/filemanagement/dfs_service/services/distributedfiledaemon/include/ipc/
H A Dasset_callback_manager.h41 const std::string &dstNetworkId,
/foundation/filemanagement/dfs_service/services/cloudsyncservice/include/transport/
H A Dmessage_handler.h60 std::string dstNetworkId; member
/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()
/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);
/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()
/foundation/filemanagement/dfs_service/test/unittests/distributed_file_inner/asset/
H A Dasset_recv_callback_stub_test.cpp32 const std::string &dstNetworkId,
/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/
H A Ddistributed_sched_permission_test.cpp1777 std::string dstNetworkId; in HWTEST_F() local
1781 DistributedSchedPermission::GetInstance().CheckDstSameAccount(dstNetworkId, dmsAccountInfo, callerInfo); in HWTEST_F()
1782 bool ret = DistributedSchedPermission::GetInstance().CheckAclList(dstNetworkId, dmsAccountInfo, callerInfo); in HWTEST_F()

Completed in 31 milliseconds