Home
last modified time | relevance | path

Searched refs:QueryRule (Results 1 – 25 of 36) sorted by relevance

12

/ohos5.0/docs/zh-cn/release-notes/api-diff/v4.0-beta2/
H A Djs-apidiff-dfx.md3 |新增|NA|类名:hiSysEvent;<br>方法or属性:function exportSysEvents(queryArg: QueryArg, rules: QueryRule[]): n…
4 |新增|NA|类名:hiSysEvent;<br>方法or属性:function subscribe(rules: QueryRule[]): number;|@ohos.hiSysEvent.d.…
8 |新增|NA|类名:QueryRule;<br>方法or属性:condition?: string;|@ohos.hiSysEvent.d.ts|
22QueryRule[], querier: Querier): void;<br>旧版本信息:201,401,11200301,11200302,11200303,11200304|类名:hiSy…
26 |访问级别有变化|类名:QueryRule;<br>方法or属性:domain: string;<br>旧版本信息:|类名:QueryRule;<br>方法or属性:domain: string;<…
37 |访问级别有变化|类名:QueryRule;<br>方法or属性:names: string[];<br>旧版本信息:|类名:QueryRule;<br>方法or属性:names: string[]…
40 |type有变化|类名:QueryRule;<br>方法or属性:domain: string;<br>旧版本信息:|类名:QueryRule;<br>方法or属性:domain: string;<…
50 |type有变化|类名:QueryRule;<br>方法or属性:names: string[];<br>旧版本信息:|类名:QueryRule;<br>方法or属性:names: string[]…
/ohos5.0/base/hiviewdfx/hisysevent/adapter/native/idl/include/
H A Dhisysevent_delegate.h46 int32_t Query(const struct QueryArg& arg, const std::vector<QueryRule>& rules,
50 int64_t Export(const struct QueryArg& arg, const std::vector<QueryRule>& rules) const;
51 int64_t Subscribe(const std::vector<QueryRule>& rules) const;
57 void ConvertQueryRule(const std::vector<QueryRule>& rules,
/ohos5.0/docs/zh-cn/application-dev/reference/apis-performance-analysis-kit/
H A Djs-apis-hisysevent-sys.md336 ## QueryRule section
420 let queryRules: hiSysEvent.QueryRule[] = [{
423 } as hiSysEvent.QueryRule];
507 } as hiSysEvent.QueryRule];
530 subscribe(rules: QueryRule[]): number
570 let rules: hiSysEvent.QueryRule[] = [{
573 } as hiSysEvent.QueryRule,
577 } as hiSysEvent.QueryRule];
640 let rules: hiSysEvent.QueryRule[] = [{
643 } as hiSysEvent.QueryRule,
[all …]
/ohos5.0/base/hiviewdfx/hisysevent/interfaces/native/innerkits/hisysevent_manager/include/
H A Dhisysevent_base_manager.h37 static int32_t Query(struct QueryArg& arg, std::vector<QueryRule>& rules,
40 static int64_t Export(struct QueryArg& arg, std::vector<QueryRule>& rules);
41 static int64_t Subscribe(std::vector<QueryRule>& rules);
H A Dhisysevent_rules.h87 class QueryRule {
89 QueryRule(const std::string& domain, const std::vector<std::string>& eventList,
H A Dhisysevent_manager.h60 static int32_t Query(struct QueryArg& arg, std::vector<QueryRule>& rules,
/ohos5.0/docs/zh-cn/release-notes/api-diff/v4.0-Release to v3.2-Release/
H A Djs-apidiff-dfx.md3 |新增|NA|类名:hiSysEvent;<br>方法or属性:function exportSysEvents(queryArg: QueryArg, rules: QueryRule[]): n…
4 |新增|NA|类名:hiSysEvent;<br>方法or属性:function subscribe(rules: QueryRule[]): number;|@ohos.hiSysEvent.d.…
8 |新增|NA|类名:QueryRule;<br>方法or属性:condition?: string;|@ohos.hiSysEvent.d.ts|
22QueryRule[], querier: Querier): void;<br>旧版本信息:201,401,11200301,11200302,11200303,11200304|类名:hiSy…
26 |访问级别有变化|类名:QueryRule;<br>方法or属性:domain: string;<br>旧版本信息:|类名:QueryRule;<br>方法or属性:domain: string;<…
37 |访问级别有变化|类名:QueryRule;<br>方法or属性:names: string[];<br>旧版本信息:|类名:QueryRule;<br>方法or属性:names: string[]…
40 |type有变化|类名:QueryRule;<br>方法or属性:domain: string;<br>旧版本信息:|类名:QueryRule;<br>方法or属性:domain: string;<…
50 |type有变化|类名:QueryRule;<br>方法or属性:names: string[];<br>旧版本信息:|类名:QueryRule;<br>方法or属性:names: string[]…
/ohos5.0/docs/en/application-dev/reference/apis-performance-analysis-kit/
H A Djs-apis-hisysevent-sys.md336 ## QueryRule section
420 let queryRules: hiSysEvent.QueryRule[] = [{
423 } as hiSysEvent.QueryRule];
507 } as hiSysEvent.QueryRule];
530 subscribe(rules: QueryRule[]): number
570 let rules: hiSysEvent.QueryRule[] = [{
573 } as hiSysEvent.QueryRule,
577 } as hiSysEvent.QueryRule];
640 let rules: hiSysEvent.QueryRule[] = [{
643 } as hiSysEvent.QueryRule,
[all …]
/ohos5.0/base/hiviewdfx/hisysevent/interfaces/native/innerkits/hisysevent_manager/
H A Dhisysevent_base_manager.cpp55 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()
H A Dlibhisyseventmanager.map14 …X::QueryArg&, std::__h::vector<OHOS::HiviewDFX::QueryRule, std::__h::allocator<OHOS::HiviewDFX::Qu…
20 …X::QueryArg&, std::__h::vector<OHOS::HiviewDFX::QueryRule, std::__h::allocator<OHOS::HiviewDFX::Qu…
27 …X::QueryArg&, std::__h::vector<OHOS::HiviewDFX::QueryRule, std::__h::allocator<OHOS::HiviewDFX::Qu…
28 …er::Subscribe(std::__h::vector<OHOS::HiviewDFX::QueryRule, std::__h::allocator<OHOS::HiviewDFX::Qu…
H A Dhisysevent_manager.cpp70 int32_t HiSysEventManager::Query(struct QueryArg& arg, std::vector<QueryRule>& rules, in Query()
/ohos5.0/base/hiviewdfx/hisysevent/adapter/native/idl/src/
H A Dhisysevent_delegate.cpp111 const std::vector<QueryRule>& rules, in Query()
130 int64_t HiSysEventDelegate::Export(const struct QueryArg& arg, const std::vector<QueryRule>& rules)… in Export()
154 int64_t HiSysEventDelegate::Subscribe(const std::vector<QueryRule>& rules) const in Subscribe()
207 void HiSysEventDelegate::ConvertQueryRule(const std::vector<QueryRule>& rules, in ConvertQueryRule()
210 for_each(rules.cbegin(), rules.cend(), [&sysRules](const QueryRule &rule) { in ConvertQueryRule()
/ohos5.0/docs/en/release-notes/api-diff/v4.0-beta2/
H A Djs-apidiff-dfx.md3 … or attribute name: function exportSysEvents(queryArg: QueryArg, rules: QueryRule[]): number;|@oho…
4 |Added|NA|Class name: hiSysEvent;<br>Method or attribute name: function subscribe(rules: QueryRule[…
8 |Added|NA|Class name: QueryRule;<br>Method or attribute name: condition?: string;|@ohos.hiSysEvent.…
22QueryRule[], querier: Querier): void;<br>Old version information: 201,401,11200301,11200302,112003…
26 …el changed|Class name: QueryRule;<br>Method or attribute name: domain: string;<br>Old version info…
37 …el changed|Class name: QueryRule;<br>Method or attribute name: names: string[];<br>Old version inf…
40 …pe changed|Class name: QueryRule;<br>Method or attribute name: domain: string;<br>Old version info…
50 …pe changed|Class name: QueryRule;<br>Method or attribute name: names: string[];<br>Old version inf…
/ohos5.0/docs/zh-cn/release-notes/api-diff/v3.2-beta2/
H A Djs-apidiff-dfx.md9 | ohos.hiSysEvent | hiSysEvent | query(queryArg: QueryArg, rules: QueryRule[], querier: Querier): n…
14 | ohos.hiSysEvent | QueryRule | names: string[]; | 新增 |
15 | ohos.hiSysEvent | QueryRule | domain: string; | 新增 |
/ohos5.0/base/hiviewdfx/hisysevent/test/unittest/rust/src/
H A Dmain.rs19 use hisysevent::{QueryArg, QueryRule, Querier};
117 QueryRule { in test_hisysevent_query_001()
126 QueryRule { in test_hisysevent_query_001()
/ohos5.0/docs/en/release-notes/api-diff/v3.2-beta2/
H A Djs-apidiff-dfx.md9 | ohos.hiSysEvent | hiSysEvent | query(queryArg: QueryArg, rules: QueryRule[], querier: Querier): n…
14 | ohos.hiSysEvent | QueryRule | names: string[]; | Added|
15 | ohos.hiSysEvent | QueryRule | domain: string; | Added|
/ohos5.0/docs/zh-cn/device-dev/subsystems/
H A Dsubsys-dfx-hisysevent-query.md25 | int32_t Query(struct&nbsp;QueryArg&amp;&nbsp;arg,<br/>std::vector&lt;QueryRule&gt;&amp;&nbsp;rule…
52 **表5** QueryRule查询规则对象
56 | QueryRule(const&nbsp;std::string&amp;&nbsp;domain,<br/>const&nbsp;std::vector&lt;std::string&gt;&…
207 QueryRule rule("HIVIEWDFX", { "PLUGIN_LOAD" });
208 std::vector<QueryRule> queryRules = { rule };
325 QueryRule rule("HIVIEWDFX", { "PLUGIN_LOAD" });
326 std::vector<QueryRule> queryRules = { rule };
/ohos5.0/docs/en/release-notes/api-diff/v4.0-Release-vs-v3.2-Release/
H A Djs-apidiff-dfx.md3 … or attribute name: function exportSysEvents(queryArg: QueryArg, rules: QueryRule[]): number;|@oho…
4 |Added|NA|Class name: hiSysEvent;<br>Method or attribute name: function subscribe(rules: QueryRule[…
8 |Added|NA|Class name: QueryRule;<br>Method or attribute name: condition?: string;|@ohos.hiSysEvent.…
22QueryRule[], querier: Querier): void;<br>Old version information: 201,401, 11200301, 11200302, 112…
26 …el changed|Class name: QueryRule;<br>Method or attribute name: domain: string;<br>Old version info…
37 …el changed|Class name: QueryRule;<br>Method or attribute name: names: string[];<br>Old version inf…
40 …pe changed|Class name: QueryRule;<br>Method or attribute name: domain: string;<br>Old version info…
50 …pe changed|Class name: QueryRule;<br>Method or attribute name: names: string[];<br>Old version inf…
/ohos5.0/base/hiviewdfx/hisysevent/interfaces/rust/innerkits/src/
H A Dlib.rs81 pub struct QueryRule<'a> { struct
93 pub fn query(query_arg: &QueryArg, query_rules: &[QueryRule], querier: &Querier) -> i32 { in query() argument
/ohos5.0/docs/en/device-dev/subsystems/
H A Dsubsys-dfx-hisysevent-query.md25 | int32_t Query(struct&nbsp;QueryArg&amp;&nbsp;arg,<br>std::vector&lt;QueryRule&gt;&amp;&nbsp;rules…
52 **Table 5** Description of QueryRule objects
56QueryRule(const&nbsp;std::string&amp;&nbsp;domain,<br>const&nbsp;std::vector&lt;std::string&gt;&am…
197 3. Call the query API while passing in **QueryArg**, **QueryRule**, and **QueryCallback**.
206 // Create a QueryRule object.
207 QueryRule rule("HIVIEWDFX", { "PLUGIN_LOAD" });
208 std::vector<QueryRule> queryRules = { rule };
325 QueryRule rule("HIVIEWDFX", { "PLUGIN_LOAD" });
326 std::vector<QueryRule> queryRules = { rule };
/ohos5.0/base/hiviewdfx/hisysevent/test/fuzztest/common/hisyseventmanager_fuzzer/
H A Dhisyseventmanager_fuzzer.cpp81 std::vector<QueryRule> rules = { QueryRule(strData, {strData}) }; in HiSysEventQueryTest()
/ohos5.0/base/hiviewdfx/hisysevent/test/moduletest/common/
H A Dhisysevent_native_test.cpp152 std::vector<OHOS::HiviewDFX::QueryRule> queryRules;
154 OHOS::HiviewDFX::QueryRule rule("", eventNames); // empty domain
174 std::vector<OHOS::HiviewDFX::QueryRule> queryRules;
176 OHOS::HiviewDFX::QueryRule rule("DOMAIN", eventNames);
1112 std::vector<OHOS::HiviewDFX::QueryRule> queryRules;
1171 std::vector<OHOS::HiviewDFX::QueryRule> queryRules;
1175 OHOS::HiviewDFX::QueryRule rule("DOMAIN", eventNames);
1194 std::vector<OHOS::HiviewDFX::QueryRule> queryRules;
1220 std::vector<OHOS::HiviewDFX::QueryRule> queryRules;
1553 std::vector<OHOS::HiviewDFX::QueryRule> queryRules;
[all …]
H A Dhisysevent_adapter_native_test.cpp194 std::vector<QueryRule> queryRules;
196 QueryRule rule("AAFWK", eventNames);
/ohos5.0/base/hiviewdfx/hisysevent/frameworks/native/
H A Dhisysevent_tool.cpp277 std::vector<QueryRule> queryRules; in DoAction()
284 QueryRule rule(clientCmdArg.domain, { clientCmdArg.eventName }, in DoAction()
/ohos5.0/base/hiviewdfx/hisysevent/interfaces/js/kits/napi/src/
H A Dnapi_hisysevent_js.cpp221 std::vector<QueryRule> rules; in Query()
282 std::vector<QueryRule> rules; in ExportSysEvents()
316 std::vector<QueryRule> rules; in Subscribe()

12