Searched refs:expected_apps (Results 1 – 1 of 1) sorted by relevance
555 std::vector<std::string> expected_apps; in RemoveConfig() local560 UnionInPlace(config.atrace_apps, &expected_apps); in RemoveConfig()569 IntersectInPlace(current_state_.atrace_apps, &expected_apps); in RemoveConfig()576 (current_state_.atrace_apps.size() != expected_apps.size()) || in RemoveConfig()614 if (expected_apps.empty() && expected_categories.empty()) { in RemoveConfig()621 if (StartAtrace(expected_apps, expected_categories)) { in RemoveConfig()623 current_state_.atrace_apps = expected_apps; in RemoveConfig()