Searched refs:AsyncCallbackInfoGetDoNotDisturb (Results 1 – 3 of 3) sorted by relevance
188 …AsyncCallbackInfoGetDoNotDisturb *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()
369 …AsyncCallbackInfoGetDoNotDisturb *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()
56 struct AsyncCallbackInfoGetDoNotDisturb { struct