Searched refs:sysEventInfo (Results 1 – 7 of 7) sorted by relevance
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/clone/ |
H A D | bundle_clone_installer.cpp | 370 EventInfo sysEventInfo; in SendBundleSystemEvent() local 371 sysEventInfo.bundleName = bundleName; in SendBundleSystemEvent() 372 sysEventInfo.isPreInstallApp = isPreInstallApp; in SendBundleSystemEvent() 373 sysEventInfo.errCode = errCode; in SendBundleSystemEvent() 374 sysEventInfo.isFreeInstallMode = isFreeInstallMode; in SendBundleSystemEvent() 375 sysEventInfo.userId = userId; in SendBundleSystemEvent() 376 sysEventInfo.appIndex = appIndex; in SendBundleSystemEvent() 377 sysEventInfo.callingUid = IPCSkeleton::GetCallingUid(); in SendBundleSystemEvent() 378 sysEventInfo.versionCode = versionCode_; in SendBundleSystemEvent() 379 sysEventInfo.preBundleScene = preBundleScene; in SendBundleSystemEvent() [all …]
|
/ohos5.0/base/hiviewdfx/hisysevent/interfaces/js/kits/napi/src/ |
H A D | napi_hisysevent_listener.cpp | 61 napi_value sysEventInfo = nullptr; in OnEvent() local 62 NapiHiSysEventUtil::CreateHiSysEventInfoJsObject(env, eventDetail, sysEventInfo); in OnEvent() 63 napi_value argv[ON_EVENT_PARAM_COUNT] = {sysEventInfo}; in OnEvent()
|
H A D | napi_hisysevent_util.cpp | 625 void AppendBaseInfo(const napi_env env, napi_value& sysEventInfo, const std::string& key, Json::Val… in AppendBaseInfo() argument 629 value.asString(), sysEventInfo); in AppendBaseInfo() 633 static_cast<int32_t>(value.asInt()), sysEventInfo); in AppendBaseInfo() 773 napi_value& sysEventInfo) in CreateHiSysEventInfoJsObject() argument 794 napi_create_object(env, &sysEventInfo); in CreateHiSysEventInfoJsObject() 801 AppendBaseInfo(env, sysEventInfo, propertyName, eventJson[propertyName]); in CreateHiSysEventInfoJsObject() 806 SetNamedProperty(env, sysEventInfo, PARAMS_ATTR, params); in CreateHiSysEventInfoJsObject()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/app_service_fwk/ |
H A D | app_service_fwk_installer.cpp | 904 EventInfo sysEventInfo; in SendBundleSystemEvent() local 905 sysEventInfo.bundleName = bundleName_; in SendBundleSystemEvent() 906 sysEventInfo.isPreInstallApp = installParam.isPreInstallApp; in SendBundleSystemEvent() 907 sysEventInfo.errCode = errCode; in SendBundleSystemEvent() 908 sysEventInfo.userId = Constants::ALL_USERID; in SendBundleSystemEvent() 909 sysEventInfo.versionCode = versionCode_; in SendBundleSystemEvent() 910 sysEventInfo.preBundleScene = preBundleScene; in SendBundleSystemEvent() 911 sysEventInfo.filePath = hspPaths; in SendBundleSystemEvent() 912 EventReport::SendBundleSystemEvent(bundleEventType, sysEventInfo); in SendBundleSystemEvent()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/quick_fix/ |
H A D | quick_fix_deployer.cpp | 693 EventInfo sysEventInfo; in SendQuickFixSystemEvent() local 694 sysEventInfo.errCode = ERR_OK; in SendQuickFixSystemEvent() 695 sysEventInfo.bundleName = innerBundleInfo.GetBundleName(); in SendQuickFixSystemEvent() 696 sysEventInfo.appDistributionType = appDistributionType_; in SendQuickFixSystemEvent() 698 sysEventInfo.filePath.push_back(hqfInfo.hqfFilePath); in SendQuickFixSystemEvent() 699 sysEventInfo.hashValue.push_back(hqfInfo.hapSha256); in SendQuickFixSystemEvent() 701 sysEventInfo.applyQuickFixFrequency = innerBundleInfo.GetApplyQuickFixFrequency(); in SendQuickFixSystemEvent() 702 EventReport::SendBundleSystemEvent(BundleEventType::QUICK_FIX, sysEventInfo); in SendQuickFixSystemEvent()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/free_install/ |
H A D | bundle_connect_ability_mgr.cpp | 74 EventInfo sysEventInfo; in SendSysEvent() local 76 sysEventInfo.bundleName = element.GetBundleName(); in SendSysEvent() 77 sysEventInfo.moduleName = element.GetModuleName(); in SendSysEvent() 78 sysEventInfo.abilityName = element.GetAbilityName(); in SendSysEvent() 79 sysEventInfo.isFreeInstallMode = true; in SendSysEvent() 80 sysEventInfo.userId = userId; in SendSysEvent() 81 sysEventInfo.errCode = resultCode; in SendSysEvent() 82 EventReport::SendSystemEvent(BMSEventType::BUNDLE_INSTALL_EXCEPTION, sysEventInfo); in SendSysEvent()
|
/ohos5.0/base/hiviewdfx/hisysevent/interfaces/js/kits/napi/include/ |
H A D | napi_hisysevent_util.h | 44 napi_value& sysEventInfo);
|