Home
last modified time | relevance | path

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

/base/hiviewdfx/hiview/base/test/unittest/common/
H A Ddispatch_rule_parser_test.cpp107 ASSERT_EQ(rules->tagList.size(), TAG_SIZE); in HWTEST_F()
125 ASSERT_EQ(rules->tagList.size(), 0); in HWTEST_F()
155 ASSERT_EQ(rules->tagList.size(), 0); in HWTEST_F()
172 ASSERT_EQ(rules->tagList.size(), 0); in HWTEST_F()
/base/security/huks/services/huks_standard/huks_engine/main/core/src/
H A Dhks_upgrade_key.c41 uint32_t *tagList = NULL; in IsTagInAlgTagsList() local
43 HksGetAlgTagsList(&tagList, &listSize); in IsTagInAlgTagsList()
45 if (tag == tagList[i]) { in IsTagInAlgTagsList()
70 uint32_t *tagList = NULL; in AddMandatoryParams() local
72 HksGetKeyFileTagsList(&tagList, &listSize); in AddMandatoryParams()
76 ret = HksGetParam(paramSet, tagList[i], &param); in AddMandatoryParams()
77 HKS_IF_NOT_SUCC_LOGE_BREAK(ret, "get param %" LOG_PUBLIC "u from paramSet failed!", tagList[i]) in AddMandatoryParams()
79 HKS_IF_NOT_SUCC_LOGE_BREAK(ret, "add param %" LOG_PUBLIC "u into targetParamSet failed!", tagList[i]) in AddMandatoryParams()
/base/hiviewdfx/hiview/base/include/
H A Ddefines.h88 std::unordered_set<std::string> tagList; member
/base/hiviewdfx/hitrace/frameworks/native/
H A Dcommon_utils.cpp184 std::vector<std::string> tagList; in ParseTagGroups() local
188 tagList.push_back(tag->valuestring); in ParseTagGroups()
191 tagGroupTable.insert(std::pair<std::string, std::vector<std::string>>(tagGroupName, tagList)); in ParseTagGroups()
/base/hiviewdfx/hiview/base/
H A Ddispatch_rule_parser.cpp96 dispatchRule_->tagList.insert(jsonTagArray[i].asString()); in ParseTagEvents()
/base/hiviewdfx/hilog/services/hilogtool/
H A Dlog_display.cpp163 static void SortTagList(vector<TagStatsRsp>& vt, const TagStatsRsp* tagList, int num) in SortTagList() argument
165 SortByLens(vt, tagList, num); in SortTagList()
/base/hiviewdfx/hiview/core/
H A Dhiview_platform.cpp505 rule->eventList, rule->tagList, rule->domainRuleMap); in InitPlugin()

Completed in 6 milliseconds