Home
last modified time | relevance | path

Searched defs:onTrigger (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/base/hiviewdfx/hiappevent/test/unittest/common/napi/
H A Dnapi_hiappevent.test.js1306 function onTriggerTest(onTrigger, expectErr) { argument
1351 onTrigger: simpleTrigger property in expect.assertTrue
1361 onTrigger: simpleTrigger property in expect.assertTrue
1371 onTrigger: simpleTrigger property in expect.assertTrue
1383 onTrigger: simpleTrigger property in expect.assertTrue
1433 onTrigger: function (curRow, curSize, holder) { method in AnonymousFunction7ac93c2c0100.AnonymousFunction7ac93c2c3800.watcher
1479 onTrigger: function (curRow, curSize, holder) { method in AnonymousFunction7ac93c2c0100.AnonymousFunction7ac93c2c3900.watcher
1524 onTrigger: function (curRow, curSize, holder) { method in AnonymousFunction7ac93c2c0100.AnonymousFunction7ac93c2c3a00.watcher
1686 onTrigger: function (curRow, curSize, holder) { method in AnonymousFunction7ac93c2c0100.AnonymousFunction7ac93c2c3e00.watcher
1828 onTrigger: simpleTrigger property in AnonymousFunction7ac93c2c0100.AnonymousFunction7ac93c2c4100.watcher2
[all …]
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/js/napi/include/
H A Dnapi_app_event_watcher.h27 napi_ref onTrigger = nullptr; member
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/native/ndk/src/
H A Dndk_app_event_watcher_proxy.cpp47 int NdkAppEventWatcherProxy::SetWatcherOnTrigger(OH_HiAppEvent_OnTrigger onTrigger) in SetWatcherOnTrigger()
H A Dndk_app_event_watcher_service.cpp60 int SetWatcherOnTrigger(struct HiAppEvent_Watcher* watcher, OH_HiAppEvent_OnTrigger onTrigger) in SetWatcherOnTrigger()
H A Dndk_app_event_watcher.cpp60 void NdkAppEventWatcher::SetOnTrigger(OH_HiAppEvent_OnTrigger onTrigger) in SetOnTrigger()
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/cj/ffi/include/
H A Dappevent_watcher_impl.h45 std::function<void(int, int, int64_t)> onTrigger = nullptr; member
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/native/ndk/
H A Dhiappevent_ndk.c309 …AppEvent_SetWatcherOnTrigger(struct HiAppEvent_Watcher *watcher, OH_HiAppEvent_OnTrigger onTrigger) in OH_HiAppEvent_SetWatcherOnTrigger()