Home
last modified time | relevance | path

Searched defs:socket (Results 1 - 8 of 8) sorted by relevance

/ide/tools/previewer/util/
H A DTraceTool.h37 std::unique_ptr<LocalSocket> socket; member in TraceTool
/ide/tools/previewer/cli/
H A DCommandLineInterface.h50 std::unique_ptr<LocalSocket> socket; member in CommandLineInterface
H A DCommandLineFactory.cpp77 CreateCommandLine(std::string command, CommandLine::CommandType type, const Json2::Value& val, const LocalSocket& socket) CreateCommandLine() argument
103 CreateObject(CommandLine::CommandType type, const Json2::Value& args, const LocalSocket& socket) CreateObject() argument
H A DCommandLine.cpp39 CommandLine::CommandLine(CommandType commandType, const Json2::Value& arg, const LocalSocket& socket) in CommandLine() argument
209 TouchPressCommand::TouchPressCommand(CommandType commandType, const Json2::Value& arg, const LocalSocket& socket) in TouchPressCommand() argument
238 MouseWheelCommand::MouseWheelCommand(CommandType commandType, const Json2::Value& arg, const LocalSocket& socket) in MouseWheelCommand() argument
272 TouchReleaseCommand::TouchReleaseCommand(CommandType commandType, const Json2::Value& arg, const LocalSocket& socket) in TouchReleaseCommand() argument
312 TouchMoveCommand::TouchMoveCommand(CommandType commandType, const Json2::Value& arg, const LocalSocket& socket) in TouchMoveCommand() argument
333 PowerCommand(CommandType commandType, const Json2::Value& arg, const LocalSocket& socket) PowerCommand() argument
369 VolumeCommand(CommandType commandType, const Json2::Value& arg, const LocalSocket& socket) VolumeCommand() argument
391 BarometerCommand(CommandType commandType, const Json2::Value& arg, const LocalSocket& socket) BarometerCommand() argument
427 ResolutionSwitchCommand(CommandType commandType, const Json2::Value& arg, const LocalSocket& socket) ResolutionSwitchCommand() argument
495 OrientationCommand(CommandType commandType, const Json2::Value& arg, const LocalSocket& socket) OrientationCommand() argument
524 ColorModeCommand(CommandType commandType, const Json2::Value& arg, const LocalSocket& socket) ColorModeCommand() argument
555 FontSelectCommand(CommandType commandType, const Json2::Value& arg, const LocalSocket& socket) FontSelectCommand() argument
575 MemoryRefreshCommand(CommandType commandType, const Json2::Value& arg, const LocalSocket& socket) MemoryRefreshCommand() argument
597 LoadDocumentCommand(CommandType commandType, const Json2::Value& arg, const LocalSocket& socket) LoadDocumentCommand() argument
674 ReloadRuntimePageCommand(CommandType commandType, const Json2::Value& arg, const LocalSocket& socket) ReloadRuntimePageCommand() argument
698 CurrentRouterCommand(CommandType commandType, const Json2::Value& arg, const LocalSocket& socket) CurrentRouterCommand() argument
712 LoadContentCommand(CommandType commandType, const Json2::Value& arg, const LocalSocket& socket) LoadContentCommand() argument
726 LanguageCommand(CommandType commandType, const Json2::Value& arg, const LocalSocket& socket) LanguageCommand() argument
774 SupportedLanguagesCommand(CommandType commandType, const Json2::Value& arg, const LocalSocket& socket) SupportedLanguagesCommand() argument
801 LocationCommand(CommandType commandType, const Json2::Value& arg, const LocalSocket& socket) LocationCommand() argument
854 DistributedCommunicationsCommand(CommandType commandType, const Json2::Value& arg, const LocalSocket& socket) DistributedCommunicationsCommand() argument
896 KeepScreenOnStateCommand(CommandType commandType, const Json2::Value& arg, const LocalSocket& socket) KeepScreenOnStateCommand() argument
932 WearingStateCommand(CommandType commandType, const Json2::Value& arg, const LocalSocket& socket) WearingStateCommand() argument
965 BrightnessModeCommand(CommandType commandType, const Json2::Value& arg, const LocalSocket& socket) BrightnessModeCommand() argument
1004 ChargeModeCommand(CommandType commandType, const Json2::Value& arg, const LocalSocket& socket) ChargeModeCommand() argument
1043 BrightnessCommand(CommandType commandType, const Json2::Value& arg, const LocalSocket& socket) BrightnessCommand() argument
1083 HeartRateCommand(CommandType commandType, const Json2::Value& arg, const LocalSocket& socket) HeartRateCommand() argument
1126 StepCountCommand(CommandType commandType, const Json2::Value& arg, const LocalSocket& socket) StepCountCommand() argument
1166 InspectorJSONTree(CommandType commandType, const Json2::Value& arg, const LocalSocket& socket) InspectorJSONTree() argument
1182 InspectorDefault(CommandType commandType, const Json2::Value& arg, const LocalSocket& socket) InspectorDefault() argument
1195 ExitCommand(CommandType commandType, const Json2::Value& arg, const LocalSocket& socket) ExitCommand() argument
1209 DeviceTypeCommand(CommandLine::CommandType commandType, const Json2::Value& arg, const LocalSocket& socket) DeviceTypeCommand() argument
1218 ResolutionCommand(CommandLine::CommandType commandType, const Json2::Value& arg, const LocalSocket& socket) ResolutionCommand() argument
1227 BackClickedCommand(CommandLine::CommandType commandType, const Json2::Value& arg, const LocalSocket& socket) BackClickedCommand() argument
1242 RestartCommand(CommandLine::CommandType commandType, const Json2::Value& arg, const LocalSocket& socket) RestartCommand() argument
1255 FastPreviewMsgCommand(CommandType commandType, const Json2::Value& arg, const LocalSocket& socket) FastPreviewMsgCommand() argument
1269 DropFrameCommand(CommandType commandType, const Json2::Value& arg, const LocalSocket& socket) DropFrameCommand() argument
1355 KeyPressCommand(CommandType commandType, const Json2::Value& arg, const LocalSocket& socket) KeyPressCommand() argument
1447 PointEventCommand(CommandType commandType, const Json2::Value& arg, const LocalSocket& socket) PointEventCommand() argument
1483 FoldStatusCommand(CommandType commandType, const Json2::Value& arg, const LocalSocket& socket) FoldStatusCommand() argument
1525 AvoidAreaCommand(CommandType commandType, const Json2::Value& arg, const LocalSocket& socket) AvoidAreaCommand() argument
1593 AvoidAreaChangedCommand(CommandType commandType, const Json2::Value& arg, const LocalSocket& socket) AvoidAreaChangedCommand() argument
[all...]
/ide/tools/previewer/test/unittest/cli/
H A DCommandLineFactoryTest.cpp42 std::unique_ptr<LocalSocket> socket = std::make_unique<LocalSocket>(); in TEST() local
H A DCommandLineTest.cpp36 static std::unique_ptr<LocalSocket> socket; member in __anon21::CommandLineTest
67 std::unique_ptr<LocalSocket> CommandLineTest::socket = nullptr; member in __anon21::CommandLineTest
[all...]
/ide/tools/previewer/test/unittest/mock_lite/
H A DVirtualScreenImplTest.cpp50 static std::unique_ptr<LocalSocket> socket; member in __anon48::VirtualScreenImplTest
57 std::unique_ptr<LocalSocket> VirtualScreenImplTest::socket = nullptr; member in __anon48::VirtualScreenImplTest
/ide/tools/previewer/test/unittest/mock/
H A DVirtualScreenImplTest.cpp55 static std::unique_ptr<LocalSocket> socket; member in __anon31::VirtualScreenImplTest
62 std::unique_ptr<LocalSocket> VirtualScreenImplTest::socket = nullptr; member in __anon31::VirtualScreenImplTest

Completed in 7 milliseconds