diff --git a/hiviewdfx/hiappevent/libhiappevent.ndk.json b/hiviewdfx/hiappevent/libhiappevent.ndk.json index 44d3c6a7430f1a696efb93ecd57b8c4c5da501ee..8e28e566194791e09be983bf1ce69bbd33ed0007 100644 --- a/hiviewdfx/hiappevent/libhiappevent.ndk.json +++ b/hiviewdfx/hiappevent/libhiappevent.ndk.json @@ -58,5 +58,45 @@ }, { "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" } ]