Searched refs:NO_EVENT_ON (Results 1 – 3 of 3) sorted by relevance
36 constexpr uint32_t NO_EVENT_ON = 0; variable45 uint32_t eventFlag{ NO_EVENT_ON }; // the flag of the all listen event
125 if (clientInfo->eventFlag != NO_EVENT_ON && !isClientDied) { in RemoveClientInfo()1225 if (info->eventFlag == NO_EVENT_ON && info->bindImeType == ImeType::NONE) { in OnUpdateListenEventFlag()
580 if (clientInfo_.eventFlag == NO_EVENT_ON) { in RestoreListenInfoInSaDied()