Lines Matching refs:check_get_passwd
98 static void check_get_passwd(const char* username, uid_t uid, uid_type_t uid_type) { in check_get_passwd() function
107 static void check_get_passwd(const char* /* username */, uid_t /* uid */, uid_type_t /* uid_type */… in check_get_passwd() function
114 check_get_passwd("root", 0, TYPE_SYSTEM); in TEST()
118 check_get_passwd("system", 1000, TYPE_SYSTEM); in TEST()
122 check_get_passwd("radio", 1001, TYPE_SYSTEM); in TEST()
126 check_get_passwd("oem_0", 5000, TYPE_SYSTEM); in TEST()
130 check_get_passwd("oem_999", 5999, TYPE_SYSTEM); in TEST()
134 check_get_passwd("nobody", 9999, TYPE_SYSTEM); in TEST()
138 check_get_passwd("u0_a0", 10000, TYPE_APP); in TEST()
142 check_get_passwd("u0_a1234", 11234, TYPE_APP); in TEST()
147 check_get_passwd("u0_a49999", 59999, TYPE_APP); in TEST()
151 check_get_passwd("u0_i1", 99001, TYPE_APP); in TEST()
155 check_get_passwd("u1_root", 100000, TYPE_SYSTEM); in TEST()
159 check_get_passwd("u1_radio", 101001, TYPE_SYSTEM); in TEST()
163 check_get_passwd("u1_a0", 110000, TYPE_APP); in TEST()
167 check_get_passwd("u1_a40000", 150000, TYPE_APP); in TEST()
171 check_get_passwd("u1_i0", 199000, TYPE_APP); in TEST()