| /expo/packages/expo-sensors/src/__tests__/ |
| H A D | Gyroscope-test.ios.ts | 17 expect(NativeGyroscope.removeListeners).toHaveBeenCalledTimes(1); 18 expect(NativeGyroscope.removeListeners).toHaveBeenCalledWith(1);
|
| H A D | DeviceMotion-test.ios.ts | 17 expect(NativeDeviceMotion.removeListeners).toHaveBeenCalledTimes(1); 18 expect(NativeDeviceMotion.removeListeners).toHaveBeenCalledWith(1);
|
| H A D | Accelerometer-test.ios.ts | 17 expect(NativeAccelerometer.removeListeners).toHaveBeenCalledTimes(1); 18 expect(NativeAccelerometer.removeListeners).toHaveBeenCalledWith(1);
|
| H A D | DeviceSensor-test.ios.ts | 18 expect(nativeModule.removeListeners).toHaveBeenCalledTimes(1); 19 expect(nativeModule.removeListeners).toHaveBeenLastCalledWith(1); 62 for (const call of nativeModule.removeListeners.mock.calls) {
|
| H A D | Magnetometer-test.native.ts | 38 expect(NativeMagnetometer.removeListeners).toHaveBeenCalledTimes(1); 39 expect(NativeMagnetometer.removeListeners).toHaveBeenCalledWith(1);
|
| /expo/packages/expo-modules-core/build/ |
| H A D | NativeModulesProxy.native.js | 43 …NativeModulesProxy[moduleName].removeListeners = (...args) => NativeModules.EXReactNativeEventEmit… function in NativeModulesProxy 50 NativeModulesProxy[moduleName].removeListeners = () => { };
|
| H A D | NativeModulesProxy.types.d.ts | 4 removeListeners: (count: number) => void;
|
| /expo/packages/expo-notifications/build/ |
| H A D | NotificationChannelManager.js | 3 removeListeners: () => { },
|
| H A D | NotificationScheduler.js | 3 removeListeners: () => { },
|
| H A D | NotificationPresenterModule.js | 3 removeListeners: () => { },
|
| H A D | BadgeModule.js | 3 removeListeners: () => { },
|
| H A D | ServerRegistrationModule.js | 3 removeListeners: () => { },
|
| H A D | NotificationChannelGroupManager.js | 3 removeListeners: () => { },
|
| /expo/packages/expo-notifications/src/ |
| H A D | NotificationScheduler.ts | 5 removeListeners: () => {},
|
| H A D | ServerRegistrationModule.ts | 5 removeListeners: () => {},
|
| H A D | NotificationPresenterModule.ts | 5 removeListeners: () => {},
|
| H A D | BadgeModule.ts | 5 removeListeners: () => {},
|
| H A D | NotificationChannelGroupManager.ts | 5 removeListeners: () => {},
|
| H A D | NotificationChannelManager.ts | 5 removeListeners: () => {},
|
| /expo/packages/expo-modules-core/src/ |
| H A D | NativeModulesProxy.native.ts | 60 NativeModulesProxy[moduleName].removeListeners = (...args) => 67 NativeModulesProxy[moduleName].removeListeners = () => {};
|
| H A D | NativeModulesProxy.types.ts | 4 removeListeners: (count: number) => void;
|
| /expo/packages/expo-task-manager/src/ |
| H A D | ExpoTaskManager.web.ts | 9 removeListeners() {},
|
| /expo/packages/expo/build/environment/ |
| H A D | DevLoadingViewNativeModule.js | 6 removeListeners() { }, method
|
| /expo/packages/expo/src/environment/ |
| H A D | DevLoadingViewNativeModule.ts | 6 removeListeners() {},
|
| /expo/packages/expo-sensors/src/ |
| H A D | ExpoLightSensor.ios.ts | 12 removeListeners() {},
|