Home
last modified time | relevance | path

Searched refs:srcBundleName (Results 1 – 25 of 39) sorted by relevance

12

/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/
H A Dobject_dms_handler_test.cpp123 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 Dremote_on_listener_proxy_test.cpp68 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 Dremote_on_listener_stub_mock.h49 …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 Dobject_dms_handler.cpp75 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()
96srcBundleName.c_str(), DistributedData::Anonymous::Change(localDeviceInfo.networkId).c_str()); in GetDstBundleName()
97 return srcBundleName; in GetDstBundleName()
H A Dobject_dms_handler.h42 std::string GetDstBundleName(const std::string &srcBundleName, const std::string &dstNetworkId);
/ohos5.0/foundation/filemanagement/dfs_service/services/distributedfiledaemon/src/ipc/
H A Ddaemon_execute.cpp241 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 Dremote_on_listener_stub.cpp55 std::string srcBundleName = data.ReadString(); in OnCallbackInner() local
56 OnCallback(continueState, srcDeviceId, bundleName, continueType, srcBundleName); in OnCallbackInner()
H A Dremote_on_listener_proxy.cpp24 … 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 Ddaemon_execute.h51 const std::string &srcBundleName);
53 const std::string &srcBundleName,
/ohos5.0/foundation/ability/ability_runtime/frameworks/js/napi/mission_manager/
H A Ddistributed_mission_manager.h107 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 Ddms_continueInfo.h34 std::string srcBundleName; member
H A Dremote_on_listener_interface.h37 …st std::string &bundleName, const std::string &continueType, const std::string &srcBundleName) = 0;
H A Dremote_on_listener_proxy.h38 …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 Djs-apis-inner-application-continuableInfo-sys.md20 | srcBundleName<sup>12+</sup> | string | 否 | 否 | 表示任务所属源端应用包名,默认与bundleName相同。 |
H A Djs-apis-inner-application-continueMissionInfo-sys.md22 | srcBundleName<sup>12+</sup> | string | 否 | 否 | 表示任务所属源端应用包名,默认与bundleName相同。 |
/ohos5.0/foundation/ability/ability_runtime/test/unittest/remote_mission_listener_stub_test/
H A Dmock_remote_on_listener_stub.h33 …const std::string &bundleName, const std::string &continueType, const std::string &srcBundleName));
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/mission/
H A Ddms_continue_manager_test.h36 …d::string &bundleName, const std::string &continueType, const std::string &srcBundleName) override;
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/include/dfx/
H A Ddms_hisysevent_report.h59 std::string srcBundleName = ""; member
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/src/dfx/
H A Ddms_hisysevent_report.cpp55 KEY_CALLER_BUNDLE, param.srcBundleName, in ReportBehaviorEvent()
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/src/mission/
H A Ddms_continue_recv_manager.cpp205 …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 Dsoftbus_handler_asset.cpp344 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 Dbundle_manager_internal.cpp257 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 Djs-apis-inner-application-continuableInfo-sys.md20 | srcBundleName<sup>12+</sup> | string | No | No | Bundle name of the source application to whi…
H A Djs-apis-inner-application-continueMissionInfo-sys.md22 | 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 Dbundle_manager_internal.h50 static bool GetContinueBundle4Src(const std::string& srcBundleName,

12