Home
last modified time | relevance | path

Searched refs:GetRecoverableApplicationInfo (Results 1 – 12 of 12) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/js/bundle_manager/
H A Dnative_module.cpp162 DECLARE_NAPI_FUNCTION("getRecoverableApplicationInfo", GetRecoverableApplicationInfo), in BundleManagerExport()
H A Dbundle_manager.h331 napi_value GetRecoverableApplicationInfo(napi_env env, napi_callback_info info);
H A Dbundle_manager.cpp4778 ErrCode ret = iBundleMgr->GetRecoverableApplicationInfo(recoverableApplications); in InnerGetRecoverableApplicationInfo()
4813 napi_value GetRecoverableApplicationInfo(napi_env env, napi_callback_info info) in GetRecoverableApplicationInfo() function
/ohos5.0/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_application/bundlemgrproxy_fuzzer/
H A Dbundlemgrproxy_fuzzer.cpp299 bundleMgrProxy.GetRecoverableApplicationInfo(recoverableApplications); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/bundlemgr/
H A Dbundle_mgr_interface.h1440 …virtual ErrCode GetRecoverableApplicationInfo(std::vector<RecoverableApplicationInfo> &recoverable… in GetRecoverableApplicationInfo() function
H A Dbundle_mgr_proxy.h999 virtual ErrCode GetRecoverableApplicationInfo(
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dbundle_mgr_host_impl.h949 virtual ErrCode GetRecoverableApplicationInfo(
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/
H A Dbundle_mgr_host.cpp3509 ErrCode ret = GetRecoverableApplicationInfo(infos); in HandleGetRecoverableApplicationInfo()
H A Dbundle_mgr_proxy.cpp4195 ErrCode BundleMgrProxy::GetRecoverableApplicationInfo( in GetRecoverableApplicationInfo() function in OHOS::AppExecFwk::BundleMgrProxy
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_mgr_host_impl.cpp3903 ErrCode BundleMgrHostImpl::GetRecoverableApplicationInfo( in GetRecoverableApplicationInfo() function in OHOS::AppExecFwk::BundleMgrHostImpl
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_manager_test/
H A Dbms_bundle_manager_test.cpp5937 ErrCode retCode = hostImpl->GetRecoverableApplicationInfo(recoverableApplications);
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_kit_service_test/
H A Dbms_bundle_data_mgr_test.cpp5188 ErrCode ret = bundleMgrProxy->GetRecoverableApplicationInfo(recoverableApplications);