Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/ability_component/
H A Dability_component_controller.h49 if (getStackCountImpl_) { in GetStackCount()
50 return getStackCountImpl_(); in GetStackCount()
67 getStackCountImpl_ = getStackCountImpl; in SetGetStackCountImpl()
73 std::function<int32_t()> getStackCountImpl_; variable