From 3db48ff3fc2c4dad8425d50a93bc75e081ebde2f Mon Sep 17 00:00:00 2001 From: yuhaoqiang Date: Mon, 11 Mar 2024 19:44:23 +0800 Subject: [PATCH 1/2] =?UTF-8?q?ndk.json=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: yuhaoqiang --- hiviewdfx/hiappevent/libhiappevent.ndk.json | 30 +++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/hiviewdfx/hiappevent/libhiappevent.ndk.json b/hiviewdfx/hiappevent/libhiappevent.ndk.json index 44d3c6a74..8388862b5 100644 --- a/hiviewdfx/hiappevent/libhiappevent.ndk.json +++ b/hiviewdfx/hiappevent/libhiappevent.ndk.json @@ -58,5 +58,35 @@ }, { "name": "OH_HiAppEvent_DestroyParamList" + }, + { + "name": "OH_HiAppEvent_CreateWatcher" + }, + { + "name": "OH_HiAppEvent_DestroyWatcher" + }, + { + "name": "OH_HiAppEvent_SetTriggerCondition" + }, + { + "name": "OH_HiAppEvent_SetAppEventFilter" + }, + { + "name": "OH_HiAppEvent_SetWatcherOnTrigger" + }, + { + "name": "OH_HiAppEvent_SetWatcherOnReceive" + }, + { + "name": "OH_HiAppEvent_TakeWatcherData" + }, + { + "name": "OH_HiAppEvent_AddWatcher" + }, + { + "name": "OH_HiAppEvent_RemoveWatcher" + }, + { + "name": "OH_HiAppEvent_ClearData" } ] -- Gitee From d652fab0811b8eafd045179d566b8d2cb83bfd50 Mon Sep 17 00:00:00 2001 From: yuhaoqiang Date: Mon, 11 Mar 2024 19:54:12 +0800 Subject: [PATCH 2/2] =?UTF-8?q?ndk.json=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: yuhaoqiang --- hiviewdfx/hiappevent/libhiappevent.ndk.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/hiviewdfx/hiappevent/libhiappevent.ndk.json b/hiviewdfx/hiappevent/libhiappevent.ndk.json index 8388862b5..8e28e5661 100644 --- a/hiviewdfx/hiappevent/libhiappevent.ndk.json +++ b/hiviewdfx/hiappevent/libhiappevent.ndk.json @@ -60,33 +60,43 @@ "name": "OH_HiAppEvent_DestroyParamList" }, { + "first_introduced": "12", "name": "OH_HiAppEvent_CreateWatcher" }, { + "first_introduced": "12", "name": "OH_HiAppEvent_DestroyWatcher" }, { + "first_introduced": "12", "name": "OH_HiAppEvent_SetTriggerCondition" }, { + "first_introduced": "12", "name": "OH_HiAppEvent_SetAppEventFilter" }, { + "first_introduced": "12", "name": "OH_HiAppEvent_SetWatcherOnTrigger" }, { + "first_introduced": "12", "name": "OH_HiAppEvent_SetWatcherOnReceive" }, { + "first_introduced": "12", "name": "OH_HiAppEvent_TakeWatcherData" }, { + "first_introduced": "12", "name": "OH_HiAppEvent_AddWatcher" }, { + "first_introduced": "12", "name": "OH_HiAppEvent_RemoveWatcher" }, { + "first_introduced": "12", "name": "OH_HiAppEvent_ClearData" } ] -- Gitee