| /base/hiviewdfx/hiview/base/test/unittest/common/ |
| D | dispatch_rule_parser_test.cpp | 104 auto rules = ruleParser.GetRule(); variable 122 auto rules = ruleParser.GetRule(); variable 139 auto rules = ruleParser.GetRule(); variable 152 auto rules = ruleParser.GetRule(); variable 169 auto rules = ruleParser.GetRule(); variable
|
| /base/hiviewdfx/hisysevent/interfaces/native/innerkits/hisysevent_manager/ |
| D | hisysevent_base_manager.cpp | 31 std::vector<ListenerRule>& rules) in AddListener() 55 int32_t HiSysEventBaseManager::Query(struct QueryArg& arg, std::vector<QueryRule>& rules, in Query() 74 int64_t HiSysEventBaseManager::Export(struct QueryArg& arg, std::vector<QueryRule>& rules) in Export() 83 int64_t HiSysEventBaseManager::Subscribe(std::vector<QueryRule>& rules) in Subscribe()
|
| D | hisysevent_manager_c.cpp | 43 int HiSysEventQuery(const HiSysEventQueryArg& arg, HiSysEventQueryRule rules[], size_t ruleSize, in HiSysEventQuery() 63 int HiSysEventAddWatcher(HiSysEventWatcher& watcher, HiSysEventWatchRule rules[], size_t ruleSize) in HiSysEventAddWatcher() 100 int OH_HiSysEvent_Query(const HiSysEventQueryArg* arg, HiSysEventQueryRule rules[], size_t ruleSize, in OH_HiSysEvent_Query() 112 int OH_HiSysEvent_Add_Watcher(HiSysEventWatcher* watcher, HiSysEventWatchRule rules[], size_t ruleS… in OH_HiSysEvent_Add_Watcher()
|
| D | hisysevent_manager.cpp | 35 std::vector<ListenerRule>& rules) in AddListener() 70 int32_t HiSysEventManager::Query(struct QueryArg& arg, std::vector<QueryRule>& rules, in Query()
|
| /base/hiviewdfx/hiview/utility/smart_parser/test/resource/SmartParserTest009/ |
| D | test_extract_rule.json | 7 "rules":[ array 15 "rules":[ array
|
| /base/hiviewdfx/hiview/adapter/plugins/eventservice/service/idl/include/ |
| D | parcelable_vector_rw.h | 32 bool ReadVectorFromParcel(Parcel& parcel, std::vector<T>& rules) in ReadVectorFromParcel() 58 bool WriteVectorToParcel(Parcel& parcel, const std::vector<T>& rules) in WriteVectorToParcel()
|
| /base/hiviewdfx/hisysevent/adapter/native/idl/include/ |
| D | parcelable_vector_rw.h | 32 bool ReadVectorFromParcel(Parcel& parcel, std::vector<T>& rules) in ReadVectorFromParcel() 58 bool WriteVectorToParcel(Parcel& parcel, const std::vector<T>& rules) in WriteVectorToParcel()
|
| /base/hiviewdfx/hisysevent/test/moduletest/common/ |
| D | hisysevent_manager_c_test.cpp | 150 HiSysEventQueryRule rules[] = { rule }; in QueryTestWithCondition() local 375 HiSysEventQueryRule rules[] = { rule }; variable 535 HiSysEventQueryRule rules[] = { rule1, rule2 }; variable 603 HiSysEventQueryRule rules[] = { rule1, rule2 }; variable 684 HiSysEventQueryRule rules[] = { rule }; variable 713 HiSysEventQueryRule rules[] = { rule }; variable 745 HiSysEventQueryRule rules[] = { rule }; variable 778 HiSysEventQueryRule rules[] = { rule }; variable 810 HiSysEventQueryRule rules[] = { rule }; variable 840 HiSysEventQueryRule rules[] = { rule }; variable [all …]
|
| /base/hiviewdfx/hiview/adapter/plugins/eventservice/service/idl/src/ |
| D | running_status_log_util.cpp | 27 void RunningStatusLogUtil::LogTooManyQueryRules(const std::vector<SysEventQueryRule>& rules) in LogTooManyQueryRules() 51 void RunningStatusLogUtil::LogTooManyWatchRules(const std::vector<SysEventRule>& rules) in LogTooManyWatchRules()
|
| D | sys_event_service_ohos.cpp | 101 bool MatchRules(const SysEventRuleGroupOhos& rules, const string& domain, const string& eventName, in MatchRules() 127 int32_t CheckEventQueryingValidity(const SysEventQueryRuleGroupOhos& rules, size_t limit) in CheckEventQueryingValidity() 255 int32_t SysEventServiceOhos::AddListener(const std::vector<SysEventRule>& rules, in AddListener() 346 const SysEventQueryRuleGroupOhos& rules) in BuildEventQuery() 384 …ventServiceOhos::Query(const QueryArgument& queryArgument, const SysEventQueryRuleGroupOhos& rules, in Query() 479 int64_t SysEventServiceOhos::AddSubscriber(const SysEventQueryRuleGroupOhos &rules) in AddSubscriber() 499 void SysEventServiceOhos::MergeEventList(const std::vector<SysEventQueryRule>& rules, in MergeEventList() 524 …entServiceOhos::Export(const QueryArgument &queryArgument, const SysEventQueryRuleGroupOhos &rules) in Export()
|
| /base/hiviewdfx/hisysevent/adapter/native/idl/src/ |
| D | sys_event_service_proxy.cpp | 32 int32_t SysEventServiceProxy::AddListener(const std::vector<SysEventRule>& rules, in AddListener() 110 …erviceProxy::Query(const QueryArgument& queryArgument, const std::vector<SysEventQueryRule>& rules, in Query() 197 int64_t SysEventServiceProxy::AddSubscriber(const std::vector<SysEventQueryRule> &rules) in AddSubscriber() 258 …rviceProxy::Export(const QueryArgument &queryArgument, const std::vector<SysEventQueryRule> &rules) in Export()
|
| D | hisysevent_delegate.cpp | 62 const std::vector<ListenerRule>& rules) in AddListener() 111 const std::vector<QueryRule>& rules, in Query() 195 void HiSysEventDelegate::ConvertListenerRule(const std::vector<ListenerRule>& rules, in ConvertListenerRule() 207 void HiSysEventDelegate::ConvertQueryRule(const std::vector<QueryRule>& rules, in ConvertQueryRule()
|
| /base/hiviewdfx/hisysevent/frameworks/native/test/unittest/common/ |
| D | hisysevent_c_wrapper_test.cpp | 157 const HiSysEventWatchRule rules[TEST_RULE_CNT] = { variable 203 const HiSysEventQueryRuleWrapper rules[TEST_RULE_CNT] = { variable 286 const HiSysEventQueryRuleWrapper rules[TEST_RULE_CNT] = { variable 310 const HiSysEventWatchRule rules[TEST_RULE_CNT] = { variable
|
| /base/hiviewdfx/hiview/utility/smart_parser/test/resource/SmartParserTest007/ |
| D | test_extract_rule.json | 15 "rules":[ array 23 "rules":[ array 31 "rules":[ array
|
| /base/hiviewdfx/hiview/utility/smart_parser/test/resource/SmartParserTest012/ |
| D | test_extract_rule.json | 16 "rules":[ array 24 "rules":[ array 32 "rules":[ array
|
| /base/global/i18n_lite/frameworks/i18n/src/ |
| D | plural_rules.cpp | 20 PluralRules::PluralRules(std::string *rules, const int rulesLength, const int *ruleSize, const int … in PluralRules()
|
| /base/hiviewdfx/hiview/utility/smart_parser/test/resource/common/ |
| D | extract_rule.json | 17 "rules":[ array 31 "rules":[ array 40 "rules":[ array 49 "rules":[ array 59 "rules":[ array 73 "rules":[ array 92 "rules":[ array 102 "rules":[ array 111 "rules":[ array 121 "rules":[ array [all …]
|
| /base/hiviewdfx/hiview/utility/smart_parser/test/resource/SmartParserTest011/ |
| D | test_extract_rule.json | 14 "rules":[ array 24 "rules":[ array 34 "rules":[ array 44 "rules":[ array 54 "rules":[ array 65 "rules":[ array
|
| /base/hiviewdfx/hiview/adapter/plugins/eventservice/service/test/unittest/common/ |
| D | sys_event_service_ohos_test.cpp | 78 …int32_t AddListener(const std::vector<SysEventRule>& rules, const sptr<ISysEventCallback>& callbac… in AddListener() 88 int32_t Query(const QueryArgument& queryArgument, const std::vector<SysEventQueryRule>& rules, in Query() 99 int64_t AddSubscriber(const std::vector<SysEventQueryRule> &rules) in AddSubscriber() 109 int64_t Export(const QueryArgument &queryArgument, const std::vector<SysEventQueryRule> &rules) in Export() 158 vector<SysEventRule> rules; in GetTestRules() local
|
| /base/hiviewdfx/hiview/utility/smart_parser/config/ |
| D | extract_rule.json | 14 "rules":[ array 23 "rules":[ array 34 "rules":[ array 50 "rules":[ array 67 "rules":[ array 88 "rules":[ array 98 "rules":[ array 107 "rules":[ array 117 "rules":[ array 126 "rules":[ array [all …]
|
| /base/security/security_guard/services/data_collect/collect/hiview/ |
| D | hiview_collector.cpp | 27 std::vector<HiviewDFX::ListenerRule> rules; in Collect() local
|
| /base/hiviewdfx/hiview/build/ |
| D | plugin_build.json | 4 "rules": [ array
|
| /base/hiviewdfx/hisysevent/interfaces/js/kits/napi/src/ |
| D | napi_hisysevent_js.cpp | 136 std::vector<ListenerRule> rules; in AddWatcher() local 221 std::vector<QueryRule> rules; in Query() local 282 std::vector<QueryRule> rules; in ExportSysEvents() local 316 std::vector<QueryRule> rules; in Subscribe() local
|
| /base/hiviewdfx/hisysevent/test/unittest/common/permission/ |
| D | hisysevent_permission.test.js | 116 rules: [{ property 141 rules: [{ property
|
| /base/hiviewdfx/hiview/utility/smart_parser/test/resource/SmartParserTest010/ |
| D | test_extract_rule.json | 14 "rules":[ array 24 "rules":[ array
|