Lines Matching refs:make_tuple
65 std::make_tuple("disable", NanotoolCommand::Disable), in StrToCommand()
66 std::make_tuple("disable_all", NanotoolCommand::DisableAll), in StrToCommand()
67 std::make_tuple("calibrate", NanotoolCommand::Calibrate), in StrToCommand()
68 std::make_tuple("cal", NanotoolCommand::Calibrate), in StrToCommand()
69 std::make_tuple("test", NanotoolCommand::Test), in StrToCommand()
70 std::make_tuple("read", NanotoolCommand::Read), in StrToCommand()
71 std::make_tuple("poll", NanotoolCommand::Poll), in StrToCommand()
72 std::make_tuple("load_cal", NanotoolCommand::LoadCalibration), in StrToCommand()
73 std::make_tuple("flash", NanotoolCommand::Flash), in StrToCommand()
74 std::make_tuple("bridge_ver", NanotoolCommand::GetBridgeVer), in StrToCommand()
215 std::make_tuple("ondemand", SensorSpecialRate::OnDemand), in ParseRate()
216 std::make_tuple("onchange", SensorSpecialRate::OnChange), in ParseRate()
217 std::make_tuple("oneshot", SensorSpecialRate::OneShot), in ParseRate()