Searched refs:VALUE_REMOVE (Results 1 – 1 of 1) sorted by relevance
60 constexpr const char *VALUE_REMOVE = "remove"; variable220 } else if (i.compare(strlen(KEY_ACTION), strlen(VALUE_REMOVE), VALUE_REMOVE) == 0) { in PushAsciiMessage()