Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/interfaces/inner_kits/src/ipc/
H A Ddistributed_hardware_proxy.cpp77 return ERR_DH_FWK_SERVICE_IPC_SEND_REQUEST_FAIL; in RegisterPublisherListener()
126 return ERR_DH_FWK_SERVICE_IPC_SEND_REQUEST_FAIL; in UnregisterPublisherListener()
172 return ERR_DH_FWK_SERVICE_IPC_SEND_REQUEST_FAIL; in PublishMessage()
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/common/utils/include/
H A Ddistributed_hardware_errno.h87 constexpr int32_t ERR_DH_FWK_SERVICE_IPC_SEND_REQUEST_FAIL = -10801; variable