Searched refs:CheckAllCommands (Results 1 – 8 of 8) sorted by relevance
31 size_t ServiceList::CheckAllCommands() { in CheckAllCommands() function in android::init::ServiceList34 failures += service->CheckAllCommands(); in CheckAllCommands()
26 size_t ActionManager::CheckAllCommands() { in CheckAllCommands() function in android::init::ActionManager29 failures += action->CheckAllCommands(); in CheckAllCommands()
37 size_t CheckAllCommands();
102 size_t CheckAllCommands() const { return onrestart_.CheckAllCommands(); } in CheckAllCommands() function
33 size_t CheckAllCommands();
74 size_t CheckAllCommands() const;
334 size_t failures = parser.parse_error_count() + am.CheckAllCommands() + sl.CheckAllCommands(); in main()
134 size_t Action::CheckAllCommands() const { in CheckAllCommands() function in android::init::Action