Home
last modified time | relevance | path

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

/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()
/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()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_kit_service_test/
H A Dbms_bundle_kit_service_test.cpp1410 for (const auto &commonEventInfo : commonEventInfos) { in CheckCommonEventInfoTest()
1412 EXPECT_EQ(commonEventInfo.name, COMMON_EVENT_NAME); in CheckCommonEventInfoTest()
1413 EXPECT_EQ(commonEventInfo.bundleName, BUNDLE_NAME_TEST); in CheckCommonEventInfoTest()
1414 EXPECT_EQ(commonEventInfo.permission, COMMON_EVENT_PERMISSION); in CheckCommonEventInfoTest()
1415 for (auto item : commonEventInfo.data) { in CheckCommonEventInfoTest()
1418 for (auto item : commonEventInfo.type) { in CheckCommonEventInfoTest()
1421 for (auto item : commonEventInfo.events) { in CheckCommonEventInfoTest()
5861 * @tc.name: test can't get the commonEventInfo have no bundle
5862 * @tc.desc: 1.have not get commonEventInfo by event key
5863 * 2.can't get commonEventInfo
10912 CommonEventInfo commonEventInfo; HWTEST_F() local
10936 CommonEventInfo commonEventInfo; HWTEST_F() local
[all...]
H A Dbms_bundle_data_mgr_test.cpp4574 CommonEventInfo commonEventInfo; in HWTEST_F() local
4576 info.commonEvents_.try_emplace(key, commonEventInfo); in HWTEST_F()

Completed in 30 milliseconds