Searched refs:tagCount (Results 1 - 7 of 7) sorted by relevance
/base/hiviewdfx/hilog/services/hilogd/include/ |
H A D | log_filter.h | 34 uint8_t tagCount; member 52 std::cout << " tagCount: " << static_cast<int>(tagCount) << std::endl; in Print() 53 for (int i = 0; i < tagCount; i++) { in Print()
|
/base/security/huks/interfaces/inner_api/huks_standard/main/include/ |
H A D | hks_param.h | 152 HKS_API_EXPORT int32_t HksDeleteTagsFromParamSet(const uint32_t *tag, uint32_t tagCount,
|
/base/hiviewdfx/hilog/services/hilogtool/ |
H A D | main.cpp | 322 int tagCount; member 335 pidCount(0), pids { 0 }, types(0), blackTag(false), tagCount(0), tags { "" }, colorful(false), 351 rqst.tagCount = tagCount; in ToOutputRqst() 352 for (i = 0; i < tagCount; i++) { in ToOutputRqst() 468 if (context.domainCount == 0 && context.tagCount == 0) { in BaseLogLevelHandler() 478 if (context.tagCount != 0) { in BaseLogLevelHandler() 479 for (int i = 0; i < context.tagCount; i++) { in BaseLogLevelHandler() 796 context.tagCount = index; in TagHandler()
|
/base/hiviewdfx/hilog/frameworks/libhilog/include/ |
H A D | hilog_cmd.h | 82 uint8_t tagCount; member
|
/base/hiviewdfx/hilog/services/hilogd/ |
H A D | log_buffer.cpp | 191 for (i = 0; i < filter.tagCount; i++) { in LogMatchFilter() 197 if (filter.tagCount && match == filter.blackTag) { in LogMatchFilter()
|
H A D | service_controller.cpp | 438 if (rqst.tagCount > MAX_TAGS) { in CheckOutputRqst() 471 filter.tagCount = rqst.tagCount; in LogFilterFromOutputRqst() 472 for (i = 0; i < rqst.tagCount; i++) { in LogFilterFromOutputRqst()
|
/base/security/huks/frameworks/huks_standard/main/common/src/ |
H A D | hks_param.c | 471 HKS_API_EXPORT int32_t HksDeleteTagsFromParamSet(const uint32_t *tag, uint32_t tagCount, in HksDeleteTagsFromParamSet() argument 486 for (uint32_t j = 0; j < tagCount; ++j) { in HksDeleteTagsFromParamSet()
|
Completed in 8 milliseconds