/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/ |
H A D | object_dms_handler_test.cpp | 100 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 D | transportmsghandle_fuzzer.cpp | 45 std::string dstNetworkId = fuzzData.GetStringFromData(len); in DoSomethingInterestingWithMyAPI() local 48 .dstNetworkId = dstNetworkId, in DoSomethingInterestingWithMyAPI()
|
/foundation/filemanagement/dfs_service/services/distributedfiledaemon/src/ipc/ |
H A D | asset_callback_manager.cpp | 89 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 D | object_data_listener.h | 37 const std::string &dstNetworkId, const std::string &sessionId,
|
H A D | object_dms_handler.cpp | 41 "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 D | object_dms_handler.h | 42 std::string GetDstBundleName(const std::string &srcBundleName, const std::string &dstNetworkId);
|
H A D | object_data_listener.cpp | 49 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 D | i_asset_recv_callback.h | 35 const std::string &dstNetworkId,
|
/foundation/filemanagement/dfs_service/services/distributedfiledaemon/test/unittest/ipc/ |
H A D | asset_recv_callback_mock.h | 34 const std::string &dstNetworkId,
|
/foundation/ability/dmsfwk/services/dtbschedmgr/src/ |
H A D | distributed_sched_permission.cpp | 204 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 D | distributed_sched_stub.cpp | 1033 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 D | distributed_sched_service.cpp | 2982 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 D | distributed_sched_permission.h | 65 bool CheckDstSameAccount(const std::string& dstNetworkId, const AccountInfo& dmsAccountInfo,
67 bool CheckAclList(const std::string& dstNetworkId, const AccountInfo& dmsAccountInfo,
|
H A D | distributed_sched_interface.h | 109 virtual int32_t GetContinueInfo(std::string& dstNetworkId, std::string& srcNetworkId) in GetContinueInfo() argument
|
H A D | distributed_sched_service.h | 169 int32_t GetContinueInfo(std::string& dstNetworkId, std::string& srcNetworkId) override;
|
/foundation/filemanagement/dfs_service/services/distributedfiledaemon/include/ipc/ |
H A D | asset_callback_manager.h | 41 const std::string &dstNetworkId,
|
/foundation/filemanagement/dfs_service/services/cloudsyncservice/include/transport/ |
H A D | message_handler.h | 60 std::string dstNetworkId; member
|
/foundation/filemanagement/dfs_service/services/distributedfiledaemon/src/network/softbus/ |
H A D | softbus_handler_asset.cpp | 142 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 D | softbus_handler_asset.h | 49 int32_t AssetBind(const std::string &dstNetworkId, int32_t &socketId);
|
/foundation/filemanagement/dfs_service/services/cloudsyncservice/src/transport/ |
H A D | file_transfer_manager.cpp | 48 .dstNetworkId = networkId, in DownloadFileFromRemoteDevice() 92 .dstNetworkId = senderNetworkId, in HandleDownloadFileRequest()
|
H A D | message_handler.cpp | 30 dstNetworkId_(info.dstNetworkId), in MessageHandler()
|
/foundation/filemanagement/dfs_service/test/unittests/distributed_file_inner/asset/ |
H A D | asset_recv_callback_stub_test.cpp | 32 const std::string &dstNetworkId,
|
/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/ |
H A D | distributed_sched_permission_test.cpp | 1777 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()
|