Home
last modified time | relevance | path

Searched defs:msg_type (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/drivers/hdf_core/framework/tools/hdf_dev_eco_tool/command_line/
H A Dhdf_command_line_server.py26 def __init__(self, msg_type, content): argument
34 def pack_message(msg_type, content, err_code=None): argument
69 def _send_back(self, msg_type, content, error_code=None): argument
/ohos5.0/base/security/device_auth/frameworks/deviceauth_lite/inc/schedule/
H A Ddistribution.h62 int32_t msg_type; member
/ohos5.0/drivers/hdf_core/adapter/khdf/linux/model/usb/host/include/
H A Dusb_net_adapter.h37 __le32 msg_type; /* RNDIS_MSG_PACKET */ member
/ohos5.0/drivers/hdf_core/adapter/khdf/linux/model/usb/host/src/
H A Dusb_net_adapter.c189 u32 msg_type = 0; in RndisRxFixup() local
/ohos5.0/base/request/request/test/rustest/src/
H A Dlib.rs433 let msg_type: u16 = input.take_value(); in deserialize() localVariable