Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/test/fuzztest/publisher_fuzzer/
H A Dpublisher_fuzzer.cpp31 const uint32_t TOPIC_SIZE = 4; variable
32 const DHTopic topicFuzz[TOPIC_SIZE] = {
60 DHTopic topic = topicFuzz[data[0] % TOPIC_SIZE]; in PublisherListenerFuzzTest()
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/test/fuzztest/publisheritem_fuzzer/
H A Dpublisheritem_fuzzer.cpp31 const uint32_t TOPIC_SIZE = 4; variable
32 const DHTopic topicFuzz[TOPIC_SIZE] = {
60 DHTopic topic = topicFuzz[data[0] % TOPIC_SIZE]; in PublisherItemFuzzTest()