Home
last modified time | relevance | path

Searched refs:CommandParamSwitch (Results 1 – 3 of 3) sorted by relevance

/developtools/profiler/device/cmds/src/
Dcommand_param_switch.cpp18 CommandParamSwitch::CommandParamSwitch(bool& value) : boolSwitch_(value) {} in CommandParamSwitch() function in CommandParamSwitch
20 void CommandParamSwitch::SetValue(bool value) in SetValue()
Dcommand_line.cpp60 auto pret = std::make_shared<CommandParamSwitch>(pbool); in AddParamSwitch()
89 CommandParamSwitch* pswitch = (CommandParamSwitch*)p.get(); in CheckParam()
/developtools/profiler/device/cmds/include/
Dcommand_param_switch.h21 class CommandParamSwitch : public CommandParam {
23 CommandParamSwitch(bool& value);
24 ~CommandParamSwitch() {} in ~CommandParamSwitch()