Searched refs:callingAppId (Results 1 – 7 of 7) sorted by relevance
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ |
H A D | event_report.h | 99 std::string callingAppId; member 166 callingAppId.clear(); in Reset()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | inner_event_report.cpp | 385 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 D | base_bundle_installer.cpp | 4687 eventInfo.callingAppId = bundleInfo.appId; in GetCallingEventInfo()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/src/free_install/ |
H A D | target_ability_info.cpp | 308 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 D | shared_bundle_installer.cpp | 209 eventInfo.callingAppId = bundleInfo.appId; in GetCallingEventInfo()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/clone/ |
H A D | bundle_clone_installer.cpp | 402 eventInfo.callingAppId = bundleInfo.appId; in GetCallingEventInfo()
|
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/ |
H A D | free_install_manager.cpp | 111 std::string callingAppId = info.want.GetStringParam(PARAM_FREEINSTALL_APPID); in StartFreeInstall() local 113 if (callingAppId.empty() && callingBundleNames.empty()) { in StartFreeInstall()
|