Home
last modified time | relevance | path

Searched refs:SetSupportedProcessCacheSelf (Results 1 – 25 of 25) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/include/
H A Djs_application_context_utils.h56 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 Dapplication_context.h140 int32_t SetSupportedProcessCacheSelf(bool isSupport);
H A Djs_application_context_utils.h126 static napi_value SetSupportedProcessCacheSelf(napi_env env, napi_callback_info info);
H A Dcontext_impl.h389 int32_t SetSupportedProcessCacheSelf(bool isSupport);
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/appkit/ability_runtime/context/
H A Dapplication_context.cpp840 int32_t ApplicationContext::SetSupportedProcessCacheSelf(bool isSupport) in SetSupportedProcessCacheSelf() function in OHOS::AbilityRuntime::ApplicationContext
843 return contextImpl_->SetSupportedProcessCacheSelf(isSupport); in SetSupportedProcessCacheSelf()
H A Djs_application_context_utils.cpp1586 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 Dcontext_impl.cpp1424 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 Dapp_mgr_interface.h743 virtual int32_t SetSupportedProcessCacheSelf(bool isSupport) = 0;
H A Dapp_mgr_client.h801 int32_t SetSupportedProcessCacheSelf(bool isSupport);
H A Dapp_mgr_proxy.h648 int32_t SetSupportedProcessCacheSelf(bool isSupport) override;
/ohos5.0/foundation/ability/ability_runtime/test/unittest/app_mgr_service_test/
H A Dapp_mgr_service_test.cpp1695 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 Dmock_app_mgr_service.h88 MOCK_METHOD1(SetSupportedProcessCacheSelf, int32_t(bool isSupported));
/ohos5.0/foundation/ability/ability_runtime/test/mock/services_appmgr_test/include/
H A Dmock_app_mgr_service.h111 MOCK_METHOD1(SetSupportedProcessCacheSelf, int32_t(bool isSupport));
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/include/
H A Dapp_mgr_service.h567 int32_t SetSupportedProcessCacheSelf(bool isSupport) override;
H A Dapp_mgr_service_inner.h1184 int32_t SetSupportedProcessCacheSelf(bool isSupport);
/ohos5.0/foundation/ability/ability_runtime/test/unittest/app_mgr_stub_test/
H A Dapp_mgr_stub_test.cpp653 EXPECT_CALL(*mockAppMgrService_, SetSupportedProcessCacheSelf(_)).Times(1);
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/src/appmgr/
H A Dapp_mgr_client.cpp1269 int32_t AppMgrClient::SetSupportedProcessCacheSelf(bool isSupport) in SetSupportedProcessCacheSelf() function in OHOS::AppExecFwk::AppMgrClient
1277 return service->SetSupportedProcessCacheSelf(isSupport); in SetSupportedProcessCacheSelf()
H A Dapp_mgr_stub.cpp1589 auto ret = SetSupportedProcessCacheSelf(isSupport); in HandleSetSupportedProcessCacheSelf()
H A Dapp_mgr_proxy.cpp1878 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 Dapp_mgr_proxy_test.cpp656 appMgrProxy_->SetSupportedProcessCacheSelf(isSupported);
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/src/
H A Dapp_mgr_service.cpp1617 int32_t AppMgrService::SetSupportedProcessCacheSelf(bool isSupport) in SetSupportedProcessCacheSelf() function in OHOS::AppExecFwk::AppMgrService
1624 return appMgrServiceInner_->SetSupportedProcessCacheSelf(isSupport); in SetSupportedProcessCacheSelf()
H A Dapp_mgr_service_inner.cpp7626 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 Dapplication_context_test.cpp1268 int32_t res = context_->SetSupportedProcessCacheSelf(isSupport);
/ohos5.0/foundation/ability/ability_runtime/test/unittest/app_mgr_client_test/
H A Dapp_mgr_client_test.cpp1301 int32_t ret = appMgrClient->SetSupportedProcessCacheSelf(isSupport);
/ohos5.0/foundation/ability/ability_runtime/test/unittest/app_mgr_service_inner_test/
H A Dapp_mgr_service_inner_test.cpp4239 EXPECT_EQ(appMgrServiceInner->SetSupportedProcessCacheSelf(isSupported), ERR_INVALID_VALUE);
4242 EXPECT_EQ(appMgrServiceInner->SetSupportedProcessCacheSelf(isSupported), ERR_NO_INIT);