Home
last modified time | relevance | path

Searched defs:setSessionAsync (Results 1 – 10 of 10) sorted by relevance

/expo/packages/expo-dev-launcher/bundle/native-modules/__mocks__/
H A DDevLauncherAuth.ts2 export const setSessionAsync = jest.fn().mockResolvedValue(null); constant
/expo/packages/expo-dev-launcher/android/src/debug/java/expo/modules/devlauncher/modules/
H A DDevLauncherAuth.kt23 fun setSessionAsync(session: String?, promise: Promise) { in setSessionAsync() method
/expo/packages/expo-dev-launcher/bundle/__mocks__/
H A DapiClient.ts10 export const setSessionAsync = jest.fn().mockResolvedValue(null); constant
/expo/packages/@expo/cli/src/api/user/
H A DUserSettings.ts40 async function setSessionAsync(sessionData?: SessionData): Promise<void> { function
/expo/packages/expo-dev-launcher/bundle/
H A DapiClient.ts65 export async function setSessionAsync(session: string | null) { function
/expo/packages/expo-dev-launcher/bundle/native-modules/
H A DDevLauncherAuth.ts116 export async function setSessionAsync(session: string): Promise<void> { function
/expo/home/kernel/
H A DKernel.ts48 export async function setSessionAsync(session: KernelSession): Promise<void> { function
/expo/packages/jest-expo/src/preset/
H A DinternalExpoModules.js5 setSessionAsync: { type: 'function', functionType: 'async' }, property
/expo/android/expoview/src/main/java/host/exp/exponent/modules/
H A DExponentKernelModule.kt87 fun setSessionAsync(session: ReadableMap, promise: Promise) { in setSessionAsync() method
/expo/ios/Exponent/Kernel/DevSupport/
H A DEXHomeModule.m254 RCT_REMAP_METHOD(setSessionAsync, category