/ohos5.0/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_application/bundlemgrproxy_fuzzer/ |
H A D | bundlemgrproxy_fuzzer.cpp | 77 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 D | bms_compatible_system_test.cpp | 737 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 D | bundlemgr_proxy_test.cpp | 1044 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 D | bms_bundle_kit_service_test.cpp | 5857 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 D | bms_bundle_data_mgr_test.cpp | 2656 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 D | bms_bundle_permission_false_test.cpp | 716 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 D | bundle_mgr_interface.h | 986 … GetAllCommonEventInfo(const std::string &eventKey, std::vector<CommonEventInfo> &commonEventInfos) in GetAllCommonEventInfo() argument
|
H A D | bundle_mgr_proxy.h | 729 std::vector<CommonEventInfo> &commonEventInfos) override;
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ |
H A D | bundle_mgr_host_impl.h | 708 std::vector<CommonEventInfo> &commonEventInfos) override;
|
H A D | bundle_data_mgr.h | 571 …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 D | bms_bundle_manager_test.cpp | 1817 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 D | bundle_mgr_proxy.cpp | 2600 …: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 D | bundle_mgr_host_impl.cpp | 2494 std::vector<CommonEventInfo> &commonEventInfos) in GetAllCommonEventInfo() argument 2506 return dataMgr->GetAllCommonEventInfo(eventKey, commonEventInfos); in GetAllCommonEventInfo()
|
H A D | bundle_data_mgr.cpp | 4899 std::vector<CommonEventInfo> &commonEventInfos) const in GetAllCommonEventInfo() 4916 info.GetCommonEvents(eventKey, commonEventInfos); in GetAllCommonEventInfo() 4918 if (commonEventInfos.size() == 0) { in GetAllCommonEventInfo()
|