/ohos5.0/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_application/bundlemgrproxy_fuzzer/ |
H A D | bundlemgrproxy_fuzzer.cpp | 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 | 738 …EXPECT_TRUE(bundleMgrProxy->GetAllCommonEventInfo("BMS_TESTCOMMONEVNET_THIRD2", commonEventInfos));
|
/ohos5.0/foundation/bundlemanager/bundle_framework/test/benchmarktest/bundlemgr_proxy_test/ |
H A D | bundlemgr_proxy_test.cpp | 1051 bundleMgrProxy->GetAllCommonEventInfo(COMMON_EVENT_EVENT, commonEventInfos); in BenchmarkTestGetAllCommonEventInfo()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/bundlemgr/ |
H A D | bundle_mgr_interface.h | 986 …virtual bool GetAllCommonEventInfo(const std::string &eventKey, std::vector<CommonEventInfo> &comm… in GetAllCommonEventInfo() function
|
H A D | bundle_mgr_proxy.h | 728 virtual bool GetAllCommonEventInfo(const std::string &eventKey,
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ |
H A D | bundle_mgr_host_impl.h | 707 virtual bool GetAllCommonEventInfo(const std::string &eventKey,
|
H A D | bundle_data_mgr.h | 571 …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 D | bms_bundle_permission_false_test.cpp | 717 bool ret = bundleMgrHostImpl_->GetAllCommonEventInfo(BUNDLE_NAME, commonEventInfos);
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_kit_service_test/ |
H A D | bms_bundle_kit_service_test.cpp | 5858 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 D | bms_bundle_data_mgr_test.cpp | 2660 bool res = GetBundleDataMgr()->GetAllCommonEventInfo(BUNDLE_NAME_TEST, commonEventInfos);
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | bundle_mgr_host_impl.cpp | 2493 bool BundleMgrHostImpl::GetAllCommonEventInfo(const std::string &eventKey, in GetAllCommonEventInfo() function in OHOS::AppExecFwk::BundleMgrHostImpl 2506 return dataMgr->GetAllCommonEventInfo(eventKey, commonEventInfos); in GetAllCommonEventInfo()
|
H A D | bundle_data_mgr.cpp | 4898 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 D | bms_bundle_manager_test.cpp | 1819 bool testRet = GetBundleDataMgr()->GetAllCommonEventInfo( 2652 retBool = hostImpl->GetAllCommonEventInfo("", commonEventInfos);
|
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/ |
H A D | bundle_mgr_host.cpp | 2223 bool ret = GetAllCommonEventInfo(eventKey, infos); in HandleGetAllCommonEventInfo()
|
H A D | bundle_mgr_proxy.cpp | 2600 bool BundleMgrProxy::GetAllCommonEventInfo(const std::string &eventKey, std::vector<CommonEventInfo… in GetAllCommonEventInfo() function in OHOS::AppExecFwk::BundleMgrProxy
|