Home
last modified time | relevance | path

Searched refs:action_idx (Results 1 – 1 of 1) sorted by relevance

/system/core/libprocessgroup/profiles/
Dtask_profiles_test.h55 for (int action_idx = 0; action_idx < profile.actions_size(); ++action_idx) { in TEST_P() local
56 auto&& action = profile.actions(action_idx); in TEST_P()
58 << "No name for profiles[" << profile_idx << "].actions[" << action_idx in TEST_P()