Home
last modified time | relevance | path

Searched refs:topicInt (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/
H A Ddistributed_hardware_stub.cpp97 uint32_t topicInt = data.ReadUint32(); in RegisterPublisherListenerInner() local
98 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() local
125 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() local
152 if (!ValidTopic(topicInt)) { in PublishMessageInner()
[all …]
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/test/unittest/common/distributedhardwarestub/src/
H A Ddistributed_hardware_stub_test.cpp86 uint32_t topicInt = (uint32_t)DHTopic::TOPIC_MIN; variable
87 data.WriteUint32(topicInt);
102 uint32_t topicInt = (uint32_t)DHTopic::TOPIC_MIN; variable
103 data.WriteUint32(topicInt);
264 uint32_t topicInt = (uint32_t)DHTopic::TOPIC_MIN; variable
265 data.WriteUint32(topicInt);