Home
last modified time | relevance | path

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

/system/core/crash_reporter/
Duser_collector_test.cc246 EXPECT_FALSE(collector_.GetIdFromStatus(UserCollector::kUserId, in TEST_F()
253 EXPECT_FALSE(collector_.GetIdFromStatus(UserCollector::kUserId, in TEST_F()
260 EXPECT_TRUE(collector_.GetIdFromStatus(UserCollector::kUserId, in TEST_F()
266 EXPECT_TRUE(collector_.GetIdFromStatus(UserCollector::kUserId, in TEST_F()
272 EXPECT_TRUE(collector_.GetIdFromStatus(UserCollector::kUserId, in TEST_F()
300 EXPECT_FALSE(collector_.GetIdFromStatus(UserCollector::kUserId, in TEST_F()
304 EXPECT_TRUE(collector_.GetIdFromStatus(UserCollector::kUserId, in TEST_F()
311 EXPECT_FALSE(collector_.GetIdFromStatus(UserCollector::kUserId, in TEST_F()
Duser_collector.h183 static const char *kUserId; variable
Duser_collector.cc59 const char *UserCollector::kUserId = "Uid:\t"; member in UserCollector
328 if (!GetIdFromStatus(kUserId, kIdEffective, status_lines, &id)) { in GetCreatedCrashDirectory()