Searched refs:topicInt (Results 1 – 2 of 2) sorted by relevance
97 uint32_t topicInt = data.ReadUint32(); in RegisterPublisherListenerInner() local98 if (!ValidTopic(topicInt)) { in RegisterPublisherListenerInner()99 DHLOGE("Topic invalid: %{public}" PRIu32, topicInt); in RegisterPublisherListenerInner()104 DHTopic topic = (DHTopic)topicInt; in RegisterPublisherListenerInner()124 uint32_t topicInt = data.ReadUint32(); in UnregisterPublisherListenerInner() local125 if (!ValidTopic(topicInt)) { in UnregisterPublisherListenerInner()126 DHLOGE("Topic invalid: %{public}" PRIu32, topicInt); in UnregisterPublisherListenerInner()131 DHTopic topic = (DHTopic)topicInt; in UnregisterPublisherListenerInner()151 uint32_t topicInt = data.ReadUint32(); in PublishMessageInner() local152 if (!ValidTopic(topicInt)) { in PublishMessageInner()[all …]
86 uint32_t topicInt = (uint32_t)DHTopic::TOPIC_MIN; variable87 data.WriteUint32(topicInt);102 uint32_t topicInt = (uint32_t)DHTopic::TOPIC_MIN; variable103 data.WriteUint32(topicInt);264 uint32_t topicInt = (uint32_t)DHTopic::TOPIC_MIN; variable265 data.WriteUint32(topicInt);