Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/include/base/
H A Ddft_impl.h34 typedef void (*PageInfoFunc)(const Param param); typedef
47 void RegisterPageChangedCallback(PageInfoFunc pageInfoFunc);
69 PageInfoFunc pageInfoFunc_;
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/base/
H A Ddft_impl.cpp60 void DftImpl::RegisterPageChangedCallback(PageInfoFunc pageInfoFunc) in RegisterPageChangedCallback()