Home
last modified time | relevance | path

Searched refs:PARAM_FREEINSTALL_BUNDLENAMES (Results 1 - 3 of 3) sorted by relevance

/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dfree_install_manager.cpp34 const std::string PARAM_FREEINSTALL_BUNDLENAMES = "ohos.freeinstall.params.callingBundleNames"; member
113 std::vector<std::string> callingBundleNames = info.want.GetStringArrayParam(PARAM_FREEINSTALL_BUNDLENAMES); in StartFreeInstall()
118 info.want.RemoveParam(PARAM_FREEINSTALL_BUNDLENAMES); in StartFreeInstall()
/foundation/ability/dmsfwk/services/dtbschedmgr/src/
H A Ddistributed_sched_stub.cpp66 const std::string PARAM_FREEINSTALL_BUNDLENAMES = "ohos.freeinstall.params.callingBundleNames"; member
1575 info.want.RemoveParam(PARAM_FREEINSTALL_BUNDLENAMES); in StartFreeInstallFromRemoteInner()
1580 PARAM_FREEINSTALL_BUNDLENAMES, (*cmpWant).GetStringArrayParam(CMPT_PARAM_FREEINSTALL_BUNDLENAMES)); in StartFreeInstallFromRemoteInner()
/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"; member
860 callingBundleNames = want.GetStringArrayParam(PARAM_FREEINSTALL_BUNDLENAMES); in GetTargetAbilityInfo()

Completed in 7 milliseconds