Home
last modified time | relevance | path

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

/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.cpp100 const std::string GET_RECOVERABLE_APPLICATION_INFO = "GetRecoverableApplicationInfo";
4765 ErrCode ret = iBundleMgr->GetRecoverableApplicationInfo(recoverableApplications); in InnerGetRecoverableApplicationInfo()
4800 napi_value GetRecoverableApplicationInfo(napi_env env, napi_callback_info info) in GetRecoverableApplicationInfo() function
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_application/bundlemgrproxy_fuzzer/
H A Dbundlemgrproxy_fuzzer.cpp299 bundleMgrProxy.GetRecoverableApplicationInfo(recoverableApplications); in DoSomethingInterestingWithMyAPI()
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/bundlemgr/
H A Dbundle_mgr_interface.h1439 virtual ErrCode GetRecoverableApplicationInfo(std::vector<RecoverableApplicationInfo> &recoverableApplications) in GetRecoverableApplicationInfo() function in OHOS::AppExecFwk::IBundleMgr
H A Dbundle_mgr_proxy.h999 virtual ErrCode GetRecoverableApplicationInfo(
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dbundle_mgr_host_impl.h949 virtual ErrCode GetRecoverableApplicationInfo(
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_mgr_host_impl.cpp3871 ErrCode BundleMgrHostImpl::GetRecoverableApplicationInfo( in GetRecoverableApplicationInfo() function in OHOS::AppExecFwk::BundleMgrHostImpl
3874 APP_LOGD("begin to GetRecoverableApplicationInfo"); in GetRecoverableApplicationInfo()
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/
H A Dbundle_mgr_host.cpp3497 ErrCode ret = GetRecoverableApplicationInfo(infos); in HandleGetRecoverableApplicationInfo()
H A Dbundle_mgr_proxy.cpp4228 ErrCode BundleMgrProxy::GetRecoverableApplicationInfo( in GetRecoverableApplicationInfo() function in OHOS::AppExecFwk::BundleMgrProxy
4232 APP_LOGD("begin to GetRecoverableApplicationInfo"); in GetRecoverableApplicationInfo()
4236 APP_LOGE("fail to GetRecoverableApplicationInfo due to write InterfaceToken fail"); in GetRecoverableApplicationInfo()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_kit_service_test/
H A Dbms_bundle_data_mgr_test.cpp5203 * @tc.name: GetRecoverableApplicationInfo
5204 * @tc.desc: GetRecoverableApplicationInfo when param is empty.
5210 ErrCode ret = bundleMgrProxy->GetRecoverableApplicationInfo(recoverableApplications); in HWTEST_F()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_manager_test/
H A Dbms_bundle_manager_test.cpp5892 * @tc.name: test GetRecoverableApplicationInfo proxy
5915 ErrCode retCode = hostImpl->GetRecoverableApplicationInfo(recoverableApplications); in HWTEST_F()

Completed in 59 milliseconds