• Home
  • Raw
  • Download

Lines Matching full:notify

134   c1.Notify(1);  in TEST()
141 c2.Notify(1, 2); in TEST()
148 c3.Notify(1, 2, 3); in TEST()
155 c4.Notify(1, 2, 3, 4); in TEST()
162 c5.Notify(1, 2, 3, 4, 5); in TEST()
169 c6.Notify(1, 2, 3, 4, 5, 6); in TEST()
188 cb_reg.Notify(); in TEST()
199 cb_reg.Notify(); in TEST()
219 cb_reg.Notify(); in TEST()
224 // OnceCallbacks should auto-remove themselves after calling Notify(). in TEST()
234 cb_reg.Notify(); in TEST()
256 cb_reg.Notify(10); in TEST()
266 cb_reg.Notify(10); in TEST()
294 cb_reg.Notify(); in TEST()
303 cb_reg.Notify(); in TEST()
333 cb_reg.Notify(); in TEST()
342 cb_reg.Notify(); in TEST()
363 cb_reg.Notify(); in TEST()
369 cb_reg.Notify(); in TEST()
379 cb_reg.Notify(); in TEST()
406 cb_reg.Notify(); in TEST()
430 cb_reg.Notify(); in TEST()
460 cb_reg.Notify(); in TEST()
473 cb_reg.Notify(); in TEST()
488 cb_reg.Notify(); in TEST()
492 cb_reg.Notify(); in TEST()
496 cb_reg.Notify(); in TEST()
511 cb_reg.Notify(); in TEST()
517 // Verifies Notify() can be called reentrantly and what its expected effects
539 // Prevent |a| from being incremented again during the reentrant Notify(). in TEST()
540 // Since this is the first callback, this also verifies the inner Notify() in TEST()
544 // Add |c| and |d| to be incremented by the reentrant Notify(). in TEST()
550 // Notify reentrantly. This should not increment |a|, but all the others in TEST()
552 callbacks->Notify(); in TEST()
558 // the outer Notify() increments |d|. |c_subscription| already exists and in TEST()
559 // thus |c| should get incremented again by the outer Notify() even though in TEST()
563 // Add |a| and |b| to the list to be notified, and notify. in TEST()
572 cb_reg.Notify(); in TEST()