Searched refs:commonEventInfo (Results 1 – 4 of 4) sorted by relevance
178 EventInfo commonEventInfo = eventTemplate; in SendBundleSystemEvent() local179 commonEventInfo.isPreInstallApp = installParam_.isPreInstallApp; in SendBundleSystemEvent()180 commonEventInfo.errCode = errCode; in SendBundleSystemEvent()181 commonEventInfo.isFreeInstallMode = (installParam_.installFlag == InstallFlag::FREE_INSTALL); in SendBundleSystemEvent()182 GetCallingEventInfo(commonEventInfo); in SendBundleSystemEvent()185 installer.second->SendBundleSystemEvent(commonEventInfo); in SendBundleSystemEvent()
75 CommonEventInfo commonEventInfo; in DoSomethingInterestingWithMyAPI() local76 commonEventInfo.bundleName = bundleName; in DoSomethingInterestingWithMyAPI()78 commonEventInfos.push_back(commonEventInfo); in DoSomethingInterestingWithMyAPI()
1416 for (auto item : commonEventInfo.data) { in CheckCommonEventInfoTest()1419 for (auto item : commonEventInfo.type) { in CheckCommonEventInfoTest()10795 CommonEventInfo commonEventInfo; variable10796 commonEventInfo.name = COMMON_EVENT_NAME;10797 commonEventInfo.bundleName = BUNDLE_NAME;10798 commonEventInfo.uid = 100;10819 CommonEventInfo commonEventInfo; variable10820 commonEventInfo.name = COMMON_EVENT_NAME;10821 commonEventInfo.bundleName = BUNDLE_NAME;10822 commonEventInfo.uid = 100;[all …]
4553 CommonEventInfo commonEventInfo; variable4555 info.commonEvents_.try_emplace(key, commonEventInfo);