Home
last modified time | relevance | path

Searched refs:ERR_DH_FWK_PUBLISH_MSG_FAILED (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/common/utils/include/
H A Ddistributed_hardware_errno.h110 constexpr int32_t ERR_DH_FWK_PUBLISH_MSG_FAILED = -11100; variable
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/interfaces/inner_kits/src/
H A Ddistributed_hardware_fwk_kit.cpp99 return ERR_DH_FWK_PUBLISH_MSG_FAILED; in PublishMessage()
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/interfaces/inner_kits/test/unittest/common/distributedhardwarefwkkit/src/
H A Ddistributed_hardware_fwk_kit_test.cpp162 EXPECT_EQ(ERR_DH_FWK_PUBLISH_MSG_FAILED, dhfwkPtr_->PublishMessage(topic, message));