Searched refs:AddSlot (Results 1 – 9 of 9) sorted by relevance
28 static int AddSlot(int32_t type);
24 napi_value AddSlot(napi_env env, napi_callback_info info);
74 napi_value AddSlot(napi_env env, napi_callback_info info);
56 DECLARE_NAPI_FUNCTION("addSlot", AddSlot), in NotificationInit()
715 napi_value AddSlot(napi_env env, napi_callback_info info) in AddSlot() function
53 auto code = NotificationManagerImpl::AddSlot(type); in FfiOHOSNotificationManagerAddSlot()
661 int NotificationManagerImpl::AddSlot(int32_t type) in AddSlot() function in OHOS::CJSystemapi::NotificationManagerImpl
35 DECLARE_NAPI_FUNCTION("addNotificationSlot", AddSlot), in ReminderAgentInit()
1143 napi_value AddSlot(napi_env env, napi_callback_info info) in AddSlot() function