Home
last modified time | relevance | path

Searched refs:DHMsgInterfaceCode (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/
H A Ddistributed_hardware_stub.cpp45 case static_cast<uint32_t>(DHMsgInterfaceCode::REG_PUBLISHER_LISTNER): { in OnRemoteRequest()
48 case static_cast<uint32_t>(DHMsgInterfaceCode::UNREG_PUBLISHER_LISTENER): { in OnRemoteRequest()
51 case static_cast<uint32_t>(DHMsgInterfaceCode::PUBLISH_MESSAGE): { in OnRemoteRequest()
54 case static_cast<uint32_t>(DHMsgInterfaceCode::INIT_CTL_CEN): { in OnRemoteRequest()
57 case static_cast<uint32_t>(DHMsgInterfaceCode::RELEASE_CTL_CEN): { in OnRemoteRequest()
60 case static_cast<uint32_t>(DHMsgInterfaceCode::CREATE_CTL_CEN_CHANNEL): { in OnRemoteRequest()
63 case static_cast<uint32_t>(DHMsgInterfaceCode::NOTIFY_AV_EVENT): { in OnRemoteRequest()
66 case static_cast<uint32_t>(DHMsgInterfaceCode::REGISTER_CTL_CEN_CALLBACK): { in OnRemoteRequest()
69 case static_cast<uint32_t>(DHMsgInterfaceCode::QUERY_LOCAL_SYS_SPEC): { in OnRemoteRequest()
75 case static_cast<uint32_t>(DHMsgInterfaceCode::PAUSE_DISTRIBUTED_HARDWARE): { in OnRemoteRequest()
[all …]
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/test/unittest/common/distributedhardwarestub/src/
H A Ddistributed_hardware_stub_test.cpp81 uint32_t code = static_cast<uint32_t>(DHMsgInterfaceCode::REG_PUBLISHER_LISTNER);
97 uint32_t code = static_cast<uint32_t>(DHMsgInterfaceCode::PUBLISH_MESSAGE);
113 uint32_t code = static_cast<uint32_t>(DHMsgInterfaceCode::INIT_CTL_CEN);
129 uint32_t code = static_cast<uint32_t>(DHMsgInterfaceCode::RELEASE_CTL_CEN);
145 uint32_t code = static_cast<uint32_t>(DHMsgInterfaceCode::CREATE_CTL_CEN_CHANNEL);
163 uint32_t code = static_cast<uint32_t>(DHMsgInterfaceCode::NOTIFY_AV_EVENT);
185 uint32_t code = static_cast<uint32_t>(DHMsgInterfaceCode::QUERY_LOCAL_SYS_SPEC);
217 uint32_t code = static_cast<uint32_t>(DHMsgInterfaceCode::PAUSE_DISTRIBUTED_HARDWARE);
231 uint32_t code = static_cast<uint32_t>(DHMsgInterfaceCode::RESUME_DISTRIBUTED_HARDWARE);
245 uint32_t code = static_cast<uint32_t>(DHMsgInterfaceCode::STOP_DISTRIBUTED_HARDWARE);
[all …]
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/interfaces/inner_kits/src/ipc/
H A Ddistributed_hardware_proxy.cpp73 …int32_t ret = remote->SendRequest(static_cast<uint32_t>(DHMsgInterfaceCode::REG_PUBLISHER_LISTNER), in RegisterPublisherListener()
122 …int32_t ret = remote->SendRequest(static_cast<uint32_t>(DHMsgInterfaceCode::UNREG_PUBLISHER_LISTEN… in UnregisterPublisherListener()
168 int32_t ret = remote->SendRequest(static_cast<uint32_t>(DHMsgInterfaceCode::PUBLISH_MESSAGE), in PublishMessage()
208 … int32_t ret = remote->SendRequest(static_cast<uint32_t>(DHMsgInterfaceCode::QUERY_LOCAL_SYS_SPEC), in QueryLocalSysSpec()
240 …int32_t ret = remote->SendRequest(static_cast<uint32_t>(DHMsgInterfaceCode::INIT_CTL_CEN), data, r… in InitializeAVCenter()
303 …int32_t ret = remote->SendRequest(static_cast<uint32_t>(DHMsgInterfaceCode::CREATE_CTL_CEN_CHANNEL… in CreateControlChannel()
381 …int32_t ret = remote->SendRequest(static_cast<uint32_t>(DHMsgInterfaceCode::REGISTER_CTL_CEN_CALLB… in RegisterCtlCenterCallback()
411 …static_cast<uint32_t>(DHMsgInterfaceCode::NOTIFY_SOURCE_DEVICE_REMOTE_DMSDP_STARTED), data, reply,… in NotifySourceRemoteSinkStarted()
448 …int32_t ret = remote->SendRequest(static_cast<uint32_t>(DHMsgInterfaceCode::PAUSE_DISTRIBUTED_HARD… in PauseDistributedHardware()
486 …int32_t ret = remote->SendRequest(static_cast<uint32_t>(DHMsgInterfaceCode::RESUME_DISTRIBUTED_HAR… in ResumeDistributedHardware()
[all …]
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/common/utils/include/
H A Ddhardware_ipc_interface_code.h24 enum class DHMsgInterfaceCode : uint32_t { enum