Searched refs:binderPids (Results 1 - 3 of 3) sorted by relevance
/base/hiviewdfx/hiview/plugins/eventlogger/test/unittest/common/ |
H A D | event_logger_test.cpp | 183 std::vector<std::string> binderPids;
in HWTEST_F() local 184 EXPECT_EQ(eventLogger->WriteFreezeJsonInfo(1, 1, sysEvent, binderPids), true);
in HWTEST_F() 186 binderPids.clear();
in HWTEST_F() 187 EXPECT_EQ(eventLogger->WriteFreezeJsonInfo(1, 1, sysEvent, binderPids), true);
in HWTEST_F() 191 binderPids.clear();
in HWTEST_F() 192 EXPECT_EQ(eventLogger->WriteFreezeJsonInfo(1, 1, sysEvent, binderPids), true);
in HWTEST_F()
|
/base/hiviewdfx/hiview/plugins/eventlogger/include/ |
H A D | event_logger.h | 102 std::vector<std::string>& binderPids);
|
/base/hiviewdfx/hiview/plugins/eventlogger/ |
H A D | event_logger.cpp | 316 std::vector<std::string> binderPids; in StartLogCollect() local 317 WriteFreezeJsonInfo(fd, jsonFd, event, binderPids); in StartLogCollect() 318 std::for_each(binderPids.begin(), binderPids.end(), [fd] (const std::string& binderPid) { in StartLogCollect() 680 std::vector<std::string>& binderPids) in WriteFreezeJsonInfo() 691 StringUtil::SplitStr(binderInfo.substr(splitIndex + 1), " ", binderPids); in WriteFreezeJsonInfo() 679 WriteFreezeJsonInfo(int fd, int jsonFd, std::shared_ptr<SysEvent> event, std::vector<std::string>& binderPids) WriteFreezeJsonInfo() argument
|
Completed in 4 milliseconds