Lines Matching refs:Messenger
78 typedef struct Messenger Messenger;
80 Messenger *CreateMessenger(const MessengerConfig *config);
82 void DestroyMessenger(Messenger *messenger);
84 bool IsMessengerReady(const Messenger *messenger);
86 void SendMsgTo(const Messenger *messenger, uint64_t transNo, const DeviceIdentify *devId, const uint8_t *msg,
89 bool GetDeviceOnlineStatus(const Messenger *messenger, const DeviceIdentify *devId, int32_t *level);
91 bool GetSelfDeviceIdentify(const Messenger *messenger, DeviceIdentify *devId, int32_t *level);
93 void ForEachDeviceProcess(const Messenger *messenger, const DeviceProcessor processor, void *para);
95 bool GetDeviceStatisticInfo(const Messenger *messenger, const DeviceIdentify *devId, StatisticInformation *info);