Home
last modified time | relevance | path

Searched refs:GetAllCommonEventInfo (Results 1 – 15 of 15) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_application/bundlemgrproxy_fuzzer/
H A Dbundlemgrproxy_fuzzer.cpp79 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.cpp738 …EXPECT_TRUE(bundleMgrProxy->GetAllCommonEventInfo("BMS_TESTCOMMONEVNET_THIRD2", commonEventInfos));
/ohos5.0/foundation/bundlemanager/bundle_framework/test/benchmarktest/bundlemgr_proxy_test/
H A Dbundlemgr_proxy_test.cpp1051 bundleMgrProxy->GetAllCommonEventInfo(COMMON_EVENT_EVENT, commonEventInfos); in BenchmarkTestGetAllCommonEventInfo()
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/bundlemgr/
H A Dbundle_mgr_interface.h986 …virtual bool GetAllCommonEventInfo(const std::string &eventKey, std::vector<CommonEventInfo> &comm… in GetAllCommonEventInfo() function
H A Dbundle_mgr_proxy.h728 virtual bool GetAllCommonEventInfo(const std::string &eventKey,
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dbundle_mgr_host_impl.h707 virtual bool GetAllCommonEventInfo(const std::string &eventKey,
H A Dbundle_data_mgr.h571 …bool GetAllCommonEventInfo(const std::string &eventKey, std::vector<CommonEventInfo> &commonEventI…
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_permission_grant_test/
H A Dbms_bundle_permission_false_test.cpp717 bool ret = bundleMgrHostImpl_->GetAllCommonEventInfo(BUNDLE_NAME, commonEventInfos);
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_kit_service_test/
H A Dbms_bundle_kit_service_test.cpp5858 auto result = GetBundleDataMgr()->GetAllCommonEventInfo(COMMON_EVENT_EVENT, commonEventInfos);
5873 GetBundleDataMgr()->GetAllCommonEventInfo(COMMON_EVENT_EVENT, commonEventInfos);
5886 GetBundleDataMgr()->GetAllCommonEventInfo(EMPTY_STRING, commonEventInfos);
5900 GetBundleDataMgr()->GetAllCommonEventInfo(COMMON_EVENT_EVENT_ERROR_KEY, commonEventInfos);
5914 GetBundleDataMgr()->GetAllCommonEventInfo(COMMON_EVENT_EVENT_NOT_EXISTS_KEY, commonEventInfos);
5933 bundleMgrProxy->GetAllCommonEventInfo(COMMON_EVENT_EVENT_NOT_EXISTS_KEY, commonEventInfos);
5952 bool res = bundleMgrProxy->GetAllCommonEventInfo("", commonEventInfos);
5966 hostImpl->GetAllCommonEventInfo(COMMON_EVENT_EVENT, commonEventInfos);
H A Dbms_bundle_data_mgr_test.cpp2660 bool res = GetBundleDataMgr()->GetAllCommonEventInfo(BUNDLE_NAME_TEST, commonEventInfos);
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_mgr_host_impl.cpp2493 bool BundleMgrHostImpl::GetAllCommonEventInfo(const std::string &eventKey, in GetAllCommonEventInfo() function in OHOS::AppExecFwk::BundleMgrHostImpl
2506 return dataMgr->GetAllCommonEventInfo(eventKey, commonEventInfos); in GetAllCommonEventInfo()
H A Dbundle_data_mgr.cpp4898 bool BundleDataMgr::GetAllCommonEventInfo(const std::string &eventKey, in GetAllCommonEventInfo() function in OHOS::AppExecFwk::BundleDataMgr
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_manager_test/
H A Dbms_bundle_manager_test.cpp1819 bool testRet = GetBundleDataMgr()->GetAllCommonEventInfo(
2652 retBool = hostImpl->GetAllCommonEventInfo("", commonEventInfos);
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/
H A Dbundle_mgr_host.cpp2223 bool ret = GetAllCommonEventInfo(eventKey, infos); in HandleGetAllCommonEventInfo()
H A Dbundle_mgr_proxy.cpp2600 bool BundleMgrProxy::GetAllCommonEventInfo(const std::string &eventKey, std::vector<CommonEventInfo… in GetAllCommonEventInfo() function in OHOS::AppExecFwk::BundleMgrProxy