Home
last modified time | relevance | path

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 DMQTTPacket.h124 *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 DMQTTPersistenceDefault.h26 int pstopen(void** handle, const char* clientID, const char* serverURI, void* context);
H A DMQTTClientPersistence.h104 * @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 DMQTTPacketOut.h30 int MQTTPacket_send_pingreq(networkHandles* net, const char* clientID);
H A DClients.h132 char* clientID; /**< the string id of the client */ member

Completed in 2 milliseconds