Home
last modified time | relevance | path

Searched refs:tagCount (Results 1 - 7 of 7) sorted by relevance

/base/hiviewdfx/hilog/services/hilogd/include/
H A Dlog_filter.h34 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 Dhks_param.h152 HKS_API_EXPORT int32_t HksDeleteTagsFromParamSet(const uint32_t *tag, uint32_t tagCount,
/base/hiviewdfx/hilog/services/hilogtool/
H A Dmain.cpp322 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 Dhilog_cmd.h82 uint8_t tagCount; member
/base/hiviewdfx/hilog/services/hilogd/
H A Dlog_buffer.cpp191 for (i = 0; i < filter.tagCount; i++) { in LogMatchFilter()
197 if (filter.tagCount && match == filter.blackTag) { in LogMatchFilter()
H A Dservice_controller.cpp438 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 Dhks_param.c471 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