Home
last modified time | relevance | path

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

/test/xts/hats/hdf/audio/idl/effect_additional/src/
Deffect_model_test.cpp351 struct IEffectControl *controller = NULL; variable
362 struct IEffectControl *controller = NULL; variable
398 struct IEffectControl *controller = NULL; variable
408 struct IEffectControl *controller = NULL; variable
426 struct IEffectControl *controller = NULL; variable
444 struct IEffectControl *controller = NULL; variable
821 struct IEffectControl *controller = NULL; variable
844 struct IEffectControl *controller = NULL; variable
862 struct IEffectControl *controller = NULL; variable
883 struct IEffectControl *controller = NULL; variable
[all …]
/test/xts/hats/hdf/audio/idl/effect/src/
Deffect_model_test.cpp171 struct IEffectControl *controller = NULL; variable
192 struct IEffectControl *controller = NULL; variable
215 struct IEffectControl *controller = NULL; variable
/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/server/
Dserver_main.cpp313 auto controller = SysUiController(); in ScreenCap() local
417 auto controller = make_unique<SysUiController>(); in UiRecord() local
449 auto controller = make_unique<SysUiController>(); in UiInput() local
/test/xts/acts/web/DFX/log_dotting_nine/entry/src/main/cpp/
Dnapi_init.cpp32 static ArkWeb_ControllerAPI *controller = nullptr; variable
/test/testfwk/xdevice/src/xdevice/_core/
Dconstants.py266 controller = "controller" variable in ModeType
505 controller = "controller" variable in Cluster
/test/xts/acts/web/application_interworking/inject_javascript/inject_javascript_two/entry/src/main/cpp/
Dhello.cpp28 ArkWeb_ControllerAPI *controller = nullptr; variable
/test/testfwk/arkxtest/uitest/core/
Dui_driver.cpp46 void UiDriver::RegisterController(std::unique_ptr<UiController> controller) in RegisterController()