/ohos5.0/foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/include/ |
H A D | js_application_context_utils.h | 56 static napi_value SetSupportedProcessCacheSelf(napi_env env, napi_callback_info info);
|
/ohos5.0/foundation/ability/ability_runtime/interfaces/kits/native/appkit/ability_runtime/context/ |
H A D | application_context.h | 140 int32_t SetSupportedProcessCacheSelf(bool isSupport);
|
H A D | js_application_context_utils.h | 126 static napi_value SetSupportedProcessCacheSelf(napi_env env, napi_callback_info info);
|
H A D | context_impl.h | 389 int32_t SetSupportedProcessCacheSelf(bool isSupport);
|
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/appkit/ability_runtime/context/ |
H A D | application_context.cpp | 840 int32_t ApplicationContext::SetSupportedProcessCacheSelf(bool isSupport) in SetSupportedProcessCacheSelf() function in OHOS::AbilityRuntime::ApplicationContext 843 return contextImpl_->SetSupportedProcessCacheSelf(isSupport); in SetSupportedProcessCacheSelf()
|
H A D | js_application_context_utils.cpp | 1586 napi_value JsApplicationContextUtils::SetSupportedProcessCacheSelf(napi_env env, napi_callback_info… in SetSupportedProcessCacheSelf() function in OHOS::AbilityRuntime::JsApplicationContextUtils 1617 int32_t errCode = applicationContext->SetSupportedProcessCacheSelf(isSupport); in OnSetSupportedProcessCacheSelf() 1684 JsApplicationContextUtils::SetSupportedProcessCacheSelf); in BindNativeApplicationContextTwo()
|
H A D | context_impl.cpp | 1424 int32_t ContextImpl::SetSupportedProcessCacheSelf(bool isSupport) in SetSupportedProcessCacheSelf() function in OHOS::AbilityRuntime::ContextImpl 1432 return appMgrClient->SetSupportedProcessCacheSelf(isSupport); in SetSupportedProcessCacheSelf()
|
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/include/appmgr/ |
H A D | app_mgr_interface.h | 743 virtual int32_t SetSupportedProcessCacheSelf(bool isSupport) = 0;
|
H A D | app_mgr_client.h | 801 int32_t SetSupportedProcessCacheSelf(bool isSupport);
|
H A D | app_mgr_proxy.h | 648 int32_t SetSupportedProcessCacheSelf(bool isSupport) override;
|
/ohos5.0/foundation/ability/ability_runtime/test/unittest/app_mgr_service_test/ |
H A D | app_mgr_service_test.cpp | 1695 int32_t res = appMgrService->SetSupportedProcessCacheSelf(isSupported); 1717 int32_t res = appMgrService->SetSupportedProcessCacheSelf(false); 1722 res = appMgrService->SetSupportedProcessCacheSelf(false); 1751 res = appMgrService->SetSupportedProcessCacheSelf(false);
|
/ohos5.0/foundation/ability/ability_runtime/test/mock/frameworks_kits_appkit_test/include/ |
H A D | mock_app_mgr_service.h | 88 MOCK_METHOD1(SetSupportedProcessCacheSelf, int32_t(bool isSupported));
|
/ohos5.0/foundation/ability/ability_runtime/test/mock/services_appmgr_test/include/ |
H A D | mock_app_mgr_service.h | 111 MOCK_METHOD1(SetSupportedProcessCacheSelf, int32_t(bool isSupport));
|
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/include/ |
H A D | app_mgr_service.h | 567 int32_t SetSupportedProcessCacheSelf(bool isSupport) override;
|
H A D | app_mgr_service_inner.h | 1184 int32_t SetSupportedProcessCacheSelf(bool isSupport);
|
/ohos5.0/foundation/ability/ability_runtime/test/unittest/app_mgr_stub_test/ |
H A D | app_mgr_stub_test.cpp | 653 EXPECT_CALL(*mockAppMgrService_, SetSupportedProcessCacheSelf(_)).Times(1);
|
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/src/appmgr/ |
H A D | app_mgr_client.cpp | 1269 int32_t AppMgrClient::SetSupportedProcessCacheSelf(bool isSupport) in SetSupportedProcessCacheSelf() function in OHOS::AppExecFwk::AppMgrClient 1277 return service->SetSupportedProcessCacheSelf(isSupport); in SetSupportedProcessCacheSelf()
|
H A D | app_mgr_stub.cpp | 1589 auto ret = SetSupportedProcessCacheSelf(isSupport); in HandleSetSupportedProcessCacheSelf()
|
H A D | app_mgr_proxy.cpp | 1878 int32_t AppMgrProxy::SetSupportedProcessCacheSelf(bool isSupport) in SetSupportedProcessCacheSelf() function in OHOS::AppExecFwk::AppMgrProxy
|
/ohos5.0/foundation/ability/ability_runtime/test/unittest/app_mgr_proxy_test/ |
H A D | app_mgr_proxy_test.cpp | 656 appMgrProxy_->SetSupportedProcessCacheSelf(isSupported);
|
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/src/ |
H A D | app_mgr_service.cpp | 1617 int32_t AppMgrService::SetSupportedProcessCacheSelf(bool isSupport) in SetSupportedProcessCacheSelf() function in OHOS::AppExecFwk::AppMgrService 1624 return appMgrServiceInner_->SetSupportedProcessCacheSelf(isSupport); in SetSupportedProcessCacheSelf()
|
H A D | app_mgr_service_inner.cpp | 7626 int32_t AppMgrServiceInner::SetSupportedProcessCacheSelf(bool isSupport) in NotifyAppFaultBySA() function in OHOS::AppExecFwk::AppMgrServiceInner
|
/ohos5.0/foundation/ability/ability_runtime/test/unittest/application_context_test/ |
H A D | application_context_test.cpp | 1268 int32_t res = context_->SetSupportedProcessCacheSelf(isSupport);
|
/ohos5.0/foundation/ability/ability_runtime/test/unittest/app_mgr_client_test/ |
H A D | app_mgr_client_test.cpp | 1301 int32_t ret = appMgrClient->SetSupportedProcessCacheSelf(isSupport);
|
/ohos5.0/foundation/ability/ability_runtime/test/unittest/app_mgr_service_inner_test/ |
H A D | app_mgr_service_inner_test.cpp | 4239 EXPECT_EQ(appMgrServiceInner->SetSupportedProcessCacheSelf(isSupported), ERR_INVALID_VALUE); 4242 EXPECT_EQ(appMgrServiceInner->SetSupportedProcessCacheSelf(isSupported), ERR_NO_INIT);
|