Home
last modified time | relevance | path

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

/ohos5.0/drivers/hdf_core/framework/test/unittest/model/network/wifi/unittest/qos/
H A Dflow_control_test.c63 if (g_flowControlInstance == NULL) { in WiFiFlowControlTestEnv()
65 if (g_flowControlInstance == NULL) { in WiFiFlowControlTestEnv()
70g_flowControlInstance->interface->registerFlowControlOp(g_flowControlInstance, &g_flowControlOp); in WiFiFlowControlTestEnv()
76 if (g_flowControlInstance != NULL) { in WiFiFlowControlTestOut()
78 g_flowControlInstance = NULL; in WiFiFlowControlTestOut()
137 DeInitFlowControl(g_flowControlInstance); in WiFiFlowControlTestGetEapolQueueId()
138 g_flowControlInstance = NULL; in WiFiFlowControlTestGetEapolQueueId()
162 …if (g_flowControlInstance->interface->sendBuffToFCM(g_flowControlInstance, buff, id, FLOW_TX) != H… in WiFiFlowControlTestSendData()
166 if (g_flowControlInstance->interface->schedFCM(g_flowControlInstance, FLOW_TX) != HDF_SUCCESS) { in WiFiFlowControlTestSendData()
172 DeInitFlowControl(g_flowControlInstance); in WiFiFlowControlTestSendData()
[all …]