Searched refs:stringCmds (Results 1 – 4 of 4) sorted by relevance
303 std::vector<std::string> stringCmds = NapiControlCommand::ConvertCommands(cmds); in OnValidCommandChange() local304 … HandleEventWithThreadSafe(EVENT_VALID_COMMAND_CHANGE, static_cast<int>(cmds.size()), stringCmds); in OnValidCommandChange()
313 std::vector<std::string> stringCmds = NapiCastControlCommand::ConvertCommands(cmds); in OnCastValidCommandChanged() local314 HandleEvent(EVENT_CAST_VALID_COMMAND_CHANGED, stringCmds); in OnCastValidCommandChanged()
842 std::vector<std::string> stringCmds; in GetValidCommands() member872 context->stringCmds = NapiControlCommand::ConvertCommands(cmds); in GetValidCommands()876 context->status = NapiUtils::SetValue(env, context->stringCmds, output); in GetValidCommands()923 std::vector<std::string> stringCmds = NapiControlCommand::ConvertCommands(cmds); in GetValidCommandsSync() local925 auto status = NapiUtils::SetValue(env, stringCmds, output); in GetValidCommandsSync()
416 std::vector<std::string> stringCmds; in GetValidCommands() member447 context->stringCmds = NapiCastControlCommand::ConvertCommands(cmds); in GetValidCommands()451 context->status = NapiUtils::SetValue(env, context->stringCmds, output); in GetValidCommands()