/ohos5.0/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_application/bundlemgrproxy_fuzzer/ |
H A D | bundlemgrproxy_fuzzer.cpp | 167 bundleMgrProxy.GetApplicationInfosV9(0, reinterpret_cast<uintptr_t>(data), appInfos); in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/bundlemgr/ |
H A D | bundle_mgr_interface.h | 141 virtual ErrCode GetApplicationInfosV9( in GetApplicationInfosV9() function
|
H A D | bundle_mgr_proxy.h | 99 virtual ErrCode GetApplicationInfosV9(
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ |
H A D | bundle_mgr_host_impl.h | 99 virtual ErrCode GetApplicationInfosV9(
|
H A D | bundle_data_mgr.h | 277 ErrCode GetApplicationInfosV9(
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_permission_grant_test/ |
H A D | bms_bundle_permission_system_app_test.cpp | 211 ErrCode ret = bundleMgrHostImpl_->GetApplicationInfosV9(FLAGS, USERID, appInfos);
|
H A D | bms_bundle_permission_false_test.cpp | 174 ErrCode ret = bundleMgrHostImpl_->GetApplicationInfosV9(FLAGS, USERID, appInfos);
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_manager_test/ |
H A D | bms_bundle_manager_test.cpp | 1322 auto ret = dataMgr->GetApplicationInfosV9(0, USERID, appInfos); 1510 ErrCode testRet = GetBundleDataMgr()->GetApplicationInfosV9( 2375 retCode = hostImpl->GetApplicationInfosV9(flags, USERID, appInfos); 3323 ErrCode testRet1 = GetBundleDataMgr()->GetApplicationInfosV9(
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_kit_service_test/ |
H A D | bms_bundle_kit_service_test.cpp | 1544 ErrCode ret = GetBundleDataMgr()->GetApplicationInfosV9(flags, DEFAULT_USER_ID_TEST, appInfos); in QueryCloneApplicationInfosV9WithDisable() 2196 bool ret = dataMgr->GetApplicationInfosV9(0, DEFAULT_USER_ID_TEST, appInfos); 8962 ErrCode ret = hostImpl->GetApplicationInfosV9(flag, DEFAULT_USER_ID_TEST, appInfos); 8984 ErrCode ret = hostImpl->GetApplicationInfosV9(flags, DEFAULT_USER_ID_TEST, appInfos); 9018 ErrCode ret = hostImpl->GetApplicationInfosV9(flags, DEFAULT_USER_ID_TEST, appInfos); 9053 ErrCode ret = hostImpl->GetApplicationInfosV9(flags, DEFAULT_USER_ID_TEST, appInfos);
|
H A D | bms_bundle_data_mgr_test.cpp | 1266 …ErrCode res = GetBundleDataMgr()->GetApplicationInfosV9(GET_ABILITY_INFO_DEFAULT, USERID, abilityI…
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | bundle_mgr_host_impl.cpp | 151 ErrCode BundleMgrHostImpl::GetApplicationInfosV9( in GetApplicationInfosV9() function in OHOS::AppExecFwk::BundleMgrHostImpl 169 auto ret = dataMgr->GetApplicationInfosV9(flags, userId, appInfos); in GetApplicationInfosV9()
|
H A D | bundle_data_mgr.cpp | 2609 ErrCode BundleDataMgr::GetApplicationInfosV9( in GetApplicationInfosV9() function in OHOS::AppExecFwk::BundleDataMgr
|
/ohos5.0/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/acts_bms_kit_system_test/ |
H A D | acts_bms_kit_system_test.cpp | 2116 auto getInfoResult = bundleMgrProxy->GetApplicationInfosV9( 8759 auto getInfoResult = bundleMgrProxy->GetApplicationInfosV9( 8809 auto getInfoResult = bundleMgrProxy->GetApplicationInfosV9(
|
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/ |
H A D | bundle_mgr_host.cpp | 740 auto ret = GetApplicationInfosV9(flags, userId, infos); in HandleGetApplicationInfosWithIntFlagsV9()
|
H A D | bundle_mgr_proxy.cpp | 241 ErrCode BundleMgrProxy::GetApplicationInfosV9( in GetApplicationInfosV9() function in OHOS::AppExecFwk::BundleMgrProxy
|
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/js/bundle_manager/ |
H A D | bundle_manager.cpp | 295 ErrCode ret = iBundleMgr->GetApplicationInfosV9(flags, userId, appInfos); in InnerGetApplicationInfos()
|