Searched refs:g_eventNodeChain (Results 1 – 1 of 1) sorted by relevance
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/core/ |
H A D | nstackx_common.c | 66 static List g_eventNodeChain = {&(g_eventNodeChain), &(g_eventNodeChain)}; variable 104 return &g_eventNodeChain; in GetEventNodeChain() 217 EpollTask *task = GetEpollTask(&g_eventNodeChain, g_epollfd); in ResetMainEpollTaskCount() 319 return &g_eventNodeChain; in GetMainLoopEvendChain() 324 int32_t ret = EventModuleInit(&g_eventNodeChain, g_epollfd); in InternalInit() 493 EventNodeChainClean(&g_eventNodeChain); in NSTACKX_Deinit() 576 if (PostEvent(&g_eventNodeChain, g_epollfd, DeviceDiscoverInner, NULL) != NSTACKX_EOK) { in NSTACKX_StartDeviceFind() 788 if (PostEvent(&g_eventNodeChain, g_epollfd, DiscConfig, dupDiscConfig) != NSTACKX_EOK) { in NSTACKX_StartDeviceDiscoveryWithConfig() 1112 if (PostEvent(&g_eventNodeChain, g_epollfd, handle, capabilityData) != NSTACKX_EOK) { in NSTACKX_CapabilityHandle() 1520 if (PostEvent(&g_eventNodeChain, g_epollfd, SendMsgInner, &msg) != NSTACKX_EOK) { in NSTACKX_SendMsg() [all …]
|