Searched defs:ruleSize (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/base/hiviewdfx/hisysevent/interfaces/native/innerkits/hisysevent_manager/ |
H A 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 …OH_HiSysEvent_Add_Watcher(HiSysEventWatcher* watcher, HiSysEventWatchRule rules[], size_t ruleSize) in OH_HiSysEvent_Add_Watcher()
|
/ohos5.0/base/global/i18n_lite/frameworks/i18n/src/ |
H A D | plural_format_impl.cpp | 163 bool PluralFormatImpl::ParseDecimalRule(const std::string &rule, const int ruleSize, const int *num… in ParseDecimalRule() 203 bool PluralFormatImpl::ParseDecimalFormula(const std::string &rule, const int ruleSize, int &index, in ParseDecimalFormula() 246 bool PluralFormatImpl::ParseRule(const std::string &rule, const int ruleSize, const int number) con… in ParseRule() argument 284 bool PluralFormatImpl::ParseFormula(const std::string &rule, const int ruleSize, int &index, const … in ParseFormula() argument 304 bool PluralFormatImpl::CompareResult(const std::string &rule, const int ruleSize, int &index, const… in CompareResult() argument 339 bool PluralFormatImpl::CompareNotEqualResult(const std::string &rule, const int ruleSize, int &inde… in CompareNotEqualResult() 375 int PluralFormatImpl::ParseNumber(const std::string &rule, const int ruleSize, int &index) const in ParseNumber() argument
|
H A D | plural_rules.cpp | 20 PluralRules::PluralRules(std::string *rules, const int rulesLength, const int *ruleSize, const int … in PluralRules()
|
/ohos5.0/base/hiviewdfx/hisysevent/frameworks/native/c_wrapper/source/ |
H A D | hisysevent_rust_manager.cpp | 47 … HiSysEventQuery(HiSysEventQueryArg* arg, const HiSysEventQueryRule rules[], const size_t ruleSize, in HiSysEventQuery() 85 const size_t ruleSize) in HiSysEventAddWatcher() 179 const size_t ruleSize) in OhHiSysEventAddRustWatcher() 190 const size_t ruleSize, HiSysEventRustQuerierC* querier) in OhHiSysEventRustQuery()
|
H A D | hisysevent_c_wrapper.cpp | 108 unsigned int ruleSize) in HiSysEventAddWatcherWrapper() 119 unsigned int ruleSize, HiSysEventRustQuerierC* querier) in HiSysEventQueryWrapper()
|