/ohos5.0/foundation/resourceschedule/device_usage_statistics/services/packageusage/src/ |
H A D | bundle_active_user_service.cpp | 362 …std::string, std::map<std::string, int>>& continueAbilities, const std::string& continueBundleName, in UpdateContinueAbilitiesMemory() argument 365 auto uidSet = BundleActiveBundleMgrHelper::GetInstance()->GetPackageUidSet(continueBundleName); in UpdateContinueAbilitiesMemory() 367 … std::string continueAbilitiesKey = BundleActiveUtil::GetBundleUsageKey(continueBundleName, uid); in UpdateContinueAbilitiesMemory() 376 (*itInterval)->Update(continueBundleName, "", beginTime, it->second, it->first, uid); in UpdateContinueAbilitiesMemory() 382 …<std::string, std::map<std::string, int>>& continueServices, const std::string& continueBundleName, in UpdateContinueServicesMemory() argument 385 auto uidSet = BundleActiveBundleMgrHelper::GetInstance()->GetPackageUidSet(continueBundleName); in UpdateContinueServicesMemory() 388 … std::string continueServicesKey = BundleActiveUtil::GetBundleUsageKey(continueBundleName, uid); in UpdateContinueServicesMemory() 394 (*itInterval)->Update(continueBundleName, it->first, beginTime, it->second, "", uid); in UpdateContinueServicesMemory() 411 for (std::string continueBundleName : continueBundles) { in RenewStatsInMemory() local 415 … UpdateContinueAbilitiesMemory(beginTime, continueAbilities, continueBundleName, itInterval); in RenewStatsInMemory() [all …]
|
/ohos5.0/foundation/resourceschedule/device_usage_statistics/services/packageusage/include/ |
H A D | bundle_active_user_service.h | 95 …std::string, std::map<std::string, int>>& continueAbilities, const std::string& continueBundleName, 98 …<std::string, std::map<std::string, int>>& continueServices, const std::string& continueBundleName,
|
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/include/mission/ |
H A D | distributed_bundle_info.h | 42 std::unordered_set<std::string> continueBundleName; member
|
/ohos5.0/docs/zh-cn/application-dev/quick-start/ |
H A D | module-configuration-file.md | 53 "continueBundleName": [ 341 | continueBundleName | 标识当前应用支持跨端迁移的其它应用名称列表。<br/>**说明:**<br/>不能配置为本应用包名,仅为了做异包名迁移使用。 | 字符串数组 | 该标签… 396 "continueBundleName": [
|
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/src/continue/ |
H A D | dsched_continue_manager.cpp | 269 … if (ability_continue_type == info.continueType_ && !ability.continueBundleName.empty()) { in GetFirstBundleName() 270 firstBundleName = *ability.continueBundleName.begin(); in GetFirstBundleName()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_kit_service_test/ |
H A D | bms_bundle_data_mgr_test.cpp | 6393 std::string continueBundleName; variable 6398 auto ret = dataMgr->GetContinueBundleNames(continueBundleName, bundleNames, userId); 6411 std::string continueBundleName; variable 6415 auto ret = dataMgr->GetContinueBundleNames(continueBundleName, bundleNames, userId); 6428 std::string continueBundleName{ "com.example.test" }; variable 6432 auto ret = dataMgr->GetContinueBundleNames(continueBundleName, bundleNames, userId); 6445 std::string continueBundleName; variable 6448 auto ret = bundleMgrHostImpl_->GetContinueBundleNames(continueBundleName, bundleNames, userId); 6461 std::string continueBundleName{ "com.example.test" }; variable 6464 auto ret = bundleMgrHostImpl_->GetContinueBundleNames(continueBundleName, bundleNames, userId);
|
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/bundlemgr/ |
H A D | bundle_mgr_interface.h | 1597 …virtual ErrCode GetContinueBundleNames(const std::string &continueBundleName, std::vector<std::str…
|
H A D | bundle_mgr_proxy.h | 1109 …ErrCode GetContinueBundleNames(const std::string &continueBundleName, std::vector<std::string> &bu…
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ |
H A D | bundle_mgr_host_impl.h | 1033 …virtual ErrCode GetContinueBundleNames(const std::string &continueBundleName, std::vector<std::str…
|
H A D | bundle_data_mgr.h | 998 … const std::string &continueBundleName, std::vector<std::string> &bundleNames, int32_t userId);
|
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/src/mission/ |
H A D | distributed_bm_storage.cpp | 704 dmsAbilityInfo.continueBundleName = abilityInfo.continueBundleNames; in ConvertToDistributedBundleInfo()
|
/ohos5.0/foundation/bundlemanager/bundle_tool/frameworks/src/ |
H A D | bundle_test_tool.cpp | 3002 std::vector<std::string> continueBundleName; in GetContinueBundleName() local 3003 auto ret = bundleMgrProxy_->GetContinueBundleNames(bundleName, continueBundleName, userId); in GetContinueBundleName() 3007 for (const auto &name : continueBundleName) { in GetContinueBundleName()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | bundle_mgr_host_impl.cpp | 4518 const std::string &continueBundleName, std::vector<std::string> &bundleNames, int32_t userId) in GetContinueBundleNames() argument 4520 if (continueBundleName.empty()) { in GetContinueBundleNames() 4534 return dataMgr->GetContinueBundleNames(continueBundleName, bundleNames, userId); in GetContinueBundleNames()
|
H A D | bundle_data_mgr.cpp | 9052 const std::string &continueBundleName, std::vector<std::string> &bundleNames, int32_t userId) in GetContinueBundleNames() argument 9059 if (continueBundleName.empty()) { in GetContinueBundleNames() 9070 …if (abilityInfo.continueBundleNames.find(continueBundleName) != abilityInfo.continueBundleNames.en… in GetContinueBundleNames()
|
/ohos5.0/docs/en/application-dev/quick-start/ |
H A D | module-configuration-file.md | 53 "continueBundleName": [ 341 | continueBundleName | List of other applications that support cross-device migration.<br>**NOTE**<… 396 "continueBundleName": [
|
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/ |
H A D | bundle_mgr_host.cpp | 4116 std::string continueBundleName = data.ReadString(); in HandleGetContinueBundleNames() local 4120 auto ret = GetContinueBundleNames(continueBundleName, bundleNames, userId); in HandleGetContinueBundleNames()
|
H A D | bundle_mgr_proxy.cpp | 5244 const std::string &continueBundleName, std::vector<std::string> &bundleNames, int32_t userId) in GetContinueBundleNames() argument 5252 if (!data.WriteString(continueBundleName)) { in GetContinueBundleNames()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_data_storage_test/ |
H A D | bms_bundle_data_storage_database_test.cpp | 864 "continueBundleName": [],
|