/base/hiviewdfx/hisysevent/interfaces/native/innerkits/hisysevent_manager/ |
D | hisysevent_manager_c.cpp | 40 std::vector<std::string> eventList; in HiSysEventQuery() local 42 eventList.emplace_back(rules[i].eventList[j]); in HiSysEventQuery() 45 queryRules.emplace_back(rules[i].domain, eventList, WHOLE_WORD, 0, cond); in HiSysEventQuery()
|
/base/hiviewdfx/hisysevent/interfaces/native/innerkits/hisysevent_manager/include/ |
D | hisysevent_rules.h | 80 QueryRule(const std::string& domain, const std::vector<std::string>& eventList, 82 …: domain(domain), eventList(eventList), ruleType(ruleType), eventType(eventType), condition(cond) … in domain() 91 return eventList; in GetEventList() 108 std::vector<std::string> eventList; variable
|
D | hisysevent_manager_c.h | 41 char eventList[MAX_NUMBER_OF_EVENT_LIST][MAX_LENGTH_OF_EVENT_NAME]; member
|
/base/hiviewdfx/hisysevent/adapter/native/idl/src/ |
D | sys_event_query_rule.cpp | 34 if (!parcel.WriteStringVector(eventList)) { in Marshalling() 58 if (!parcel.ReadStringVector(&(ret->eventList))) { in Unmarshalling()
|
D | hisysevent_delegate.cpp | 127 auto eventList = rule.GetEventList(); in ConvertQueryRule() local 128 for_each(eventList.cbegin(), eventList.cend(), [&](const std::string &event) { in ConvertQueryRule()
|
/base/hiviewdfx/hisysevent/adapter/native/idl/include/ |
D | sys_event_query_rule.h | 34 … : domain(domain), eventList(events), ruleType(ruleType), eventType(eventType), condition(cond) {}; in domain() 41 std::vector<std::string> eventList; variable
|
/base/hiviewdfx/hiview/adapter/plugins/eventservice/service/idl/include/ |
D | sys_event_query_rule.h | 31 … : domain(domain), eventList(events), ruleType(ruleType), eventType(eventType), condition(cond) {}; in domain() 38 std::vector<std::string> eventList; variable
|
/base/hiviewdfx/hiview/adapter/plugins/eventservice/service/idl/src/ |
D | sys_event_query_rule.cpp | 34 if (!parcel.WriteStringVector(eventList)) { in Marshalling() 58 if (!parcel.ReadStringVector(&(ret->eventList))) { in Unmarshalling()
|
D | running_status_log_util.cpp | 35 if (!rule.eventList.empty()) { in LogTooManyQueryRules() 37 for (auto& eventName : rule.eventList) { in LogTooManyQueryRules()
|
D | sys_event_service_ohos.cpp | 351 return any_of(rule.eventList.cbegin(), rule.eventList.cend(), in BuildEventQuery()
|
/base/hiviewdfx/hisysevent/test/moduletest/common/ |
D | hisysevent_manager_c_test.cpp | 58 (void)StringUtil::CopyCString(rule.eventList[0], TEST_NAME, MAX_LEN_OF_NAME); in InitQueryRule() 66 (void)StringUtil::CopyCString(rule.eventList[0], TEST_NAME, MAX_LEN_OF_NAME); in InitQueryRuleWithCondition() 505 (void)StringUtil::CopyCString(rule1.eventList[0], TEST_NAME, MAX_LEN_OF_NAME); 506 (void)StringUtil::CopyCString(rule1.eventList[1], "PLUGIN_UNLOAD", MAX_LEN_OF_NAME); 510 (void)StringUtil::CopyCString(rule2.eventList[0], "APP_USAGE", MAX_LEN_OF_NAME); 511 (void)StringUtil::CopyCString(rule2.eventList[1], "SYS_USAGE", MAX_LEN_OF_NAME); 576 (void)StringUtil::CopyCString(rule1.eventList[0], TEST_NAME, MAX_LEN_OF_NAME); 577 (void)StringUtil::CopyCString(rule1.eventList[1], "PLUGIN_UNLOAD", MAX_LEN_OF_NAME); 582 (void)StringUtil::CopyCString(rule2.eventList[0], "APP_USAGE", MAX_LEN_OF_NAME); 583 (void)StringUtil::CopyCString(rule2.eventList[1], "SYS_USAGE", MAX_LEN_OF_NAME); [all …]
|
D | hisysevent_adapter_native_test.cpp | 361 queryRulePtr->eventList.size() == 2 && queryRulePtr->eventList[0] == "EVENT_NAME1");
|
/base/hiviewdfx/hiview/adapter/plugins/eventservice/service/test/unittest/common/ |
D | sys_event_service_ohos_test.cpp | 552 … eventQueryRulePtr->eventList.size() == 2 && eventQueryRulePtr->eventList[0] == "EVENT_NAME1");
|