Home
last modified time | relevance | path

Searched refs:callingAppId (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Devent_report.h99 std::string callingAppId; member
166 callingAppId.clear(); in Reset()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dinner_event_report.cpp385 EVENT_PARAM_CALLING_APPID, eventInfo.callingAppId, in InnerSendBundleInstallEvent()
406 EVENT_PARAM_CALLING_APPID, eventInfo.callingAppId, in InnerSendBundleUninstallEvent()
424 EVENT_PARAM_CALLING_APPID, eventInfo.callingAppId, in InnerSendBundleUpdateEvent()
446 EVENT_PARAM_CALLING_APPID, eventInfo.callingAppId, in InnerSendPreBundleRecoverEvent()
H A Dbase_bundle_installer.cpp4687 eventInfo.callingAppId = bundleInfo.appId; in GetCallingEventInfo()
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/src/free_install/
H A Dtarget_ability_info.cpp308 for (auto &callingAppId : callingAppIds) { in Marshalling() local
309 WRITE_PARCEL_AND_RETURN_FALSE_IF_FAIL(String16, parcel, Str8ToStr16(callingAppId)); in Marshalling()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/shared/
H A Dshared_bundle_installer.cpp209 eventInfo.callingAppId = bundleInfo.appId; in GetCallingEventInfo()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/clone/
H A Dbundle_clone_installer.cpp402 eventInfo.callingAppId = bundleInfo.appId; in GetCallingEventInfo()
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dfree_install_manager.cpp111 std::string callingAppId = info.want.GetStringParam(PARAM_FREEINSTALL_APPID); in StartFreeInstall() local
113 if (callingAppId.empty() && callingBundleNames.empty()) { in StartFreeInstall()