Searched refs:getTotalDiskCapacityAsync (Results 1 – 14 of 14) sorted by relevance
22 readonly getTotalDiskCapacityAsync?: PlatformMethod; property
173 export async function getTotalDiskCapacityAsync() { function174 if (!ExponentFileSystem.getTotalDiskCapacityAsync) {177 return await ExponentFileSystem.getTotalDiskCapacityAsync();
1 … readonly getFreeDiskStorageAsync?: PlatformMethod;\n readonly getTotalDiskCapacityAsync?: Platfo…
97 export declare function getTotalDiskCapacityAsync(): Promise<number>;
1 …getTotalDiskCapacityAsync(): Promise<number> {\n if (!ExponentFileSystem.getTotalDiskCapacityAsyn…
23 readonly getTotalDiskCapacityAsync?: PlatformMethod; property
223 export async function getTotalDiskCapacityAsync(): Promise<number> { function224 if (!ExponentFileSystem.getTotalDiskCapacityAsync) {227 return await ExponentFileSystem.getTotalDiskCapacityAsync();
622 ### `FileSystem.getTotalDiskCapacityAsync()`629 FileSystem.getTotalDiskCapacityAsync().then(totalDiskCapacity => {
787 EX_EXPORT_METHOD_AS(getTotalDiskCapacityAsync, getTotalDiskCapacityAsyncWithResolver:(EXPromiseReso… category
788 ABI47_0_0EX_EXPORT_METHOD_AS(getTotalDiskCapacityAsync, getTotalDiskCapacityAsyncWithResolver:(ABI4… category
592 fun getTotalDiskCapacityAsync(promise: Promise) { in getTotalDiskCapacityAsync() method
787 ABI49_0_0EX_EXPORT_METHOD_AS(getTotalDiskCapacityAsync, getTotalDiskCapacityAsyncWithResolver:(ABI4… category
788 ABI48_0_0EX_EXPORT_METHOD_AS(getTotalDiskCapacityAsync, getTotalDiskCapacityAsyncWithResolver:(ABI4… category