HomeSort by relevance Sort by last modified time
    Searched refs:GetIdFromStatus (Results 1 - 3 of 3) sorted by null

  /system/core/crash_reporter/
user_collector_test.cc 244 TEST_F(UserCollectorTest, GetIdFromStatus) {
246 EXPECT_FALSE(collector_.GetIdFromStatus(UserCollector::kUserId,
253 EXPECT_FALSE(collector_.GetIdFromStatus(UserCollector::kUserId,
260 EXPECT_TRUE(collector_.GetIdFromStatus(UserCollector::kUserId,
266 EXPECT_TRUE(collector_.GetIdFromStatus(UserCollector::kUserId,
272 EXPECT_TRUE(collector_.GetIdFromStatus(UserCollector::kUserId,
278 EXPECT_TRUE(collector_.GetIdFromStatus(UserCollector::kGroupId,
284 EXPECT_TRUE(collector_.GetIdFromStatus(UserCollector::kGroupId,
290 EXPECT_FALSE(collector_.GetIdFromStatus(UserCollector::kGroupId,
294 EXPECT_FALSE(collector_.GetIdFromStatus(UserCollector::kGroupId
    [all...]
user_collector.h 69 FRIEND_TEST(UserCollectorTest, GetIdFromStatus);
81 // Enumeration to pass to GetIdFromStatus. Must match the order
118 bool GetIdFromStatus(const char *prefix,
user_collector.cc 144 bool UserCollector::GetIdFromStatus(
328 if (!GetIdFromStatus(kUserId, kIdEffective, status_lines, &id)) {

Completed in 537 milliseconds