/ohos5.0/foundation/ai/ai_engine/services/common/platform/threadpool/source/ |
H A D | thread.cpp | 89 if (worker_ != nullptr && worker_->GetStackSize() > 0) { in StartThread() 90 stackSize = worker_->GetStackSize(); in StartThread()
|
/ohos5.0/foundation/ai/ai_engine/services/common/platform/threadpool/include/ |
H A D | thread.h | 82 virtual size_t GetStackSize() in GetStackSize() function
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/frontend/ |
H A D | cj_page_router.h | 36 int32_t GetStackSize() const override;
|
H A D | cj_page_router_abstract.cpp | 29 if (GetStackSize() == 1) { in PopWithExitCheck()
|
H A D | cj_page_router_ng.h | 42 int32_t GetStackSize() const override;
|
H A D | cj_page_router_abstract.h | 59 virtual int32_t GetStackSize() const = 0;
|
H A D | cj_page_router.cpp | 161 int32_t CJPageRouter::GetStackSize() const in GetStackSize() function in OHOS::Ace::Framework::CJPageRouter 339 if (GetStackSize() == 1) { in OnPopPage()
|
H A D | cj_frontend_abstract.h | 157 return pageRouterManager_->GetStackSize(); in GetRouterSize()
|
H A D | cj_page_router_ng.cpp | 283 int32_t CJPageRouterNG::GetStackSize() const in GetStackSize() function in OHOS::Ace::Framework::CJPageRouterNG
|
/ohos5.0/foundation/ai/ai_engine/test/common/threadpool/ |
H A D | thread_pool_test.cpp | 122 ASSERT_EQ(worker.GetStackSize(), THREAD_DEFAULT_STACK_SIZE);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ng/ |
H A D | page_router_manager.cpp | 169 if (GetStackSize() >= MAX_ROUTER_STACK_SIZE) { in RunPageByNamedRouterInner() 287 if (GetStackSize() >= MAX_ROUTER_STACK_SIZE) { in PushNamedRouteInner() 605 int32_t PageRouterManager::GetStackSize() const in GetStackSize() function in OHOS::Ace::NG::PageRouterManager 649 index != (GetStackSize() + 1) /* in case the page is on popping */) { in GetPageInfoByIndex() 730 index != (GetStackSize() + 1) /* in case the page is on popping */) { in GetStateByIndex() 1136 if (GetStackSize() >= MAX_ROUTER_STACK_SIZE) { in PushOhmUrl() 1197 if (GetStackSize() >= MAX_ROUTER_STACK_SIZE && !context->GetForceSplitEnable()) { in StartPush() 2042 if (index > GetStackSize() || index <= 0) { in CheckIndexValid()
|
H A D | declarative_frontend_ng.cpp | 343 return delegate_->GetStackSize(); in GetRouterSize() 494 if (delegate_->GetStackSize() == 1 && isSubWindow_) { in CallRouterBack()
|
H A D | page_router_manager.h | 161 int32_t GetStackSize() const;
|
H A D | frontend_delegate_declarative_ng.h | 117 int32_t GetStackSize() const override;
|
H A D | frontend_delegate_declarative_ng.cpp | 470 int32_t FrontendDelegateDeclarativeNG::GetStackSize() const in GetStackSize() function in OHOS::Ace::Framework::FrontendDelegateDeclarativeNG 473 return pageRouterManager_->GetStackSize(); in GetStackSize()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/ |
H A D | frontend_delegate.h | 101 virtual int32_t GetStackSize() const = 0; 105 return GetStackSize(); in GetCurrentPageIndex()
|
H A D | frontend_delegate_impl.h | 239 int32_t GetStackSize() const override;
|
H A D | frontend_delegate_impl.cpp | 755 int32_t FrontendDelegateImpl::GetStackSize() const in GetStackSize() function in OHOS::Ace::Framework::FrontendDelegateImpl 1547 if (delegate->GetStackSize() == 1) { in PopPage()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/modules/ |
H A D | jsi_router_module.cpp | 134 int32_t routeLength = delegate->GetStackSize(); in PageGetLength()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ |
H A D | declarative_frontend.cpp | 814 return delegate_->GetStackSize(); in Initialize() 1071 if (delegate_->GetStackSize() == 1 && isSubWindow_) { in Initialize() 1123 int32_t stackSize = delegate_->GetStackSize(); in Initialize()
|
H A D | frontend_delegate_declarative.h | 169 int32_t GetStackSize() const override;
|
H A D | frontend_delegate_declarative.cpp | 1001 int32_t FrontendDelegateDeclarative::GetStackSize() const in GetStackSize() function in OHOS::Ace::Framework::FrontendDelegateDeclarative 1008 return pageRouterManager_->GetStackSize(); in GetStackSize() 2622 if (delegate->GetStackSize() == 1) { in PopPage() 2678 if (delegate->GetStackSize() == 1) { in RestorePopPage()
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/plugin/mock/ |
H A D | mock_plugin_frontend_delegate.cpp | 185 int32_t PluginFrontendDelegate::GetStackSize() const in GetStackSize() function in OHOS::Ace::Framework::PluginFrontendDelegate
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/plugin_frontend/ |
H A D | plugin_frontend_delegate.h | 131 int32_t GetStackSize() const override;
|
H A D | plugin_frontend_delegate.cpp | 786 int32_t PluginFrontendDelegate::GetStackSize() const in GetStackSize() function in OHOS::Ace::Framework::PluginFrontendDelegate 1376 if (delegate->GetStackSize() == 1) { in PopPage()
|