Home
last modified time | relevance | path

Searched refs:AsyncCallbackInfoSupportDoNotDisturb (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/src/manager/
H A Dnapi_disturb_mode.cpp275 AsyncCallbackInfoSupportDoNotDisturb *asynccallbackinfo = in NapiSupportDoNotDisturbMode()
276 new (std::nothrow) AsyncCallbackInfoSupportDoNotDisturb { in NapiSupportDoNotDisturbMode()
294 AsyncCallbackInfoSupportDoNotDisturb *asynccallbackinfo = in NapiSupportDoNotDisturbMode()
295 static_cast<AsyncCallbackInfoSupportDoNotDisturb *>(data); in NapiSupportDoNotDisturbMode()
305 AsyncCallbackInfoSupportDoNotDisturb *asynccallbackinfo = in NapiSupportDoNotDisturbMode()
306 static_cast<AsyncCallbackInfoSupportDoNotDisturb *>(data); in NapiSupportDoNotDisturbMode()
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/src/
H A Ddisturb_mode.cpp494 AsyncCallbackInfoSupportDoNotDisturb *asynccallbackinfo = in SupportDoNotDisturbMode()
495 new (std::nothrow) AsyncCallbackInfoSupportDoNotDisturb { in SupportDoNotDisturbMode()
514 AsyncCallbackInfoSupportDoNotDisturb *asynccallbackinfo = in SupportDoNotDisturbMode()
515 static_cast<AsyncCallbackInfoSupportDoNotDisturb *>(data); in SupportDoNotDisturbMode()
525 AsyncCallbackInfoSupportDoNotDisturb *asynccallbackinfo = in SupportDoNotDisturbMode()
526 static_cast<AsyncCallbackInfoSupportDoNotDisturb *>(data); in SupportDoNotDisturbMode()
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/include/
H A Ddisturb_mode.h64 struct AsyncCallbackInfoSupportDoNotDisturb { struct