/foundation/ability/ability_runtime/test/mock/mock_appmgr_service/include/ |
H A D | mock_app_mgr_service_inner.h | 66 MOCK_METHOD4(PreloadApplication, int32_t(const std::string&, int32_t, AppExecFwk::PreloadMode, int32_t));
|
/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/include/appmgr/ |
H A D | app_mgr_interface.h | 72 virtual int32_t PreloadApplication(const std::string &bundleName, int32_t userId, in PreloadApplication() function in OHOS::AppExecFwk::IAppMgr
|
H A D | app_mgr_client.h | 817 virtual int32_t PreloadApplication(const std::string &bundleName, int32_t userId,
|
H A D | app_mgr_proxy.h | 53 virtual int32_t PreloadApplication(const std::string &bundleName, int32_t userId,
|
/foundation/ability/ability_runtime/services/appmgr/include/ |
H A D | app_mgr_service.h | 82 virtual int32_t PreloadApplication(const std::string &bundleName, int32_t userId,
|
H A D | app_mgr_service_inner.h | 221 virtual int32_t PreloadApplication(const std::string &bundleName, int32_t userId,
|
/foundation/ability/ability_runtime/frameworks/js/napi/app/js_app_manager/ |
H A D | js_app_manager.cpp | 230 static napi_value PreloadApplication(napi_env env, napi_callback_info info) in PreloadApplication() function in OHOS::AbilityRuntime::__anon159::final 1398 *innerErrorCode = appMgr->PreloadApplication(param.bundleName, param.userId, param.preloadMode, in OnPreloadApplication() 1555 BindNativeFunction(env, exportObj, "preloadApplication", moduleName, JsAppManager::PreloadApplication); in JsAppManagerInit()
|
/foundation/ability/ability_runtime/test/unittest/app_mgr_proxy_test/ |
H A D | app_mgr_proxy_test.cpp | 637 auto ret = appMgrProxy_->PreloadApplication(bundleName, userId, preloadMode, appIndex); in HWTEST_F()
|
/foundation/ability/ability_runtime/test/unittest/app_mgr_service_test/ |
H A D | app_mgr_service_test.cpp | 1674 EXPECT_CALL(*mockAppMgrServiceInner_, PreloadApplication(_, _, _, _)) in HWTEST_F() 1678 int32_t ret = appMgrService->PreloadApplication(bundleName, userId, preloadMode, appIndex); in HWTEST_F()
|
/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/src/appmgr/ |
H A D | app_mgr_client.cpp | 1248 int32_t AppMgrClient::PreloadApplication(const std::string &bundleName, int32_t userId, in PreloadApplication() function in OHOS::AppExecFwk::AppMgrClient 1255 return service->PreloadApplication(bundleName, userId, preloadMode, appIndex); in PreloadApplication()
|
H A D | app_mgr_stub.cpp | 373 auto result = PreloadApplication(bundleName, userId, static_cast<AppExecFwk::PreloadMode>(preloadMode), appIndex); in HandlePreloadApplication()
|
H A D | app_mgr_proxy.cpp | 56 int32_t AppMgrProxy::PreloadApplication(const std::string &bundleName, int32_t userId, in PreloadApplication() function in OHOS::AppExecFwk::AppMgrProxy 64 TAG_LOGE(AAFwkTag::APPMGR, "PreloadApplication Write interface token failed."); in PreloadApplication()
|
/foundation/ability/ability_runtime/services/appmgr/src/ |
H A D | app_mgr_service.cpp | 202 int32_t AppMgrService::PreloadApplication(const std::string &bundleName, int32_t userId, in PreloadApplication() function in OHOS::AppExecFwk::AppMgrService 205 TAG_LOGD(AAFwkTag::APPMGR, "PreloadApplication called"); in PreloadApplication() 207 TAG_LOGE(AAFwkTag::APPMGR, "PreloadApplication failed"); in PreloadApplication() 210 return appMgrServiceInner_->PreloadApplication(bundleName, userId, preloadMode, appIndex); in PreloadApplication()
|
H A D | app_mgr_service_inner.cpp | 388 int32_t AppMgrServiceInner::PreloadApplication(const std::string &bundleName, int32_t userId, in PreloadApplication() function in OHOS::AppExecFwk::AppMgrServiceInner
|
/foundation/ability/ability_runtime/test/unittest/app_mgr_client_test/ |
H A D | app_mgr_client_test.cpp | 1132 int32_t ret = appMgrClient->PreloadApplication(bundleName, userId, preloadMode, appIndex); in HWTEST_F()
|
/foundation/ability/ability_runtime/test/unittest/app_mgr_service_inner_test/ |
H A D | app_mgr_service_inner_test.cpp | 4273 int32_t ret = appMgrServiceInner->PreloadApplication(bundleName, userId, preloadMode, appIndex); in HWTEST_F()
|