Home
last modified time | relevance | path

Searched refs:ChargeModeCommand (Results 1 - 4 of 4) sorted by relevance

/ide/tools/previewer/cli/
H A DCommandLine.h364 class ChargeModeCommand : public CommandLine { class
366 ChargeModeCommand(CommandType commandType, const Json2::Value& arg, const LocalSocket& socket);
367 ~ChargeModeCommand() override {}
H A DCommandLineFactory.cpp59 typeMap["ChargeMode"] = &CommandLineFactory::CreateObject<ChargeModeCommand>; in InitCommandMap()
H A DCommandLine.cpp1004 ChargeModeCommand::ChargeModeCommand(CommandType commandType, const Json2::Value& arg, const LocalSocket& socket) in ChargeModeCommand() function in ChargeModeCommand
1009 void ChargeModeCommand::RunGet() in RunGet()
1017 void ChargeModeCommand::RunSet() in RunSet()
1025 bool ChargeModeCommand::IsSetArgValid() const in IsSetArgValid()
1037 ELOG("ChargeModeCommand invalid value: %d", temp); in IsSetArgValid()
/ide/tools/previewer/test/unittest/cli/
H A DCommandLineTest.cpp1074 ChargeModeCommand command0(type, args0, *socket); in TEST_F()
1081 ChargeModeCommand command1(type, args1, *socket); in TEST_F()
1088 ChargeModeCommand command2(type, args2, *socket); in TEST_F()
1095 ChargeModeCommand command3(type, args3, *socket); in TEST_F()
1106 ChargeModeCommand command1(type, args1, *socket); in TEST_F()
1116 ChargeModeCommand command2(type, args2, *socket); in TEST_F()

Completed in 8 milliseconds