/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/ |
H A D | object_dms_handler_test.cpp | 124 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 D | transportmsghandle_fuzzer.cpp | 45 std::string dstNetworkId = fuzzData.GetStringFromData(len); in DoSomethingInterestingWithMyAPI() local 48 .dstNetworkId = dstNetworkId, in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/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 | 996 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 D | distributed_sched_service.cpp | 2706 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 D | asset_callback_manager.cpp | 89 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 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 | 167 int32_t GetContinueInfo(std::string& dstNetworkId, std::string& srcNetworkId) override;
|
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/object/ |
H A D | object_dms_handler.cpp | 75 …jectDmsHandler::GetDstBundleName(const std::string &srcBundleName, const std::string &dstNetworkId) in GetDstBundleName() argument 89 it->first.dstNetworkId_ == dstNetworkId) { in GetDstBundleName()
|
H A D | object_data_listener.h | 37 const std::string &dstNetworkId, const std::string &sessionId,
|
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 …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 D | i_asset_recv_callback.h | 35 const std::string &dstNetworkId,
|
/ohos5.0/foundation/filemanagement/dfs_service/services/distributedfiledaemon/test/unittest/ipc/ |
H A D | asset_recv_callback_mock.h | 34 const std::string &dstNetworkId,
|
/ohos5.0/foundation/filemanagement/dfs_service/services/distributedfiledaemon/include/ipc/ |
H A D | asset_callback_manager.h | 41 const std::string &dstNetworkId,
|
/ohos5.0/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()
|
/ohos5.0/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()
|
/ohos5.0/foundation/filemanagement/dfs_service/services/cloudsyncservice/include/transport/ |
H A D | message_handler.h | 60 std::string dstNetworkId; member
|
/ohos5.0/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);
|
/ohos5.0/foundation/filemanagement/dfs_service/test/unittests/distributed_file_inner/asset/ |
H A D | asset_recv_callback_stub_test.cpp | 32 const std::string &dstNetworkId,
|
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/ |
H A D | distributed_sched_permission_test.cpp | 1782 std::string dstNetworkId; variable 1786 …DistributedSchedPermission::GetInstance().CheckDstSameAccount(dstNetworkId, dmsAccountInfo, caller… 1787 …bool ret = DistributedSchedPermission::GetInstance().CheckAclList(dstNetworkId, dmsAccountInfo, ca…
|