Searched refs:AsyncCallbackInfoEnabledWithoutApp (Results 1 – 3 of 3) sorted by relevance
464 AsyncCallbackInfoEnabledWithoutApp *asynccallbackinfo = in NapiSetSyncNotificationEnabledWithoutApp()465 …new (std::nothrow) AsyncCallbackInfoEnabledWithoutApp {.env = env, .asyncWork = nullptr, .params =… in NapiSetSyncNotificationEnabledWithoutApp()482 AsyncCallbackInfoEnabledWithoutApp *asynccallbackinfo = in NapiSetSyncNotificationEnabledWithoutApp()483 static_cast<AsyncCallbackInfoEnabledWithoutApp *>(data); in NapiSetSyncNotificationEnabledWithoutApp()491 AsyncCallbackInfoEnabledWithoutApp *asynccallbackinfo = in NapiSetSyncNotificationEnabledWithoutApp()492 static_cast<AsyncCallbackInfoEnabledWithoutApp *>(data); in NapiSetSyncNotificationEnabledWithoutApp()
656 AsyncCallbackInfoEnabledWithoutApp *asynccallbackinfo = in SetSyncNotificationEnabledWithoutApp()657 …new (std::nothrow) AsyncCallbackInfoEnabledWithoutApp {.env = env, .asyncWork = nullptr, .params =… in SetSyncNotificationEnabledWithoutApp()675 AsyncCallbackInfoEnabledWithoutApp *asynccallbackinfo = in SetSyncNotificationEnabledWithoutApp()676 static_cast<AsyncCallbackInfoEnabledWithoutApp *>(data); in SetSyncNotificationEnabledWithoutApp()684 AsyncCallbackInfoEnabledWithoutApp *asynccallbackinfo = in SetSyncNotificationEnabledWithoutApp()685 static_cast<AsyncCallbackInfoEnabledWithoutApp *>(data); in SetSyncNotificationEnabledWithoutApp()
85 struct AsyncCallbackInfoEnabledWithoutApp { struct