Home
last modified time | relevance | path

Searched refs:callingAppId (Results 1 - 6 of 6) sorted by relevance

/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Devent_report.h103 std::string callingAppId; member
173 callingAppId.clear(); in Reset()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dinner_event_report.cpp412 EVENT_PARAM_CALLING_APPID, eventInfo.callingAppId, in InnerSendBundleInstallEvent()
433 EVENT_PARAM_CALLING_APPID, eventInfo.callingAppId, in InnerSendBundleUninstallEvent()
451 EVENT_PARAM_CALLING_APPID, eventInfo.callingAppId, in InnerSendBundleUpdateEvent()
473 EVENT_PARAM_CALLING_APPID, eventInfo.callingAppId, in InnerSendPreBundleRecoverEvent()
H A Dbase_bundle_installer.cpp4960 eventInfo.callingAppId = bundleInfo.appId; in GetCallingEventInfo()
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/src/free_install/
H A Dtarget_ability_info.cpp294 for (auto &callingAppId : callingAppIds) { in Marshalling()
295 WRITE_PARCEL_AND_RETURN_FALSE_IF_FAIL(String16, parcel, Str8ToStr16(callingAppId)); in Marshalling()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/shared/
H A Dshared_bundle_installer.cpp209 eventInfo.callingAppId = bundleInfo.appId; in GetCallingEventInfo()
/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dfree_install_manager.cpp33 const std::string PARAM_FREEINSTALL_APPID = "ohos.freeinstall.params.callingAppId";
112 std::string callingAppId = info.want.GetStringParam(PARAM_FREEINSTALL_APPID); in StartFreeInstall() local
114 if (callingAppId.empty() && callingBundleNames.empty()) { in StartFreeInstall()
115 TAG_LOGI(AAFwkTag::FREE_INSTALL, "callingAppId and callingBundleNames empty"); in StartFreeInstall()

Completed in 16 milliseconds