Searched refs:LocationCommand (Results 1 - 4 of 4) sorted by relevance
| /ide/tools/previewer/cli/ |
| H A D | CommandLine.h | 309 class LocationCommand : public CommandLine { class 311 LocationCommand(CommandType commandType, const Json2::Value& arg, const LocalSocket& socket); 312 ~LocationCommand() override {}
|
| H A D | CommandLineFactory.cpp | 55 typeMap["Location"] = &CommandLineFactory::CreateObject<LocationCommand>; in InitCommandMap()
|
| H A D | CommandLine.cpp | 801 LocationCommand::LocationCommand(CommandType commandType, const Json2::Value& arg, const LocalSocket& socket) in LocationCommand() function in LocationCommand 806 bool LocationCommand::IsSetArgValid() const in IsSetArgValid() 821 ELOG("LocationCommand invalid latitude value: %f", atof(latitude.data())); in IsSetArgValid() 826 ELOG("LocationCommand invalid longitude value: %f", atof(longitude.data())); in IsSetArgValid() 832 void LocationCommand::RunGet() in RunGet() 843 void LocationCommand::RunSet() in RunSet()
|
| /ide/tools/previewer/test/unittest/cli/ |
| H A D | CommandLineTest.cpp | 881 LocationCommand command0(type, args0, *socket); in TEST_F() 887 LocationCommand command1(type, args1, *socket); in TEST_F() 893 LocationCommand command2(type, args1, *socket); in TEST_F() 898 LocationCommand command3(type, args1, *socket); in TEST_F() 904 LocationCommand command4(type, args1, *socket); in TEST_F() 909 LocationCommand command5(type, args1, *socket); in TEST_F() 920 LocationCommand command1(type, args1, *socket); in TEST_F() 932 LocationCommand command2(type, args2, *socket); in TEST_F()
|
Completed in 8 milliseconds