Searched refs:GetAllPreinstalledApplicationInfos (Results 1 – 13 of 13) sorted by relevance
165 … DECLARE_NAPI_FUNCTION("getAllPreinstalledApplicationInfo", GetAllPreinstalledApplicationInfos), in BundleManagerExport()
334 napi_value GetAllPreinstalledApplicationInfos(napi_env env, napi_callback_info info);
5012 ErrCode ret = iBundleMgr->GetAllPreinstalledApplicationInfos(preinstalledApplicationInfos); in InnerGetAllPreinstalledApplicationInfos()5027 napi_value GetAllPreinstalledApplicationInfos(napi_env env, napi_callback_info info) in GetAllPreinstalledApplicationInfos() function
318 bundleMgrProxy.GetAllPreinstalledApplicationInfos(preinstalledApplicationInfos); in DoSomethingInterestingWithMyAPI()
1465 virtual ErrCode GetAllPreinstalledApplicationInfos( in GetAllPreinstalledApplicationInfos() function
1064 virtual ErrCode GetAllPreinstalledApplicationInfos(
974 virtual ErrCode GetAllPreinstalledApplicationInfos(
1939 ErrCode ret = bundleMgrProxy->GetAllPreinstalledApplicationInfos(preinstalledApplicationInfos);
3765 ErrCode ret = GetAllPreinstalledApplicationInfos(preinstalledApplicationInfos); in HandleGetAllPreinstalledApplicationInfos()
4878 ErrCode BundleMgrProxy::GetAllPreinstalledApplicationInfos( in GetAllPreinstalledApplicationInfos() function in OHOS::AppExecFwk::BundleMgrProxy
4031 ErrCode BundleMgrHostImpl::GetAllPreinstalledApplicationInfos( in GetAllPreinstalledApplicationInfos() function in OHOS::AppExecFwk::BundleMgrHostImpl
5297 ErrCode ret = bundleMgrProxy->GetAllPreinstalledApplicationInfos(preinstalledApplicationInfos);
9665 ErrCode ret = hostImpl->GetAllPreinstalledApplicationInfos(preinstalledApplicationInfos);