Home
last modified time | relevance | path

Searched refs:eventListSize (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/base/hiviewdfx/hisysevent/frameworks/native/c_wrapper/source/
H A Dhisysevent_c_wrapper.cpp87 wrapper.eventListSize); in ConvertQueryRuleWrapper()
88 dest[i].eventListSize = wrapper.eventListSize; in ConvertQueryRuleWrapper()
H A Dhisysevent_rust_manager.cpp55 if (strlen(rules[i].domain) == 0 || rules[i].eventListSize == 0) { in HiSysEventQuery()
59 for (size_t j = 0; j < rules[i].eventListSize; ++j) { in HiSysEventQuery()
/ohos5.0/base/hiviewdfx/hisysevent/test/moduletest/common/
H A Dhisysevent_manager_c_test.cpp64 rule.eventListSize = 1; in InitQueryRule()
72 rule.eventListSize = 1; in InitQueryRuleWithCondition()
529 rule1.eventListSize = 2;
534 rule2.eventListSize = 2;
595 rule1.eventListSize = 2;
601 rule2.eventListSize = 2;
683 rule.eventListSize = 0;
712 rule.eventListSize = 1;
741 rule.eventListSize = 0;
774 rule.eventListSize = 1;
[all …]
/ohos5.0/base/hiviewdfx/hisysevent/interfaces/native/innerkits/hisysevent_manager/
H A Dhisysevent_manager_c.cpp48 if (strlen(rules[i].domain) == 0 || rules[i].eventListSize == 0) { in HiSysEventQuery()
52 for (size_t j = 0; j < rules[i].eventListSize; ++j) { in HiSysEventQuery()
/ohos5.0/base/hiviewdfx/hisysevent/interfaces/native/innerkits/hisysevent_manager/include/
H A Dhisysevent_manager_c.h44 size_t eventListSize; member
/ohos5.0/base/hiviewdfx/hisysevent/frameworks/native/c_wrapper/include/
H A Dhisysevent_c_wrapper.h45 unsigned int eventListSize; member
/ohos5.0/docs/zh-cn/device-dev/subsystems/
H A Dsubsys-dfx-hisysevent-query.md113 | eventListSize | size_t | 用于指定查询的事件名称列表大小。 |
256 rule.eventListSize = 1;
380 rule.eventListSize = 1;
/ohos5.0/docs/en/device-dev/subsystems/
H A Dsubsys-dfx-hisysevent-query.md113 | eventListSize | size_t | Size of the event name list. |
256 rule.eventListSize = 1;
380 rule.eventListSize = 1;
/ohos5.0/base/hiviewdfx/hisysevent/frameworks/native/test/unittest/common/
H A Dhisysevent_c_wrapper_test.cpp82 rule.eventListSize = name.length(); in CreateQueryRule()
/ohos5.0/foundation/communication/dsoftbus/core/common/dfx/hidumper_adapter/
H A Dsoftbus_hidumper_util.c1058 queryRule->eventListSize = SOFTBUS_ONE; in UpdateSysEventQueryParam()