Searched refs:react_on (Results 1 – 2 of 2) sorted by relevance
293 void Reactor::ModifyRegistration(Reactor::Reactable* reactable, ReactOn react_on) { in ModifyRegistration() argument297 if (react_on == REACT_ON_READ_ONLY || react_on == REACT_ON_READ_WRITE) { in ModifyRegistration()300 if (react_on == REACT_ON_WRITE_ONLY || react_on == REACT_ON_READ_WRITE) { in ModifyRegistration()
80 void ModifyRegistration(Reactable* reactable, ReactOn react_on);