Searched refs:CreatCommandToSendData (Results 1 - 5 of 5) sorted by relevance
| /ide/tools/previewer/cli/ |
| H A D | CommandLineInterface.h | 41 void CreatCommandToSendData(const std::string, const Json2::Value&, const std::string) const;
|
| H A D | CommandLineInterface.cpp | 255 void CommandLineInterface::CreatCommandToSendData(const std::string commandName, in CreatCommandToSendData() function in CommandLineInterface 263 ELOG("Unsupported CreatCommandToSendData: %s", commandName.c_str()); in CreatCommandToSendData()
|
| /ide/tools/previewer/mock/rich/ |
| H A D | VirtualScreenImpl.cpp | 243 CommandLineInterface::GetInstance().CreatCommandToSendData("CurrentRouter", val, "get"); in PageCallback() 252 CommandLineInterface::GetInstance().CreatCommandToSendData("LoadContent", val, "get"); in LoadContentCallback() 260 CommandLineInterface::GetInstance().CreatCommandToSendData("FastPreviewMsg", val, "get"); in FastPreviewCallback()
|
| /ide/tools/previewer/test/unittest/cli/ |
| H A D | CommandLineInterfaceTest.cpp | 320 CommandLineInterface::GetInstance().CreatCommandToSendData("aaaa", val, "set"); in TEST() 355 CommandLineInterface::GetInstance().CreatCommandToSendData("LoadContent", val, "get"); in TEST()
|
| /ide/tools/previewer/jsapp/rich/ |
| H A D | JsAppImpl.cpp | 1001 CommandLineInterface::GetInstance().CreatCommandToSendData("AvoidAreaChanged", val, "get"); in UpdateAvoidArea2Ide()
|
Completed in 5 milliseconds