Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/tab_bar/
H A Drender_tab_content.h44 using UpdateIndexFunc = std::function<void(int32_t index)>; variable
45 void RegisterCallback(const UpdateIndexFunc& callback) in RegisterCallback()
50 void RegisterRequireCallback(const UpdateIndexFunc& callback) in RegisterRequireCallback()
239 UpdateIndexFunc callback_;
240 UpdateIndexFunc requireCallback_;
H A Drender_tab_bar.h41 using UpdateIndexFunc = std::function<void(int32_t index)>; variable
42 void RegisterCallback(const UpdateIndexFunc& callback) in RegisterCallback()
200 UpdateIndexFunc callback_;