Home
last modified time | relevance | path

Searched refs:pidCount (Results 1 - 6 of 6) sorted by relevance

/base/hiviewdfx/hilog/services/hilogd/include/
H A Dlog_filter.h37 int pidCount; member
57 std::cout << " pidCount: " << std::endl; in Print()
58 for (int i = 0; i < static_cast<int>(pidCount); i++) { in Print()
/base/startup/appspawn/test/unittest/app_spawn_standard_test/
H A Dapp_spawn_appmgr_test.cpp120 const size_t pidCount = 4; in HWTEST_F() local
121 const size_t resultCount = processNameCount * pidCount; in HWTEST_F()
123 pid_t pidInput[pidCount] = {0, 100, 1000, -100}; // 4 size in HWTEST_F()
126 for (size_t j = 0; j < pidCount; j++) { in HWTEST_F()
128 EXPECT_EQ(app != nullptr, result[i * pidCount + j]); in HWTEST_F()
139 int resultGet[pidCount] = {0, 1, 1, 0}; in HWTEST_F()
140 for (size_t j = 0; j < pidCount; j++) { in HWTEST_F()
163 const size_t pidCount = 4; in HWTEST_F() local
164 const size_t resultCount = processNameCount * pidCount; in HWTEST_F()
166 pid_t pidInput[pidCount] in HWTEST_F()
[all...]
/base/hiviewdfx/hilog/services/hilogd/
H A Dservice_controller.cpp441 if (rqst.pidCount > MAX_PIDS) { in CheckOutputRqst()
446 if (uid != ROOT_UID && uid != SHELL_UID && rqst.pidCount > 0 && uid != HIVIEW_UID && uid != PROFILER_UID) { in CheckOutputRqst()
476 filter.pidCount = rqst.pidCount; in LogFilterFromOutputRqst()
477 for (i = 0; i < rqst.pidCount; i++) { in LogFilterFromOutputRqst()
487 filter.pidCount = 1; in LogFilterFromOutputRqst()
491 filter.pidCount++; in LogFilterFromOutputRqst()
H A Dlog_buffer.cpp202 for (i = 0; i < filter.pidCount; i++) { in LogMatchFilter()
208 if (filter.pidCount && match == filter.blackPid) { in LogMatchFilter()
/base/hiviewdfx/hilog/services/hilogtool/
H A Dmain.cpp318 int pidCount; member
335 pidCount(0), pids { 0 }, types(0), blackTag(false), tagCount(0), tags { "" }, colorful(false),
356 rqst.pidCount = pidCount; in ToOutputRqst()
357 for (i = 0; i < pidCount; i++) { in ToOutputRqst()
689 context.pidCount = index; in PidHandler()
/base/hiviewdfx/hilog/frameworks/libhilog/include/
H A Dhilog_cmd.h85 int pidCount; member

Completed in 7 milliseconds