Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dobserver_handler.h171 using TabContentStateHandleFunc = void (*)(const TabContentInfo&); variable
185 void SetHandleTabContentStateUpdateFunc(TabContentStateHandleFunc func);
196 TabContentStateHandleFunc tabContentStateHandleFunc_ = nullptr;
H A Dobserver_handler.cpp305 void UIObserverHandler::SetHandleTabContentStateUpdateFunc(TabContentStateHandleFunc func) in SetHandleTabContentStateUpdateFunc()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/tabs/
H A Dtabs_event_test_ng.cpp1447 UIObserverHandler::TabContentStateHandleFunc func = [](const TabContentInfo& info) { in __anon655b7e4a1e02()