Home
last modified time | relevance | path

Searched refs:MessageDef (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/drivers/hdf_core/framework/model/network/wifi/platform/include/message/
H A Dsidecar.h88 struct MessageDef { struct
96 struct MessageDef *messages; argument
112 .messagesLength = sizeof(ServiceMap) / sizeof(struct MessageDef), \
H A Dmessage_dispatcher.h41 struct MessageDef *GetMsgDef(const struct ServiceDef *serviceDef, uint32_t commandId);
/ohos5.0/drivers/hdf_core/framework/test/unittest/model/network/wifi/unittest/message/
H A Dhdf_single_node_message_test.c66 static struct MessageDef g_testServiceACmds[] = {
72 static struct MessageDef g_testServiceBCmds[] = {
/ohos5.0/drivers/hdf_core/framework/model/network/wifi/platform/src/message/
H A Dmessage_dispatcher.c64 struct MessageDef *GetMsgDef(const struct ServiceDef *serviceDef, uint32_t commandId) in GetMsgDef()
66 struct MessageDef *msgDef = NULL; in GetMsgDef()
/ohos5.0/drivers/hdf_core/framework/model/network/wifi/platform/src/message/nodes/
H A Dlocal_node.c36 struct MessageDef messageDef = { NULL, 0 }; in HandleRequestMessage()
/ohos5.0/drivers/hdf_core/framework/model/network/wifi/core/components/p2p/
H A Dp2p.c369 static struct MessageDef g_wifiP2pFeatureCmds[] = {
/ohos5.0/drivers/hdf_core/framework/model/network/wifi/core/components/softap/
H A Dap.c522 static struct MessageDef g_wifiApFeatureCmds[] = {
/ohos5.0/drivers/hdf_core/framework/model/network/wifi/core/components/sta/
H A Dsta.c622 static struct MessageDef g_wifiStaFeatureCmds[] = {
/ohos5.0/drivers/hdf_core/framework/model/network/wifi/core/module/
H A Dwifi_base.c1753 static struct MessageDef g_wifiBaseFeatureCmds[] = {