Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dobserver_handler.cpp137 CHECK_NULL_VOID(tabContentStateHandleFunc_); in NotifyTabContentStateUpdate()
138 tabContentStateHandleFunc_(info); in NotifyTabContentStateUpdate()
307 tabContentStateHandleFunc_ = func; in SetHandleTabContentStateUpdateFunc()
H A Dobserver_handler.h196 TabContentStateHandleFunc tabContentStateHandleFunc_ = nullptr; variable