Home
last modified time | relevance | path

Searched refs:EnableNotificationSlot (Results 1 - 3 of 3) sorted by relevance

/base/notification/distributed_notification_service/frameworks/js/napi/include/
H A Dslot.h33 napi_value EnableNotificationSlot(napi_env env, napi_callback_info info);
/base/notification/distributed_notification_service/frameworks/js/napi/src/
H A Dinit.cpp82 DECLARE_NAPI_FUNCTION("enableNotificationSlot", EnableNotificationSlot), in NotificationInit()
H A Dslot.cpp1447 napi_value EnableNotificationSlot(napi_env env, napi_callback_info info) in EnableNotificationSlot() function
1464 ANS_LOGD("Create EnableNotificationSlot string."); in EnableNotificationSlot()
1466 napi_create_string_latin1(env, "EnableNotificationSlot", NAPI_AUTO_LENGTH, &resourceName); in EnableNotificationSlot()
1472 ANS_LOGI("EnableNotificationSlot napi_create_async_work start"); in EnableNotificationSlot()
1483 ANS_LOGI("EnableNotificationSlot napi_create_async_work end"); in EnableNotificationSlot()
1495 ANS_LOGD("EnableNotificationSlot work complete end."); in EnableNotificationSlot()

Completed in 4 milliseconds