Home
last modified time | relevance | path

Searched refs:GetStackCount (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_ability_component_controller.cpp28 …yComponentController>::CustomMethod("getStackCount", &JSAbilityComponentController::GetStackCount); in JSBind()
62 void JSAbilityComponentController::GetStackCount(const JSCallbackInfo& args) in GetStackCount() function in OHOS::Ace::Framework::JSAbilityComponentController
65 auto stackCount = controller_->GetStackCount(); in GetStackCount()
H A Djs_ability_component_controller.h37 void GetStackCount(const JSCallbackInfo& args);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/ability_component/
H A Dability_component_controller.h47 int32_t GetStackCount() const in GetStackCount() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/ability_component/resource/
H A Dability_component_delegate.h63 int32_t GetStackCount();
H A Dability_component_delegate.cpp80 return delegate->GetStackCount(); in InitControllerImpl()
371 int32_t AbilityComponentDelegate::GetStackCount() in GetStackCount() function in OHOS::Ace::AbilityComponentDelegate