Home
last modified time | relevance | path

Searched refs:messageId (Results 1 - 6 of 6) sorted by relevance

/drivers/hdf_core/framework/utils/src/
H A Dhdf_message_looper.c24 HDF_LOGD("%{public}s received message %{public}d", __func__, message->messageId); in HdfMessageLooperStart()
25 if (message->messageId == MESSAGE_STOP_LOOP) { in HdfMessageLooperStart()
47 message->messageId = MESSAGE_STOP_LOOP; in HdfMessageLooperStop()
/drivers/hdf_core/adapter/uhdf2/host/src/
H A Dhdf_device_thread.c27 switch (msg->messageId) { in DeviceThreadMessageHandler()
43 HDF_LOGE("Unsupported message, message id is %{public}u", msg->messageId); in DeviceThreadMessageHandler()
63 message->messageId = DEVICE_SERVICE_MESSAGE_LAUNCH; in DeviceThreadAttach()
H A Ddevhost_service_full.c33 switch (msg->messageId) { in DevHostServiceFullDispatchMessage()
51 HDF_LOGE("DevHostServiceFullDispatchMessage unknown message %{public}d", msg->messageId); in DevHostServiceFullDispatchMessage()
73 message->messageId = cmdCode; in DevHostServiceFullOpsDevice()
/drivers/hdf_core/framework/utils/include/
H A Dosal_message.h21 int16_t messageId; member
/drivers/hdf_core/adapter/uhdf2/manager/src/
H A Ddevmgr_service_full.c93 if (msg->messageId == DEVMGR_MESSAGE_DEVHOST_DIED) { in DevmgrServiceFullDispatchMessage()
98 HDF_LOGE("wrong message(%{public}u)", msg->messageId); in DevmgrServiceFullDispatchMessage()
H A Ddevhost_service_proxy.c86 message->messageId = DEVMGR_MESSAGE_DEVHOST_DIED; in DevHostServiceProxyOnRemoteDied()

Completed in 3 milliseconds