Home
last modified time | relevance | path

Searched refs:UpdateUserVariable (Results 1 – 10 of 10) sorted by relevance

/dports/www/domoticz/domoticz-2020.2/hardware/
H A DOctoPrintMQTT.cpp297 void COctoPrintMQTT::UpdateUserVariable(const std::string &varName, const std::string &varValue) in UpdateUserVariable() function in COctoPrintMQTT
320 m_mainworker.m_eventsystem.UpdateUserVariable(ID, varValue, szLastUpdate); in UpdateUserVariable()
462 UpdateUserVariable("LastEvent", szEventName); in on_message()
463 UpdateUserVariable("LastEventData", qMessage); in on_message()
H A DOctoPrintMQTT.h27 void UpdateUserVariable(const std::string &varName, const std::string &varValue);
H A DTTNMQTT.h26 void UpdateUserVariable(const std::string &varName, const std::string &varValue);
H A DTTNMQTT.cpp330 void CTTNMQTT::UpdateUserVariable(const std::string &varName, const std::string &varValue) in UpdateUserVariable() function in CTTNMQTT
353 m_mainworker.m_eventsystem.UpdateUserVariable(ID, varValue, szLastUpdate); in UpdateUserVariable()
522 UpdateUserVariable(DeviceName, sstr.str()); in on_message()
H A DMQTT.cpp446 …if (!m_sql.UpdateUserVariable(root["idx"].asString(), sVarName, varType, varvalue, true, errorMess… in on_message()
/dports/www/domoticz/domoticz-2020.2/main/
H A DEventSystem.h125 …void UpdateUserVariable(const uint64_t ulDevID, const std::string &varValue, const std::string &la…
H A DSQLHelper.h402 …bool UpdateUserVariable(const std::string &idx, const std::string &varname, const _eUsrVariableTyp…
H A DEventSystem.cpp1350 void CEventSystem::UpdateUserVariable(const uint64_t ulDevID, const std::string &varValue, const st… in UpdateUserVariable() function in CEventSystem
2329 …if (!m_sql.UpdateUserVariable(variableNo, sd[0], (const _eUsrVariableType)atoi(sd[1].c_str()), doW… in parseBlocklyActions()
3479 …if (!m_sql.UpdateUserVariable(sd[0], variableName, (const _eUsrVariableType)atoi(sd[1].c_str()), v… in processLuaCommand()
H A DSQLHelper.cpp3531 …if (!UpdateUserVariable(s_str.str(), sd[0], (const _eUsrVariableType)atoi(sd[1].c_str()), itt->_sV… in Do_Work()
8369 bool CSQLHelper::UpdateUserVariable(const std::string& idx, const std::string& varname, const _eUsr… in UpdateUserVariable() function in CSQLHelper
8389 m_mainworker.m_eventsystem.UpdateUserVariable(vId, szVarValue, szLastUpdate); in UpdateUserVariable()
H A DWebServer.cpp2054 …if (!m_sql.UpdateUserVariable(idx, variablename, (const _eUsrVariableType)atoi(variabletype.c_str(… in Cmd_UpdateUserVariable()