Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/interfaces/inner_kits/test/unittest/common/ipc/distributed_hardware_proxy/src/
H A Ddistributed_hardware_proxy_test.cpp73 EXPECT_EQ(ERR_DH_FWK_SERVICE_REMOTE_IS_NULL, ret);
125 EXPECT_EQ(ERR_DH_FWK_SERVICE_REMOTE_IS_NULL, ret);
160 EXPECT_EQ(ERR_DH_FWK_SERVICE_REMOTE_IS_NULL, ret);
177 EXPECT_EQ(ERR_DH_FWK_SERVICE_REMOTE_IS_NULL, ret);
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/interfaces/inner_kits/src/ipc/
H A Ddistributed_hardware_proxy.cpp50 return ERR_DH_FWK_SERVICE_REMOTE_IS_NULL; in RegisterPublisherListener()
99 return ERR_DH_FWK_SERVICE_REMOTE_IS_NULL; in UnregisterPublisherListener()
142 return ERR_DH_FWK_SERVICE_REMOTE_IS_NULL; in PublishMessage()
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/common/utils/include/
H A Ddistributed_hardware_errno.h92 constexpr int32_t ERR_DH_FWK_SERVICE_REMOTE_IS_NULL = -10806; variable