Home
last modified time | relevance | path

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

/ohos5.0/drivers/hdf_core/framework/model/network/wifi/platform/include/message/
H A Dmessage_config.h17 #ifndef MESSAGE_ENGINE_MAX_DISPATCHER
18 #define MESSAGE_ENGINE_MAX_DISPATCHER 10 macro
/ohos5.0/drivers/hdf_core/framework/model/network/wifi/platform/src/message/
H A Dmessage_router.c31 #if MESSAGE_ENGINE_MAX_DISPATCHER > UINT8_MAX
32 #error Max MESSAGE_ENGINE_MAX_DISPATCHER is UINT8_MAX
54 MessageDispatcher *g_dispatchers[MESSAGE_ENGINE_MAX_DISPATCHER] = {0};
76 if (dispatcherId >= MESSAGE_ENGINE_MAX_DISPATCHER) { in RefDispatcherInner()
113 if (dispatcherId >= MESSAGE_ENGINE_MAX_DISPATCHER) { in RegDispatcher()
669 for (i = 0; i < MESSAGE_ENGINE_MAX_DISPATCHER; i++) { in DoShutdownMessageRouter()