Home
last modified time | relevance | path

Searched refs:delegate (Results 1 - 2 of 2) sorted by relevance

/test/ostest/wukong/input_factory/src/
H A Dcomponent_input.cpp215 auto delegate = SceneDelegate::GetInstance(); in OrderInput() local
222 result = delegate->ChooseScene(false); in OrderInput()
228 if (delegate->IsBackToPrePage()) { in OrderInput()
253 componentInputMsg->pageComponments = delegate->GetComponentTypeList(); in OrderInput()
254 componentInputMsg->pageId_ = delegate->GetCurrentPageId(); in OrderInput()
274 auto delegate = SceneDelegate::GetInstance(); in RandomInput() local
275 delegate->ChooseScene(true); in RandomInput()
279 DEBUG_LOG_STR("back: %d", delegate->IsBackToPrePage()); in RandomInput()
280 if (delegate->IsBackToPrePage()) { in RandomInput()
300 componentInputMsg->pageComponments = delegate in RandomInput()
324 auto delegate = FocusSceneDelegate::GetInstance(); FocusInput() local
[all...]
/test/xts/acts/multimedia/image_effect/OHImageEffectNDK/entry/src/main/cpp/
H A Deffect_filter_test.cpp1082 ImageEffect_FilterDelegate delegate = { in OHEffectFilterRegister() local
1094 code = OH_EffectFilter_Register(filterInfo, &delegate); in OHEffectFilterRegister()
1097 code = OH_EffectFilter_Register(nullptr, &delegate); in OHEffectFilterRegister()

Completed in 5 milliseconds