/ohos5.0/base/hiviewdfx/hisysevent/interfaces/native/innerkits/hisysevent_manager/include/ |
H A D | hisysevent_query_callback_c.h | 27 HiSysEventQueryCallbackC(OnQueryFunc onQuery, OnCompleteFunc onComplete) in HiSysEventQueryCallbackC() argument 29 onQuery_ = onQuery; in HiSysEventQueryCallbackC()
|
/ohos5.0/base/security/security_guard/frameworks/js/napi/ |
H A D | napi_security_event_querier.cpp | 175 napi_value onQuery = NapiGetNamedProperty(env, querier, ON_QUERY_ATTR); in OnQuery() local 178 napi_status res = napi_call_function(env, querier, onQuery, 1, argv, &ret); in OnQuery() 221 napi_value onQuery = NapiGetNamedProperty(env, querier, ON_ERROR_ATTR); in OnError() local 223 napi_status status = napi_call_function(env, querier, onQuery, 1, argv, &ret); in OnError()
|
/ohos5.0/base/hiviewdfx/hisysevent/interfaces/js/kits/napi/src/ |
H A D | napi_hisysevent_querier.cpp | 68 napi_value onQuery = NapiHiSysEventUtil::GetPropertyByName(env, querier, ON_QUERY_ATTR); in OnQuery() local 70 napi_status status = napi_call_function(env, querier, onQuery, ON_QUERY_PARAM_COUNT, in OnQuery()
|
/ohos5.0/base/hiviewdfx/hisysevent/test/unittest/common/permission/ |
H A D | hisysevent_permission.test.js | 174 onQuery: function () {},
|
/ohos5.0/docs/zh-cn/release-notes/api-diff/v3.2-beta2/ |
H A D | js-apidiff-dfx.md | 13 | ohos.hiSysEvent | Querier | onQuery: (infos: SysEventInfo[], seqs: number[]) => void; | 新增 |
|
/ohos5.0/docs/en/release-notes/api-diff/v3.2-beta2/ |
H A D | js-apidiff-dfx.md | 13 | ohos.hiSysEvent | Querier | onQuery: (infos: SysEventInfo[], seqs: number[]) => void; | Added|
|
/ohos5.0/docs/zh-cn/release-notes/api-diff/v3.2-beta4/ |
H A D | js-apidiff-dfx.md | 4 |新增|NA|方法名 or 属性名:onQuery<br>函数:onQuery: (infos: SysEventInfo[]) => void;|@ohos.hiSysEvent.d.ts|
|
/ohos5.0/docs/zh-cn/release-notes/api-diff/monthly-202210/ |
H A D | js-apidiff-dfx.md | 4 |新增|NA|方法名 or 属性名:onQuery<br>函数:onQuery: (infos: SysEventInfo[]) => void;|@ohos.hiSysEvent.d.ts|
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-performance-analysis-kit/ |
H A D | js-apis-hisysevent-sys.md | 356 | onQuery | function | 是 | 返回查询到的系统事件的回调方法(infos: [SysEventInfo](#syseventinfo)[]) => void。 | 425 onQuery: (infos: hiSysEvent.SysEventInfo[]) => {
|
/ohos5.0/docs/en/release-notes/api-diff/monthly-202210/ |
H A D | js-apidiff-dfx.md | 4 |Added|NA|Method or attribute name: onQuery<br>Function name: onQuery: (infos: SysEventInfo[]) => v…
|
/ohos5.0/docs/en/application-dev/reference/apis-performance-analysis-kit/ |
H A D | js-apis-hisysevent-sys.md | 356 | onQuery | function | Yes| Callback used to return the queried system events: (infos: [SysEventInf… 425 onQuery: (infos: hiSysEvent.SysEventInfo[]) => {
|
/ohos5.0/docs/en/release-notes/api-diff/v3.2-beta4/ |
H A D | js-apidiff-dfx.md | 4 |Added|NA|Method or attribute name: onQuery<br>Function name: onQuery: (infos: SysEventInfo[]) => v…
|
/ohos5.0/base/hiviewdfx/hisysevent/test/unittest/common/napi/ |
H A D | napi_hisysevent.test.js | 186 onQuery: function (infos) {
|
/ohos5.0/docs/zh-cn/release-notes/api-diff/v3.2-Release/ |
H A D | js-apidiff-dfx.md | 42 |新增|NA|类名:Querier;<br>方法or属性:onQuery: (infos: SysEventInfo[]) => void;|@ohos.hiSysEvent.d.ts|
|
/ohos5.0/docs/en/release-notes/api-diff/v3.2-Release/ |
H A D | js-apidiff-dfx.md | 42 |Added|NA|Class name: Querier;<br>Method or attribute name: onQuery: (infos: SysEventInfo[]) => voi…
|