Home
last modified time | relevance | path

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

/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dfree_install_manager.cpp33 const std::string PARAM_FREEINSTALL_APPID = "ohos.freeinstall.params.callingAppId"; member
112 std::string callingAppId = info.want.GetStringParam(PARAM_FREEINSTALL_APPID); in StartFreeInstall()
117 info.want.RemoveParam(PARAM_FREEINSTALL_APPID); in StartFreeInstall()
/foundation/ability/dmsfwk/services/dtbschedmgr/src/
H A Ddistributed_sched_stub.cpp65 const std::string PARAM_FREEINSTALL_APPID = "ohos.freeinstall.params.callingAppId"; member
1573 info.want.RemoveParam(PARAM_FREEINSTALL_APPID); in StartFreeInstallFromRemoteInner()
1574 info.want.SetParam(PARAM_FREEINSTALL_APPID, callerInfo.callerAppId); in StartFreeInstallFromRemoteInner()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/free_install/
H A Dbundle_connect_ability_mgr.cpp31 constexpr const char* PARAM_FREEINSTALL_APPID = "ohos.freeinstall.params.callingAppId"; member
859 callingAppids.push_back(want.GetStringParam(PARAM_FREEINSTALL_APPID)); in GetTargetAbilityInfo()

Completed in 8 milliseconds