Home
last modified time | relevance | path

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

/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.cpp103 const std::string GET_ALL_PREINSTALLED_APP_INFOS = "GetAllPreinstalledApplicationInfos";
4999 ErrCode ret = iBundleMgr->GetAllPreinstalledApplicationInfos(preinstalledApplicationInfos); in InnerGetAllPreinstalledApplicationInfos()
5014 napi_value GetAllPreinstalledApplicationInfos(napi_env env, napi_callback_info info) in GetAllPreinstalledApplicationInfos() function
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_application/bundlemgrproxy_fuzzer/
H A Dbundlemgrproxy_fuzzer.cpp318 bundleMgrProxy.GetAllPreinstalledApplicationInfos(preinstalledApplicationInfos); in DoSomethingInterestingWithMyAPI()
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/bundlemgr/
H A Dbundle_mgr_interface.h1464 virtual ErrCode GetAllPreinstalledApplicationInfos( in GetAllPreinstalledApplicationInfos() function in OHOS::AppExecFwk::IBundleMgr
H A Dbundle_mgr_proxy.h1067 virtual ErrCode GetAllPreinstalledApplicationInfos(
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dbundle_mgr_host_impl.h974 virtual ErrCode GetAllPreinstalledApplicationInfos(
/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/bms_install_system_test/
H A Dbms_install_system_test.cpp1928 * @tc.name: GetAllPreinstalledApplicationInfos
1929 * @tc.desc: test GetAllPreinstalledApplicationInfos.
1939 ErrCode ret = bundleMgrProxy->GetAllPreinstalledApplicationInfos(preinstalledApplicationInfos); in HWTEST_F()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_mgr_host_impl.cpp3999 ErrCode BundleMgrHostImpl::GetAllPreinstalledApplicationInfos( in GetAllPreinstalledApplicationInfos() function in OHOS::AppExecFwk::BundleMgrHostImpl
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/
H A Dbundle_mgr_host.cpp3756 ErrCode ret = GetAllPreinstalledApplicationInfos(preinstalledApplicationInfos); in HandleGetAllPreinstalledApplicationInfos()
H A Dbundle_mgr_proxy.cpp4903 ErrCode BundleMgrProxy::GetAllPreinstalledApplicationInfos( in GetAllPreinstalledApplicationInfos() function in OHOS::AppExecFwk::BundleMgrProxy
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_kit_service_test/
H A Dbms_bundle_data_mgr_test.cpp5311 * @tc.name: GetAllPreinstalledApplicationInfos
5312 * @tc.desc: test GetAllPreinstalledApplicationInfos.
5319 ErrCode ret = bundleMgrProxy->GetAllPreinstalledApplicationInfos(preinstalledApplicationInfos); in HWTEST_F()
H A Dbms_bundle_kit_service_test.cpp9692 * @tc.name: test GetAllPreinstalledApplicationInfos
9693 * @tc.desc: 1.Test the GetAllPreinstalledApplicationInfos by BundleMgrHostImpl
9700 ErrCode ret = hostImpl->GetAllPreinstalledApplicationInfos(preinstalledApplicationInfos); in HWTEST_F()

Completed in 84 milliseconds