Home
last modified time | relevance | path

Searched refs:AsyncCallbackInfoSetDoNotDisturb (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.cpp32 AsyncCallbackInfoSetDoNotDisturb *asynccallbackinfo = in NapiSetDoNotDisturbDate()
33 …new (std::nothrow) AsyncCallbackInfoSetDoNotDisturb {.env = env, .asyncWork = nullptr, .params = p… in NapiSetDoNotDisturbDate()
47AsyncCallbackInfoSetDoNotDisturb *asynccallbackinfo = static_cast<AsyncCallbackInfoSetDoNotDisturb in NapiSetDoNotDisturbDate()
64AsyncCallbackInfoSetDoNotDisturb *asynccallbackinfo = static_cast<AsyncCallbackInfoSetDoNotDisturb in NapiSetDoNotDisturbDate()
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/src/
H A Ddisturb_mode.cpp306 AsyncCallbackInfoSetDoNotDisturb *asynccallbackinfo = in SetDoNotDisturbDate()
307 …new (std::nothrow) AsyncCallbackInfoSetDoNotDisturb {.env = env, .asyncWork = nullptr, .params = p… in SetDoNotDisturbDate()
321AsyncCallbackInfoSetDoNotDisturb *asynccallbackinfo = static_cast<AsyncCallbackInfoSetDoNotDisturb in SetDoNotDisturbDate()
338AsyncCallbackInfoSetDoNotDisturb *asynccallbackinfo = static_cast<AsyncCallbackInfoSetDoNotDisturb in SetDoNotDisturbDate()
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/include/
H A Ddisturb_mode.h42 struct AsyncCallbackInfoSetDoNotDisturb { struct