/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/ |
H A D | object_dms_handler_test.cpp | 123 std::string srcBundleName = "bundleName1"; variable 127 auto res = ObjectDmsHandler::GetInstance().GetDstBundleName(srcBundleName, dstNetworkId); 128 EXPECT_EQ(res, srcBundleName); 134 notify.srcBundleName_ = srcBundleName; 138 res = ObjectDmsHandler::GetInstance().GetDstBundleName(srcBundleName, dstNetworkId); 146 res = ObjectDmsHandler::GetInstance().GetDstBundleName(srcBundleName, dstNetworkId); 147 EXPECT_EQ(res, srcBundleName);
|
/ohos5.0/foundation/ability/ability_runtime/test/unittest/remote_mission_listener_proxy_test/ |
H A D | remote_on_listener_proxy_test.cpp | 68 std::string srcBundleName = "srcBundleName"; variable 69 proxy_->OnCallback(continueState, srcDeviceId, bundleName, continueType, srcBundleName); 90 std::string srcBundleName = "srcBundleName"; variable 91 proxy_->OnCallback(continueState, srcDeviceId, bundleName, continueType, srcBundleName);
|
H A D | remote_on_listener_stub_mock.h | 49 …nst std::string &bundleName, const std::string &continueType, const std::string &srcBundleName) {}; in OnCallback() argument
|
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/object/ |
H A D | object_dms_handler.cpp | 75 std::string ObjectDmsHandler::GetDstBundleName(const std::string &srcBundleName, const std::string … in GetDstBundleName() argument 88 …t->first.srcNetworkId_ == localDeviceInfo.networkId && it->first.srcBundleName_ == srcBundleName && in GetDstBundleName() 91 srcBundleName.c_str(), it->first.destBundleName_.c_str()); in GetDstBundleName() 96 … srcBundleName.c_str(), DistributedData::Anonymous::Change(localDeviceInfo.networkId).c_str()); in GetDstBundleName() 97 return srcBundleName; in GetDstBundleName()
|
H A D | object_dms_handler.h | 42 std::string GetDstBundleName(const std::string &srcBundleName, const std::string &dstNetworkId);
|
/ohos5.0/foundation/filemanagement/dfs_service/services/distributedfiledaemon/src/ipc/ |
H A D | daemon_execute.cpp | 241 const std::string &srcBundleName) in GetFileList() argument 245 size_t pos = uri.find(srcBundleName); in GetFileList() 273 const std::string &srcBundleName, in HandleZip() argument 278 size_t pos = fileList[0].find(srcBundleName); in HandleZip() 283 std::string relativePath = fileList[0].substr(0, pos + srcBundleName.length()) + "/"; in HandleZip()
|
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/ |
H A D | remote_on_listener_stub.cpp | 55 std::string srcBundleName = data.ReadString(); in OnCallbackInner() local 56 OnCallback(continueState, srcDeviceId, bundleName, continueType, srcBundleName); in OnCallbackInner()
|
H A D | remote_on_listener_proxy.cpp | 24 … const std::string &bundleName, const std::string &continueType, const std::string &srcBundleName) in OnCallback() argument 49 if (!data.WriteString(srcBundleName)) { in OnCallback()
|
/ohos5.0/foundation/filemanagement/dfs_service/services/distributedfiledaemon/include/ipc/ |
H A D | daemon_execute.h | 51 const std::string &srcBundleName); 53 const std::string &srcBundleName,
|
/ohos5.0/foundation/ability/ability_runtime/frameworks/js/napi/mission_manager/ |
H A D | distributed_mission_manager.h | 107 const std::string &srcBundleName = "") override; 164 std::string srcBundleName; member 186 std::string srcBundleName; member
|
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/ability_manager/include/ |
H A D | dms_continueInfo.h | 34 std::string srcBundleName; member
|
H A D | remote_on_listener_interface.h | 37 …st std::string &bundleName, const std::string &continueType, const std::string &srcBundleName) = 0;
|
H A D | remote_on_listener_proxy.h | 38 …d::string &bundleName, const std::string &continueType, const std::string &srcBundleName) override;
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-ability-kit/ |
H A D | js-apis-inner-application-continuableInfo-sys.md | 20 | srcBundleName<sup>12+</sup> | string | 否 | 否 | 表示任务所属源端应用包名,默认与bundleName相同。 |
|
H A D | js-apis-inner-application-continueMissionInfo-sys.md | 22 | srcBundleName<sup>12+</sup> | string | 否 | 否 | 表示任务所属源端应用包名,默认与bundleName相同。 |
|
/ohos5.0/foundation/ability/ability_runtime/test/unittest/remote_mission_listener_stub_test/ |
H A D | mock_remote_on_listener_stub.h | 33 …const std::string &bundleName, const std::string &continueType, const std::string &srcBundleName));
|
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/mission/ |
H A D | dms_continue_manager_test.h | 36 …d::string &bundleName, const std::string &continueType, const std::string &srcBundleName) override;
|
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/include/dfx/ |
H A D | dms_hisysevent_report.h | 59 std::string srcBundleName = ""; member
|
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/src/dfx/ |
H A D | dms_hisysevent_report.cpp | 55 KEY_CALLER_BUNDLE, param.srcBundleName, in ReportBehaviorEvent()
|
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/src/mission/ |
H A D | dms_continue_recv_manager.cpp | 205 …ecvMgr::VerifyBroadcastSource(const std::string& senderNetworkId, const std::string& srcBundleName, in VerifyBroadcastSource() argument 212 iconInfo_.sourceBundleName = srcBundleName; in VerifyBroadcastSource() 379 std::string srcBundleName = continueInfo.sourceBundleName; in NotifyRecvBroadcast() local 399 PARCEL_WRITE_HELPER_NORET(data, String, srcBundleName); in NotifyRecvBroadcast()
|
/ohos5.0/foundation/filemanagement/dfs_service/services/distributedfiledaemon/src/network/softbus/ |
H A D | softbus_handler_asset.cpp | 344 const std::string &srcBundleName, in GetDstFile() argument 350 size_t pos = file.find(srcBundleName); in GetDstFile() 360 dstFile << dstBundleName << "/" << TEMP_DIR << file.substr(pos + srcBundleName.length()) in GetDstFile() 361 << tempDir << "srcBundleName=" << srcBundleName << "&sessionId=" << sessionId; in GetDstFile()
|
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/src/bundle/ |
H A D | bundle_manager_internal.cpp | 257 bool BundleManagerInternal::GetContinueBundle4Src(const std::string &srcBundleName, in GetContinueBundle4Src() argument 272 ret = bundleMgr->GetContinueBundleNames(srcBundleName, bundleNameList, activeAccountId); in GetContinueBundle4Src() 275 srcBundleName.c_str(), ret); in GetContinueBundle4Src()
|
/ohos5.0/docs/en/application-dev/reference/apis-ability-kit/ |
H A D | js-apis-inner-application-continuableInfo-sys.md | 20 | srcBundleName<sup>12+</sup> | string | No | No | Bundle name of the source application to whi…
|
H A D | js-apis-inner-application-continueMissionInfo-sys.md | 22 | srcBundleName<sup>12+</sup> | string | No | No | Bundle name of the source application to whi…
|
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/include/bundle/ |
H A D | bundle_manager_internal.h | 50 static bool GetContinueBundle4Src(const std::string& srcBundleName,
|