Searched refs:callingAppId (Results 1 - 6 of 6) sorted by relevance
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ |
H A D | event_report.h | 103 std::string callingAppId; member 173 callingAppId.clear(); in Reset()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | inner_event_report.cpp | 412 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 D | base_bundle_installer.cpp | 4960 eventInfo.callingAppId = bundleInfo.appId; in GetCallingEventInfo()
|
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/src/free_install/ |
H A D | target_ability_info.cpp | 294 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 D | shared_bundle_installer.cpp | 209 eventInfo.callingAppId = bundleInfo.appId; in GetCallingEventInfo()
|
/foundation/ability/ability_runtime/services/abilitymgr/src/ |
H A D | free_install_manager.cpp | 33 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