Home | History | Annotate | Download | only in src

Lines Matching refs:mAction

48     mAction = Action::kUnknown;
142 mAction = (ifi->ifi_flags & IFF_LOWER_UP) ? Action::kLinkUp :
231 mAction = (type == RTM_NEWADDR) ? Action::kAddressUpdated :
262 mAction = Action::kChange;
297 mAction = Action::kChange;
383 mAction = (type == RTM_NEWROUTE) ? Action::kRouteUpdated :
489 mAction = Action::kRdnss;
506 * content has to be stored in the class's member variables (mAction,
611 mAction = Action::kAdd;
613 mAction = Action::kRemove;
615 mAction = Action::kChange;