Home
last modified time | relevance | path

Searched refs:CreatCommandToSendData (Results 1 - 5 of 5) sorted by relevance

/ide/tools/previewer/cli/
H A DCommandLineInterface.h41 void CreatCommandToSendData(const std::string, const Json2::Value&, const std::string) const;
H A DCommandLineInterface.cpp255 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 DVirtualScreenImpl.cpp243 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 DCommandLineInterfaceTest.cpp320 CommandLineInterface::GetInstance().CreatCommandToSendData("aaaa", val, "set"); in TEST()
355 CommandLineInterface::GetInstance().CreatCommandToSendData("LoadContent", val, "get"); in TEST()
/ide/tools/previewer/jsapp/rich/
H A DJsAppImpl.cpp1001 CommandLineInterface::GetInstance().CreatCommandToSendData("AvoidAreaChanged", val, "get"); in UpdateAvoidArea2Ide()

Completed in 4 milliseconds