Home
last modified time | relevance | path

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 Dtarget_ability_info.cpp38 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 Dbundle_connect_ability_mgr.cpp32 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 Dtarget_ability_info.h38 std::vector<std::string> callingBundleNames; member
/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dfree_install_manager.cpp34 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 Dbms_bundle_free_install_test.cpp1276 std::vector<std::string> callingBundleNames; in HWTEST_F() local
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_kit_service_test/
H A Dbms_bundle_data_mgr_test.cpp5929 targetAbilityInfo.targetInfo.callingBundleNames.emplace_back(BUNDLE_NAME_TEST); in HWTEST_F()

Completed in 22 milliseconds