Searched refs:UserCollector (Results 1 - 4 of 4) sorted by relevance

/system/core/crash_reporter/
H A Duser_collector_test.cc50 class UserCollectorMock : public UserCollector {
246 EXPECT_FALSE(collector_.GetIdFromStatus(UserCollector::kUserId,
247 UserCollector::kIdEffective,
253 EXPECT_FALSE(collector_.GetIdFromStatus(UserCollector::kUserId,
254 UserCollector::kIdReal,
260 EXPECT_TRUE(collector_.GetIdFromStatus(UserCollector::kUserId,
261 UserCollector::kIdReal,
266 EXPECT_TRUE(collector_.GetIdFromStatus(UserCollector::kUserId,
267 UserCollector::kIdEffective,
272 EXPECT_TRUE(collector_.GetIdFromStatus(UserCollector
[all...]
H A Duser_collector.cc59 const char *UserCollector::kUserId = "Uid:\t";
60 const char *UserCollector::kGroupId = "Gid:\t";
71 UserCollector::UserCollector() function in class:UserCollector
76 void UserCollector::Initialize(
77 UserCollector::CountCrashFunction count_crash_function,
79 UserCollector::IsFeedbackAllowedFunction is_feedback_allowed_function,
99 UserCollector::~UserCollector() {
102 std::string UserCollector
[all...]
H A Duser_collector.h32 class UserCollector : public CrashCollector { class in inherits:CrashCollector
34 UserCollector();
50 ~UserCollector() override;
186 DISALLOW_COPY_AND_ASSIGN(UserCollector);
H A Dcrash_reporter.cc109 UserCollector *user_collector,
161 static int HandleUserCrash(UserCollector *user_collector,
281 UserCollector user_collector;

Completed in 63 milliseconds