Home
last modified time | relevance | path

Searched refs:AsyncCallbackInfoGetDoNotDisturb (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.cpp188AsyncCallbackInfoGetDoNotDisturb *asynccallbackinfo = static_cast<AsyncCallbackInfoGetDoNotDisturb in AsyncCompleteCallbackNapiGetDoNotDisturbDate()
217 AsyncCallbackInfoGetDoNotDisturb *asynccallbackinfo = in NapiGetDoNotDisturbDate()
218 …new (std::nothrow) AsyncCallbackInfoGetDoNotDisturb {.env = env, .asyncWork = nullptr, .params = p… in NapiGetDoNotDisturbDate()
234 AsyncCallbackInfoGetDoNotDisturb *asynccallbackinfo = in NapiGetDoNotDisturbDate()
235 static_cast<AsyncCallbackInfoGetDoNotDisturb *>(data); in NapiGetDoNotDisturbDate()
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/src/
H A Ddisturb_mode.cpp369AsyncCallbackInfoGetDoNotDisturb *asynccallbackinfo = static_cast<AsyncCallbackInfoGetDoNotDisturb in AsyncCompleteCallbackGetDoNotDisturbDate()
437 AsyncCallbackInfoGetDoNotDisturb *asynccallbackinfo = in GetDoNotDisturbDate()
438 …new (std::nothrow) AsyncCallbackInfoGetDoNotDisturb {.env = env, .asyncWork = nullptr, .params = p… in GetDoNotDisturbDate()
455 AsyncCallbackInfoGetDoNotDisturb *asynccallbackinfo = in GetDoNotDisturbDate()
456 static_cast<AsyncCallbackInfoGetDoNotDisturb *>(data); in GetDoNotDisturbDate()
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/include/
H A Ddisturb_mode.h56 struct AsyncCallbackInfoGetDoNotDisturb { struct