Home
last modified time | relevance | path

Searched refs:ValidTopic (Results 1 - 3 of 3) sorted by relevance

/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/include/
H A Ddistributed_hardware_stub.h45 bool ValidTopic(uint32_t topic);
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/test/unittest/common/distributedhardwarestub/src/
H A Ddistributed_hardware_stub_test.cpp320 * @tc.desc: Verify the ValidTopic function
330 EXPECT_EQ(false, stubTest_->ValidTopic(topic)); in HWTEST_F()
333 EXPECT_EQ(false, stubTest_->ValidTopic(topic1)); in HWTEST_F()
336 EXPECT_EQ(true, stubTest_->ValidTopic(topic2)); in HWTEST_F()
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/
H A Ddistributed_hardware_stub.cpp98 if (!ValidTopic(topicInt)) { in RegisterPublisherListenerInner()
125 if (!ValidTopic(topicInt)) { in UnregisterPublisherListenerInner()
152 if (!ValidTopic(topicInt)) { in PublishMessageInner()
316 bool DistributedHardwareStub::ValidTopic(uint32_t topic) in ValidTopic() function in OHOS::DistributedHardware::DistributedHardwareStub

Completed in 3 milliseconds