Home
last modified time | relevance | path

Searched refs:removeListeners (Results 1 – 25 of 112) sorted by relevance

12345

/expo/packages/expo-sensors/src/__tests__/
H A DGyroscope-test.ios.ts17 expect(NativeGyroscope.removeListeners).toHaveBeenCalledTimes(1);
18 expect(NativeGyroscope.removeListeners).toHaveBeenCalledWith(1);
H A DDeviceMotion-test.ios.ts17 expect(NativeDeviceMotion.removeListeners).toHaveBeenCalledTimes(1);
18 expect(NativeDeviceMotion.removeListeners).toHaveBeenCalledWith(1);
H A DAccelerometer-test.ios.ts17 expect(NativeAccelerometer.removeListeners).toHaveBeenCalledTimes(1);
18 expect(NativeAccelerometer.removeListeners).toHaveBeenCalledWith(1);
H A DDeviceSensor-test.ios.ts18 expect(nativeModule.removeListeners).toHaveBeenCalledTimes(1);
19 expect(nativeModule.removeListeners).toHaveBeenLastCalledWith(1);
62 for (const call of nativeModule.removeListeners.mock.calls) {
H A DMagnetometer-test.native.ts38 expect(NativeMagnetometer.removeListeners).toHaveBeenCalledTimes(1);
39 expect(NativeMagnetometer.removeListeners).toHaveBeenCalledWith(1);
/expo/packages/expo-modules-core/build/
H A DNativeModulesProxy.native.js43 …NativeModulesProxy[moduleName].removeListeners = (...args) => NativeModules.EXReactNativeEventEmit… function in NativeModulesProxy
50 NativeModulesProxy[moduleName].removeListeners = () => { };
H A DNativeModulesProxy.types.d.ts4 removeListeners: (count: number) => void;
/expo/packages/expo-notifications/build/
H A DNotificationChannelManager.js3 removeListeners: () => { },
H A DNotificationScheduler.js3 removeListeners: () => { },
H A DNotificationPresenterModule.js3 removeListeners: () => { },
H A DBadgeModule.js3 removeListeners: () => { },
H A DServerRegistrationModule.js3 removeListeners: () => { },
H A DNotificationChannelGroupManager.js3 removeListeners: () => { },
/expo/packages/expo-notifications/src/
H A DNotificationScheduler.ts5 removeListeners: () => {},
H A DServerRegistrationModule.ts5 removeListeners: () => {},
H A DNotificationPresenterModule.ts5 removeListeners: () => {},
H A DBadgeModule.ts5 removeListeners: () => {},
H A DNotificationChannelGroupManager.ts5 removeListeners: () => {},
H A DNotificationChannelManager.ts5 removeListeners: () => {},
/expo/packages/expo-modules-core/src/
H A DNativeModulesProxy.native.ts60 NativeModulesProxy[moduleName].removeListeners = (...args) =>
67 NativeModulesProxy[moduleName].removeListeners = () => {};
H A DNativeModulesProxy.types.ts4 removeListeners: (count: number) => void;
/expo/packages/expo-task-manager/src/
H A DExpoTaskManager.web.ts9 removeListeners() {},
/expo/packages/expo/build/environment/
H A DDevLoadingViewNativeModule.js6 removeListeners() { }, method
/expo/packages/expo/src/environment/
H A DDevLoadingViewNativeModule.ts6 removeListeners() {},
/expo/packages/expo-sensors/src/
H A DExpoLightSensor.ios.ts12 removeListeners() {},

12345