Home
last modified time | relevance | path

Searched defs:controller (Results 1 – 6 of 6) sorted by relevance

/test/xts/hats/hdf/audio/idl/effect_additional/src/
Deffect_model_test.cpp348 struct IEffectControl *controller = NULL; variable
359 struct IEffectControl *controller = NULL; variable
395 struct IEffectControl *controller = NULL; variable
405 struct IEffectControl *controller = NULL; variable
423 struct IEffectControl *controller = NULL; variable
441 struct IEffectControl *controller = NULL; variable
818 struct IEffectControl *controller = NULL; variable
841 struct IEffectControl *controller = NULL; variable
859 struct IEffectControl *controller = NULL; variable
880 struct IEffectControl *controller = NULL; variable
[all …]
/test/xts/hats/hdf/audio/idl/effect/src/
Deffect_model_test.cpp168 struct IEffectControl *controller = NULL; variable
189 struct IEffectControl *controller = NULL; variable
212 struct IEffectControl *controller = NULL; variable
/test/testfwk/arkxtest/uitest/server/
Dserver_main.cpp186 auto controller = SysUiController(); in ScreenCap() local
271 auto controller = make_unique<SysUiController>(); in UiRecord() local
300 auto controller = make_unique<SysUiController>(); in UiInput() local
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/Dialog/
Ddialog_model.h28 ArkUIDialogHandle controller = nullptr; member
/test/xts/dcts/multimedia/avsessionserver/entry/src/main/ets/serviceability/
DServiceAbility.ts95 let controller; variable
/test/testfwk/arkxtest/uitest/core/
Dui_driver.cpp46 void UiDriver::RegisterController(std::unique_ptr<UiController> controller) in RegisterController()