Home
last modified time | relevance | path

Searched refs:commonEventInfo (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/shared/
H A Dshared_bundle_installer.cpp178 EventInfo commonEventInfo = eventTemplate; in SendBundleSystemEvent() local
179 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()
/ohos5.0/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_application/bundlemgrproxy_fuzzer/
H A Dbundlemgrproxy_fuzzer.cpp75 CommonEventInfo commonEventInfo; in DoSomethingInterestingWithMyAPI() local
76 commonEventInfo.bundleName = bundleName; in DoSomethingInterestingWithMyAPI()
78 commonEventInfos.push_back(commonEventInfo); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_kit_service_test/
H A Dbms_bundle_kit_service_test.cpp1416 for (auto item : commonEventInfo.data) { in CheckCommonEventInfoTest()
1419 for (auto item : commonEventInfo.type) { in CheckCommonEventInfoTest()
10795 CommonEventInfo commonEventInfo; variable
10796 commonEventInfo.name = COMMON_EVENT_NAME;
10797 commonEventInfo.bundleName = BUNDLE_NAME;
10798 commonEventInfo.uid = 100;
10819 CommonEventInfo commonEventInfo; variable
10820 commonEventInfo.name = COMMON_EVENT_NAME;
10821 commonEventInfo.bundleName = BUNDLE_NAME;
10822 commonEventInfo.uid = 100;
[all …]
H A Dbms_bundle_data_mgr_test.cpp4553 CommonEventInfo commonEventInfo; variable
4555 info.commonEvents_.try_emplace(key, commonEventInfo);