Searched defs:socket (Results 1 – 8 of 8) sorted by relevance
| /ide/tools/previewer/cli/ |
| D | CommandLine.cpp | 39 …mmandLine::CommandLine(CommandType commandType, const Json2::Value& arg, const LocalSocket& socket) in CommandLine() 209 …and::TouchPressCommand(CommandType commandType, const Json2::Value& arg, const LocalSocket& socket) in TouchPressCommand() 238 …and::MouseWheelCommand(CommandType commandType, const Json2::Value& arg, const LocalSocket& socket) in MouseWheelCommand() 272 …d::TouchReleaseCommand(CommandType commandType, const Json2::Value& arg, const LocalSocket& socket) in TouchReleaseCommand() 312 …mand::TouchMoveCommand(CommandType commandType, const Json2::Value& arg, const LocalSocket& socket) in TouchMoveCommand() 333 …rCommand::PowerCommand(CommandType commandType, const Json2::Value& arg, const LocalSocket& socket) in PowerCommand() 369 …Command::VolumeCommand(CommandType commandType, const Json2::Value& arg, const LocalSocket& socket) in VolumeCommand() 391 …mand::BarometerCommand(CommandType commandType, const Json2::Value& arg, const LocalSocket& socket) in BarometerCommand() 429 const LocalSocket& socket) in ResolutionSwitchCommand() 495 …nd::OrientationCommand(CommandType commandType, const Json2::Value& arg, const LocalSocket& socket) in OrientationCommand() [all …]
|
| D | CommandLineFactory.cpp | 78 CommandLine::CommandType type, const Json2::Value& val, const LocalSocket& socket) in CreateCommandLine() 104 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 | 42 std::unique_ptr<LocalSocket> socket = std::make_unique<LocalSocket>(); in TEST() local
|
| D | CommandLineTest.cpp | 36 static std::unique_ptr<LocalSocket> socket; member in __anon8714a1710111::CommandLineTest 67 std::unique_ptr<LocalSocket> CommandLineTest::socket = nullptr; member in __anon8714a1710111::CommandLineTest
|
| /ide/tools/previewer/test/unittest/mock_lite/ |
| D | VirtualScreenImplTest.cpp | 50 static std::unique_ptr<LocalSocket> socket; member in __anon083ca9a20111::VirtualScreenImplTest 57 std::unique_ptr<LocalSocket> VirtualScreenImplTest::socket = nullptr; member in __anon083ca9a20111::VirtualScreenImplTest
|
| /ide/tools/previewer/test/unittest/mock/ |
| D | VirtualScreenImplTest.cpp | 55 static std::unique_ptr<LocalSocket> socket; member in __anon58caeb150111::VirtualScreenImplTest 62 std::unique_ptr<LocalSocket> VirtualScreenImplTest::socket = nullptr; member in __anon58caeb150111::VirtualScreenImplTest
|