Searched refs:GetSubscribeInfos (Results 1 – 2 of 2) sorted by relevance
103 auto subscriberInfos = GetSubscribeInfos(SUBSCRIBE_TRUST_DEVICE_PROFILE); in NotifyTrustDeviceProfileAdd()124 auto subscriberInfos = GetSubscribeInfos(SUBSCRIBE_TRUST_DEVICE_PROFILE); in NotifyTrustDeviceProfileUpdate()214 auto subscriberInfos = GetSubscribeInfos(DBKeyToSubcribeKey(dbKey)); in NotifyDeviceProfileAdd()241 auto subscriberInfos = GetSubscribeInfos(DBKeyToSubcribeKey(dbKey)); in NotifyDeviceProfileUpdate()266 auto subscriberInfos = GetSubscribeInfos(DBKeyToSubcribeKey(dbKey)); in NotifyDeviceProfileDelete()292 auto subscriberInfos = GetSubscribeInfos(DBKeyToSubcribeKey(dbKey)); in NotifyServiceProfileAdd()318 auto subscriberInfos = GetSubscribeInfos(DBKeyToSubcribeKey(dbKey)); in NotifyServiceProfileUpdate()347 auto subscriberInfos = GetSubscribeInfos(DBKeyToSubcribeKey(dbKey)); in NotifyServiceProfileDelete()374 auto subscriberInfos = GetSubscribeInfos(DBKeyToSubcribeKey(dbKey)); in NotifyCharProfileAdd()401 auto subscriberInfos = GetSubscribeInfos(DBKeyToSubcribeKey(dbKey)); in NotifyCharProfileUpdate()[all …]
56 …std::unordered_set<SubscribeInfo, SubscribeHash, SubscribeCompare> GetSubscribeInfos(const std::st…