Home
last modified time | relevance | path

Searched refs:GetAllPreinstalledApplicationInfos (Results 1 – 13 of 13) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/js/bundle_manager/
H A Dnative_module.cpp165 … DECLARE_NAPI_FUNCTION("getAllPreinstalledApplicationInfo", GetAllPreinstalledApplicationInfos), in BundleManagerExport()
H A Dbundle_manager.h334 napi_value GetAllPreinstalledApplicationInfos(napi_env env, napi_callback_info info);
H A Dbundle_manager.cpp5012 ErrCode ret = iBundleMgr->GetAllPreinstalledApplicationInfos(preinstalledApplicationInfos); in InnerGetAllPreinstalledApplicationInfos()
5027 napi_value GetAllPreinstalledApplicationInfos(napi_env env, napi_callback_info info) in GetAllPreinstalledApplicationInfos() function
/ohos5.0/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_application/bundlemgrproxy_fuzzer/
H A Dbundlemgrproxy_fuzzer.cpp318 bundleMgrProxy.GetAllPreinstalledApplicationInfos(preinstalledApplicationInfos); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/bundlemgr/
H A Dbundle_mgr_interface.h1465 virtual ErrCode GetAllPreinstalledApplicationInfos( in GetAllPreinstalledApplicationInfos() function
H A Dbundle_mgr_proxy.h1064 virtual ErrCode GetAllPreinstalledApplicationInfos(
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dbundle_mgr_host_impl.h974 virtual ErrCode GetAllPreinstalledApplicationInfos(
/ohos5.0/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/bms_install_system_test/
H A Dbms_install_system_test.cpp1939 ErrCode ret = bundleMgrProxy->GetAllPreinstalledApplicationInfos(preinstalledApplicationInfos);
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/
H A Dbundle_mgr_host.cpp3765 ErrCode ret = GetAllPreinstalledApplicationInfos(preinstalledApplicationInfos); in HandleGetAllPreinstalledApplicationInfos()
H A Dbundle_mgr_proxy.cpp4878 ErrCode BundleMgrProxy::GetAllPreinstalledApplicationInfos( in GetAllPreinstalledApplicationInfos() function in OHOS::AppExecFwk::BundleMgrProxy
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_mgr_host_impl.cpp4031 ErrCode BundleMgrHostImpl::GetAllPreinstalledApplicationInfos( in GetAllPreinstalledApplicationInfos() function in OHOS::AppExecFwk::BundleMgrHostImpl
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_kit_service_test/
H A Dbms_bundle_data_mgr_test.cpp5297 ErrCode ret = bundleMgrProxy->GetAllPreinstalledApplicationInfos(preinstalledApplicationInfos);
H A Dbms_bundle_kit_service_test.cpp9665 ErrCode ret = hostImpl->GetAllPreinstalledApplicationInfos(preinstalledApplicationInfos);