Home
last modified time | relevance | path

Searched defs:callingBundleNames (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/free_install/
H A Dtarget_ability_info.h38 std::vector<std::string> callingBundleNames; member
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/free_install/
H A Dbundle_connect_ability_mgr.cpp848 …ameInCallingBundles(const std::string &bundleName, const std::vector<std::string> &callingBundleNa… in ExistBundleNameInCallingBundles()
859 const std::vector<std::string> &callingBundleNames) in GetTargetInfoFlag()
892 std::vector<std::string> callingBundleNames; in GetTargetAbilityInfo() local
1155 std::vector<std::string> callingBundleNames; in SilentInstall() local
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dfree_install_manager.cpp112 …std::vector<std::string> callingBundleNames = info.want.GetStringArrayParam(PARAM_FREEINSTALL_BUND… in StartFreeInstall() local
/ohos5.0/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; variable