Home
last modified time | relevance | path

Searched refs:updateDevicePushTokenAsync (Results 1 – 10 of 10) sorted by relevance

/expo/packages/expo-notifications/src/utils/__tests__/
H A DupdateDevicePushTokenAsync-test.ts4 import { updateDevicePushTokenAsync } from '../updateDevicePushTokenAsync';
43 await updateDevicePushTokenAsync(abortController.signal, TOKEN);
55 await updateDevicePushTokenAsync(abortController.signal, TOKEN);
67 await updateDevicePushTokenAsync(abortController.signal, TOKEN);
77 await updateDevicePushTokenAsync(abortController.signal, TOKEN);
89 await updateDevicePushTokenAsync(abortController.signal, TOKEN);
/expo/packages/expo-notifications/src/__tests__/
H A DDevicePushTokenAutoRegistration-test.ts4 import { updateDevicePushTokenAsync } from '../utils/updateDevicePushTokenAsync';
37 expect(updateDevicePushTokenAsync).not.toBeCalled();
51 expect(updateDevicePushTokenAsync).toBeCalledWith(
/expo/packages/expo-notifications/build/utils/
H A DupdateDevicePushTokenAsync.d.ts.map1 {"version":3,"file":"updateDevicePushTokenAsync.d.ts","sourceRoot":"","sources":["../../src/utils/u…
H A DupdateDevicePushTokenAsync.d.ts2 export declare function updateDevicePushTokenAsync(signal: AbortSignal, token: DevicePushToken): Pr… function
H A DupdateDevicePushTokenAsync.js6 export async function updateDevicePushTokenAsync(signal, token) { function
H A DupdateDevicePushTokenAsync.js.map1updateDevicePushTokenAsync.js","sourceRoot":"","sources":["../../src/utils/updateDevicePushTokenAs…
/expo/packages/expo-notifications/src/
H A DDevicePushTokenAutoRegistration.fx.ts8 import { updateDevicePushTokenAsync as updateDevicePushTokenAsyncWithSignal } from './utils/updateD…
/expo/packages/expo-notifications/build/
H A DDevicePushTokenAutoRegistration.fx.js6 import { updateDevicePushTokenAsync as updateDevicePushTokenAsyncWithSignal } from './utils/updateD…
H A DDevicePushTokenAutoRegistration.fx.js.map1 …okenAsync';\nimport { updateDevicePushTokenAsync as updateDevicePushTokenAsyncWithSignal } from '.…
/expo/packages/expo-notifications/src/utils/
H A DupdateDevicePushTokenAsync.ts10 export async function updateDevicePushTokenAsync(signal: AbortSignal, token: DevicePushToken) { function