Searched refs:clientID (Results 1 - 5 of 5) sorted by relevance
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/paho.mqtt.c/include/mqtt/ |
H A D | MQTTPacket.h | 124 *clientID, /**< string client id */ member 251 int MQTTPacket_send_publish(Publish* pack, int dup, int qos, int retained, networkHandles* net, const char* clientID); 252 int MQTTPacket_send_puback(int msgid, networkHandles* net, const char* clientID); 258 int MQTTPacket_send_pubrec(int msgid, networkHandles* net, const char* clientID); 259 int MQTTPacket_send_pubrel(int msgid, int dup, networkHandles* net, const char* clientID); 260 int MQTTPacket_send_pubcomp(int msgid, networkHandles* net, const char* clientID);
|
H A D | MQTTPersistenceDefault.h | 26 int pstopen(void** handle, const char* clientID, const char* serverURI, void* context);
|
H A D | MQTTClientPersistence.h | 104 * @param clientID The client identifier for which the persistent store should 113 typedef int (*Persistence_open)(void** handle, const char* clientID, const char* serverURI, void* context);
|
H A D | MQTTPacketOut.h | 30 int MQTTPacket_send_pingreq(networkHandles* net, const char* clientID);
|
H A D | Clients.h | 132 char* clientID; /**< the string id of the client */ member
|
Completed in 2 milliseconds