Home
last modified time | relevance | path

Searched refs:commonEventInfos (Results 1 – 14 of 14) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_application/bundlemgrproxy_fuzzer/
H A Dbundlemgrproxy_fuzzer.cpp77 std::vector<CommonEventInfo> commonEventInfos; in DoSomethingInterestingWithMyAPI() local
78 commonEventInfos.push_back(commonEventInfo); in DoSomethingInterestingWithMyAPI()
79 bundleMgrProxy.GetAllCommonEventInfo(eventKey, commonEventInfos); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/bms_compatible_system_test/
H A Dbms_compatible_system_test.cpp737 std::vector<CommonEventInfo> commonEventInfos; variable
738 …EXPECT_TRUE(bundleMgrProxy->GetAllCommonEventInfo("BMS_TESTCOMMONEVNET_THIRD2", commonEventInfos));
739 EXPECT_FALSE(commonEventInfos.size() == 0);
/ohos5.0/foundation/bundlemanager/bundle_framework/test/benchmarktest/bundlemgr_proxy_test/
H A Dbundlemgr_proxy_test.cpp1044 std::vector<CommonEventInfo> commonEventInfos; in BenchmarkTestGetAllCommonEventInfo() local
1051 bundleMgrProxy->GetAllCommonEventInfo(COMMON_EVENT_EVENT, commonEventInfos); in BenchmarkTestGetAllCommonEventInfo()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_kit_service_test/
H A Dbms_bundle_kit_service_test.cpp5857 std::vector<CommonEventInfo> commonEventInfos; variable
5860 CheckCommonEventInfoTest(commonEventInfos);
5872 std::vector<CommonEventInfo> commonEventInfos; variable
5874 EXPECT_TRUE(commonEventInfos.empty());
5885 std::vector<CommonEventInfo> commonEventInfos; variable
5887 EXPECT_TRUE(commonEventInfos.empty());
5901 EXPECT_TRUE(commonEventInfos.empty());
5915 EXPECT_TRUE(commonEventInfos.empty());
5934 EXPECT_TRUE(commonEventInfos.empty());
5935 CheckCommonEventInfoTest(commonEventInfos);
[all …]
H A Dbms_bundle_data_mgr_test.cpp2656 std::vector<CommonEventInfo> commonEventInfos; variable
2660 bool res = GetBundleDataMgr()->GetAllCommonEventInfo(BUNDLE_NAME_TEST, commonEventInfos);
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_permission_grant_test/
H A Dbms_bundle_permission_false_test.cpp716 std::vector<CommonEventInfo> commonEventInfos; variable
717 bool ret = bundleMgrHostImpl_->GetAllCommonEventInfo(BUNDLE_NAME, commonEventInfos);
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/bundlemgr/
H A Dbundle_mgr_interface.h986 … GetAllCommonEventInfo(const std::string &eventKey, std::vector<CommonEventInfo> &commonEventInfos) in GetAllCommonEventInfo() argument
H A Dbundle_mgr_proxy.h729 std::vector<CommonEventInfo> &commonEventInfos) override;
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dbundle_mgr_host_impl.h708 std::vector<CommonEventInfo> &commonEventInfos) override;
H A Dbundle_data_mgr.h571 …CommonEventInfo(const std::string &eventKey, std::vector<CommonEventInfo> &commonEventInfos) const;
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_manager_test/
H A Dbms_bundle_manager_test.cpp1817 std::vector<CommonEventInfo> commonEventInfos; variable
1820 eventKey, commonEventInfos);
2626 std::vector<CommonEventInfo> commonEventInfos; variable
2652 retBool = hostImpl->GetAllCommonEventInfo("", commonEventInfos);
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/
H A Dbundle_mgr_proxy.cpp2600 …:GetAllCommonEventInfo(const std::string &eventKey, std::vector<CommonEventInfo> &commonEventInfos) in GetAllCommonEventInfo() argument
2620 BundleMgrInterfaceCode::GET_ALL_COMMON_EVENT_INFO, data, commonEventInfos)) { in GetAllCommonEventInfo()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_mgr_host_impl.cpp2494 std::vector<CommonEventInfo> &commonEventInfos) in GetAllCommonEventInfo() argument
2506 return dataMgr->GetAllCommonEventInfo(eventKey, commonEventInfos); in GetAllCommonEventInfo()
H A Dbundle_data_mgr.cpp4899 std::vector<CommonEventInfo> &commonEventInfos) const in GetAllCommonEventInfo()
4916 info.GetCommonEvents(eventKey, commonEventInfos); in GetAllCommonEventInfo()
4918 if (commonEventInfos.size() == 0) { in GetAllCommonEventInfo()