Searched refs:tagCount (Results 1 – 7 of 7) sorted by relevance
/base/hiviewdfx/hilog/services/hilogd/include/ |
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/ |
D | hks_param.h | 145 HKS_API_EXPORT int32_t HksDeleteTagsFromParamSet(const uint32_t *tag, uint32_t tagCount,
|
/base/hiviewdfx/hilog/services/hilogtool/ |
D | main.cpp | 313 int tagCount; member 325 … pidCount(0), pids { 0 }, types(0), blackTag(false), tagCount(0), tags { "" }, colorful(false), 341 rqst.tagCount = tagCount; in ToOutputRqst() 342 for (i = 0; i < tagCount; i++) { in ToOutputRqst() 457 if (context.domainCount == 0 && context.tagCount == 0) { in BaseLogLevelHandler() 467 if (context.tagCount != 0) { in BaseLogLevelHandler() 468 for (int i = 0; i < context.tagCount; i++) { in BaseLogLevelHandler() 785 context.tagCount = index; in TagHandler()
|
/base/hiviewdfx/hilog/frameworks/libhilog/include/ |
D | hilog_cmd.h | 78 uint8_t tagCount; member
|
/base/security/huks/frameworks/huks_standard/main/common/src/ |
D | hks_param.c | 425 HKS_API_EXPORT int32_t HksDeleteTagsFromParamSet(const uint32_t *tag, uint32_t tagCount, in HksDeleteTagsFromParamSet() argument 440 for (uint32_t j = 0; j < tagCount; ++j) { in HksDeleteTagsFromParamSet()
|
/base/hiviewdfx/hilog/services/hilogd/ |
D | log_buffer.cpp | 182 for (i = 0; i < filter.tagCount; i++) { in LogMatchFilter() 188 if (filter.tagCount && match == filter.blackTag) { in LogMatchFilter()
|
D | service_controller.cpp | 426 if (rqst.tagCount > MAX_TAGS) { in CheckOutputRqst() 459 filter.tagCount = rqst.tagCount; in LogFilterFromOutputRqst() 460 for (i = 0; i < rqst.tagCount; i++) { in LogFilterFromOutputRqst()
|