Home
last modified time | relevance | path

Searched refs:getStepCountAsync (Results 1 – 21 of 21) sorted by relevance

/expo/packages/expo-sensors/build/
H A DPedometer.js28 export async function getStepCountAsync(start, end) { function
29 if (!ExponentPedometer.getStepCountAsync) {
33 return await ExponentPedometer.getStepCountAsync(start.getTime(), end.getTime());
H A DPedometer.d.ts31 export declare function getStepCountAsync(start: Date, end: Date): Promise<PedometerResult>;
H A DPedometer.js.map1getStepCountAsync(start: Date, end: Date): Promise<PedometerResult> {\n if (!ExponentPedometer.ge…
/expo/packages/expo-sensors/src/
H A DPedometer.ts51 export async function getStepCountAsync(start: Date, end: Date): Promise<PedometerResult> { function
52 if (!ExponentPedometer.getStepCountAsync) {
56 return await ExponentPedometer.getStepCountAsync(start.getTime(), end.getTime());
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/sensors/modules/
H A DPedometerModule.kt60 fun getStepCountAsync(startDate: Int?, endDate: Int?, promise: Promise) { in getStepCountAsync() method
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/sensors/modules/
H A DPedometerModule.kt60 fun getStepCountAsync(startDate: Int?, endDate: Int?, promise: Promise) { in getStepCountAsync() method
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/sensors/modules/
H A DPedometerModule.kt60 fun getStepCountAsync(startDate: Int?, endDate: Int?, promise: Promise) { in getStepCountAsync() method
/expo/ios/versioned/sdk47/EXSensors/EXSensors/Modules/
H A DABI47_0_0EXPedometer.m132 ABI47_0_0EX_EXPORT_METHOD_AS(getStepCountAsync,
133 getStepCountAsync:(nonnull NSNumber *)startTime
/expo/ios/versioned/sdk49/EXSensors/EXSensors/Modules/
H A DABI49_0_0EXPedometer.m132 ABI49_0_0EX_EXPORT_METHOD_AS(getStepCountAsync,
133 getStepCountAsync:(nonnull NSNumber *)startTime
/expo/ios/versioned/sdk48/EXSensors/EXSensors/Modules/
H A DABI48_0_0EXPedometer.m132 ABI48_0_0EX_EXPORT_METHOD_AS(getStepCountAsync,
133 getStepCountAsync:(nonnull NSNumber *)startTime
/expo/docs/pages/versions/unversioned/sdk/
H A Dpedometer.mdx45 const pastStepCountResult = await Pedometer.getStepCountAsync(start, end);
/expo/docs/pages/versions/v48.0.0/sdk/
H A Dpedometer.mdx45 const pastStepCountResult = await Pedometer.getStepCountAsync(start, end);
/expo/docs/pages/versions/v49.0.0/sdk/
H A Dpedometer.mdx45 const pastStepCountResult = await Pedometer.getStepCountAsync(start, end);
/expo/docs/pages/versions/v46.0.0/sdk/
H A Dpedometer.mdx45 const pastStepCountResult = await Pedometer.getStepCountAsync(start, end);
/expo/docs/pages/versions/v47.0.0/sdk/
H A Dpedometer.mdx45 const pastStepCountResult = await Pedometer.getStepCountAsync(start, end);
/expo/apps/native-component-list/src/screens/
H A DPedometerScreen.tsx48 Pedometer.getStepCountAsync(start, end).then((data) => {
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/host/exp/exponent/modules/api/
H A DPedometerModule.java110 …public void getStepCountAsync(final double startTime, final double endTime, final Promise promise)… in getStepCountAsync() method in PedometerModule
/expo/android/expoview/src/main/java/versioned/host/exp/exponent/modules/api/
H A DPedometerModule.java110 …public void getStepCountAsync(final double startTime, final double endTime, final Promise promise)… in getStepCountAsync() method in PedometerModule
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/host/exp/exponent/modules/api/
H A DPedometerModule.java110 …public void getStepCountAsync(final double startTime, final double endTime, final Promise promise)… in getStepCountAsync() method in PedometerModule
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/host/exp/exponent/modules/api/
H A DPedometerModule.java110 …public void getStepCountAsync(final double startTime, final double endTime, final Promise promise)… in getStepCountAsync() method in PedometerModule
/expo/docs/components/plugins/__snapshots__/
H A DAPISection.test.tsx.snap9958 getStepCountAsync(start, end)