Home
last modified time | relevance | path

Searched refs:continueBundleNames (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/src/
H A Dability_info.cpp309 CONTAINER_SECURITY_VERIFY(parcel, continueBundleNameSize, &continueBundleNames); in ReadFromParcel()
311 continueBundleNames.emplace(Str16ToStr8(parcel.ReadString16())); in ReadFromParcel()
492 WRITE_PARCEL_AND_RETURN_FALSE_IF_FAIL(Int32, parcel, continueBundleNames.size()); in Marshalling()
493 for (auto &continueBundleNameItem : continueBundleNames) { in Marshalling()
633 {JSON_KEY_CONTINUE_BUNDLE_NAME, abilityInfo.continueBundleNames}, in to_json()
1321 abilityInfo.continueBundleNames, in from_json()
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/
H A Dability_info.h296 std::unordered_set<std::string> continueBundleNames; member
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dmodule_profile.cpp182 std::vector<std::string> continueBundleNames; member
664 ability.continueBundleNames, in from_json()
2291 if (!ability.continueBundleNames.empty()) { in ToAbilityInfo()
2292 …abilityInfo.continueBundleNames.insert(ability.continueBundleNames.begin(), ability.continueBundle… in ToAbilityInfo()
H A Dbundle_data_mgr.cpp9070 …if (abilityInfo.continueBundleNames.find(continueBundleName) != abilityInfo.continueBundleNames.en… in GetContinueBundleNames()
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/src/mission/
H A Ddistributed_bm_storage.cpp704 dmsAbilityInfo.continueBundleName = abilityInfo.continueBundleNames; in ConvertToDistributedBundleInfo()