Home
last modified time | relevance | path

Searched refs:GetApplicationInfosV9 (Results 1 – 16 of 16) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_application/bundlemgrproxy_fuzzer/
H A Dbundlemgrproxy_fuzzer.cpp167 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 Dbundle_mgr_interface.h141 virtual ErrCode GetApplicationInfosV9( in GetApplicationInfosV9() function
H A Dbundle_mgr_proxy.h99 virtual ErrCode GetApplicationInfosV9(
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dbundle_mgr_host_impl.h99 virtual ErrCode GetApplicationInfosV9(
H A Dbundle_data_mgr.h277 ErrCode GetApplicationInfosV9(
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_permission_grant_test/
H A Dbms_bundle_permission_system_app_test.cpp211 ErrCode ret = bundleMgrHostImpl_->GetApplicationInfosV9(FLAGS, USERID, appInfos);
H A Dbms_bundle_permission_false_test.cpp174 ErrCode ret = bundleMgrHostImpl_->GetApplicationInfosV9(FLAGS, USERID, appInfos);
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_manager_test/
H A Dbms_bundle_manager_test.cpp1322 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 Dbms_bundle_kit_service_test.cpp1544 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 Dbms_bundle_data_mgr_test.cpp1266 …ErrCode res = GetBundleDataMgr()->GetApplicationInfosV9(GET_ABILITY_INFO_DEFAULT, USERID, abilityI…
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_mgr_host_impl.cpp151 ErrCode BundleMgrHostImpl::GetApplicationInfosV9( in GetApplicationInfosV9() function in OHOS::AppExecFwk::BundleMgrHostImpl
169 auto ret = dataMgr->GetApplicationInfosV9(flags, userId, appInfos); in GetApplicationInfosV9()
H A Dbundle_data_mgr.cpp2609 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 Dacts_bms_kit_system_test.cpp2116 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 Dbundle_mgr_host.cpp740 auto ret = GetApplicationInfosV9(flags, userId, infos); in HandleGetApplicationInfosWithIntFlagsV9()
H A Dbundle_mgr_proxy.cpp241 ErrCode BundleMgrProxy::GetApplicationInfosV9( in GetApplicationInfosV9() function in OHOS::AppExecFwk::BundleMgrProxy
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/js/bundle_manager/
H A Dbundle_manager.cpp295 ErrCode ret = iBundleMgr->GetApplicationInfosV9(flags, userId, appInfos); in InnerGetApplicationInfos()