HomeSort by relevance Sort by last modified time
    Searched refs:command_processor (Results 1 - 21 of 21) sorted by null

  /test/framework/harnesses/host_controller/command_processor/
command_exit.py 17 from host_controller.command_processor import base_command_processor
command_copy.py 20 from host_controller.command_processor import base_command_processor
command_info.py 19 from host_controller.command_processor import base_command_processor
command_lease.py 17 from host_controller.command_processor import base_command_processor
command_request.py 17 from host_controller.command_processor import base_command_processor
command_acloud.py 20 from host_controller.command_processor import base_command_processor
command_list.py 17 from host_controller.command_processor import base_command_processor
command_retry.py 19 from host_controller.command_processor import base_command_processor
command_upload.py 22 from host_controller.command_processor import base_command_processor
command_fetch.py 20 from host_controller.command_processor import base_command_processor
command_gsispl.py 23 from host_controller.command_processor import base_command_processor
command_build.py 26 from host_controller.command_processor import base_command_processor
command_config.py 28 from host_controller.command_processor import base_command_processor
command_device.py 26 from host_controller.command_processor import base_command_processor
command_flash.py 23 from host_controller.command_processor import base_command_processor
command_test.py 27 from host_controller.command_processor import base_command_processor
  /system/connectivity/wifilogd/
main_loop.h 25 #include "wifilogd/command_processor.h"
36 std::unique_ptr<CommandProcessor> command_processor);
main_loop.cpp 42 std::unique_ptr<CommandProcessor> command_processor)
43 : os_(std::move(os)), command_processor_(std::move(command_processor)) {
Android.mk 35 command_processor.cpp \
  /test/framework/harnesses/host_controller/
console.py 32 from host_controller.command_processor import command_build
33 from host_controller.command_processor import command_config
34 from host_controller.command_processor import command_copy
35 from host_controller.command_processor import command_device
36 from host_controller.command_processor import command_exit
37 from host_controller.command_processor import command_fetch
38 from host_controller.command_processor import command_flash
39 from host_controller.command_processor import command_gsispl
40 from host_controller.command_processor import command_info
41 from host_controller.command_processor import command_leas
    [all...]
  /system/connectivity/wifilogd/tests/
main_loop_unittest.cpp 127 auto command_processor = std::make_unique<StrictMock<MockCommandProcessor>>(); local
131 MainLoop(kFakeSocketName, std::move(os), std::move(command_processor)),

Completed in 767 milliseconds