Searched defs:socket (Results 1 – 7 of 7) sorted by relevance
| /ide/tools/previewer/cli/ |
| D | CommandLine.cpp | 41 …mmandLine::CommandLine(CommandType commandType, const Json2::Value& arg, const LocalSocket& socket) in CommandLine() 211 …and::TouchPressCommand(CommandType commandType, const Json2::Value& arg, const LocalSocket& socket) in TouchPressCommand() 240 …and::MouseWheelCommand(CommandType commandType, const Json2::Value& arg, const LocalSocket& socket) in MouseWheelCommand() 274 …d::TouchReleaseCommand(CommandType commandType, const Json2::Value& arg, const LocalSocket& socket) in TouchReleaseCommand() 314 …mand::TouchMoveCommand(CommandType commandType, const Json2::Value& arg, const LocalSocket& socket) in TouchMoveCommand() 335 …rCommand::PowerCommand(CommandType commandType, const Json2::Value& arg, const LocalSocket& socket) in PowerCommand() 371 …Command::VolumeCommand(CommandType commandType, const Json2::Value& arg, const LocalSocket& socket) in VolumeCommand() 393 …mand::BarometerCommand(CommandType commandType, const Json2::Value& arg, const LocalSocket& socket) in BarometerCommand() 431 const LocalSocket& socket) in ResolutionSwitchCommand() 497 …nd::OrientationCommand(CommandType commandType, const Json2::Value& arg, const LocalSocket& socket) in OrientationCommand() [all …]
|
| D | CommandLineFactory.cpp | 82 const LocalSocket& socket) in CreateCommandLine() 108 … const Json2::Value& args, const LocalSocket& socket) in CreateObject()
|
| D | CommandLineInterface.h | 50 std::unique_ptr<LocalSocket> socket; variable
|
| /ide/tools/previewer/util/ |
| D | TraceTool.h | 37 std::unique_ptr<LocalSocket> socket; variable
|
| /ide/tools/previewer/test/unittest/cli/ |
| D | CommandLineFactoryTest.cpp | 43 std::unique_ptr<LocalSocket> socket = std::make_unique<LocalSocket>(); in TEST() local
|
| D | CommandLineTest.cpp | 37 static std::unique_ptr<LocalSocket> socket; member in __anon8473820f0111::CommandLineTest 68 std::unique_ptr<LocalSocket> CommandLineTest::socket = nullptr; member in __anon8473820f0111::CommandLineTest
|
| /ide/tools/previewer/test/unittest/mock/ |
| D | VirtualScreenImplTest.cpp | 55 static std::unique_ptr<LocalSocket> socket; member in __anon4b4f2df30111::VirtualScreenImplTest 62 std::unique_ptr<LocalSocket> VirtualScreenImplTest::socket = nullptr; member in __anon4b4f2df30111::VirtualScreenImplTest
|