Home
last modified time | relevance | path

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

/base/notification/distributed_notification_service/frameworks/js/napi/src/manager/
Dnapi_disturb_mode.cpp104AsyncCallbackInfoGetDoNotDisturb *asynccallbackinfo = static_cast<AsyncCallbackInfoGetDoNotDisturb in AsyncCompleteCallbackNapiGetDoNotDisturbDate()
133 AsyncCallbackInfoGetDoNotDisturb *asynccallbackinfo = in NapiGetDoNotDisturbDate()
134 …new (std::nothrow) AsyncCallbackInfoGetDoNotDisturb {.env = env, .asyncWork = nullptr, .params = p… in NapiGetDoNotDisturbDate()
149AsyncCallbackInfoGetDoNotDisturb *asynccallbackinfo = static_cast<AsyncCallbackInfoGetDoNotDisturb in NapiGetDoNotDisturbDate()
/base/notification/distributed_notification_service/frameworks/js/napi/src/
Ddisturb_mode.cpp220AsyncCallbackInfoGetDoNotDisturb *asynccallbackinfo = static_cast<AsyncCallbackInfoGetDoNotDisturb in AsyncCompleteCallbackGetDoNotDisturbDate()
286 AsyncCallbackInfoGetDoNotDisturb *asynccallbackinfo = in GetDoNotDisturbDate()
287 …new (std::nothrow) AsyncCallbackInfoGetDoNotDisturb {.env = env, .asyncWork = nullptr, .params = p… in GetDoNotDisturbDate()
302 AsyncCallbackInfoGetDoNotDisturb *asynccallbackinfo = in GetDoNotDisturbDate()
303 static_cast<AsyncCallbackInfoGetDoNotDisturb *>(data); in GetDoNotDisturbDate()
/base/notification/distributed_notification_service/frameworks/js/napi/include/
Ddisturb_mode.h44 struct AsyncCallbackInfoGetDoNotDisturb { struct