Searched refs:callingBundleNames (Results 1 - 6 of 6) sorted by relevance
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/src/free_install/ |
H A D | target_ability_info.cpp | 38 const char* JSON_KEY_CALLINGBUNDLENAMES = "callingBundleNames"; 119 {JSON_KEY_CALLINGBUNDLENAMES, targetInfo.callingBundleNames}, in to_json() 207 targetInfo.callingBundleNames, in from_json() 256 CONTAINER_SECURITY_VERIFY(parcel, callingBundleNamesSize, &callingBundleNames); in ReadFromParcel() 258 callingBundleNames.emplace_back(Str16ToStr8(parcel.ReadString16())); in ReadFromParcel() 289 WRITE_PARCEL_AND_RETURN_FALSE_IF_FAIL(Int32, parcel, callingBundleNames.size()); in Marshalling() 290 for (auto &callingBundleName : callingBundleNames) { in Marshalling()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/free_install/ |
H A D | bundle_connect_ability_mgr.cpp | 32 constexpr const char* PARAM_FREEINSTALL_BUNDLENAMES = "ohos.freeinstall.params.callingBundleNames"; 280 targetAbilityInfo->targetInfo.callingBundleNames.emplace_back(bundleName); in ProcessPreload() 794 bool ExistBundleNameInCallingBundles(const std::string &bundleName, const std::vector<std::string> &callingBundleNames) in ExistBundleNameInCallingBundles() argument 796 if (std::find(callingBundleNames.begin(), callingBundleNames.end(), bundleName) != callingBundleNames.end()) { in ExistBundleNameInCallingBundles() 803 const std::vector<std::string> &callingBundleNames) in GetTargetInfoFlag() 816 int32_t flagFive = !ExistBundleNameInCallingBundles(bundleName, callingBundleNames) * BIT_FIVE; in GetTargetInfoFlag() 836 std::vector<std::string> callingBundleNames; in GetTargetAbilityInfo() local 860 callingBundleNames in GetTargetAbilityInfo() 802 GetTargetInfoFlag(const Want &want, const std::string &deviceId, const std::string &bundleName, const std::vector<std::string> &callingBundleNames) GetTargetInfoFlag() argument 1099 std::vector<std::string> callingBundleNames; SilentInstall() local [all...] |
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/free_install/ |
H A D | target_ability_info.h | 38 std::vector<std::string> callingBundleNames; member
|
/foundation/ability/ability_runtime/services/abilitymgr/src/ |
H A D | free_install_manager.cpp | 34 const std::string PARAM_FREEINSTALL_BUNDLENAMES = "ohos.freeinstall.params.callingBundleNames"; 113 std::vector<std::string> callingBundleNames = info.want.GetStringArrayParam(PARAM_FREEINSTALL_BUNDLENAMES); in StartFreeInstall() local 114 if (callingAppId.empty() && callingBundleNames.empty()) { in StartFreeInstall() 115 TAG_LOGI(AAFwkTag::FREE_INSTALL, "callingAppId and callingBundleNames empty"); in StartFreeInstall()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_free_install_test/ |
H A D | bms_bundle_free_install_test.cpp | 1276 std::vector<std::string> callingBundleNames; in HWTEST_F() local
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_kit_service_test/ |
H A D | bms_bundle_data_mgr_test.cpp | 5929 targetAbilityInfo.targetInfo.callingBundleNames.emplace_back(BUNDLE_NAME_TEST); in HWTEST_F()
|
Completed in 20 milliseconds