| /expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/react/renderer/imagemanager/ |
| H A D | ABI47_0_0ImageResponseObserverCoordinator.cpp | 21 case ImageResponse::Status::Loading: { in addObserver() 26 case ImageResponse::Status::Completed: { in addObserver() 33 case ImageResponse::Status::Failed: { in addObserver() 56 ABI47_0_0React_native_assert(status_ == ImageResponse::Status::Loading); in nativeImageResponseProgress() 69 ABI47_0_0React_native_assert(status_ == ImageResponse::Status::Loading); in nativeImageResponseComplete() 70 status_ = ImageResponse::Status::Completed; in nativeImageResponseComplete() 81 ABI47_0_0React_native_assert(status_ == ImageResponse::Status::Loading); in nativeImageResponseFailed() 82 status_ = ImageResponse::Status::Failed; in nativeImageResponseFailed()
|
| H A D | ABI47_0_0ImageResponseObserverCoordinator.h | 68 mutable ImageResponse::Status status_{ImageResponse::Status::Loading};
|
| H A D | ABI47_0_0ImageResponse.h | 20 enum class Status { enum
|
| /expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/react/renderer/imagemanager/ |
| H A D | ABI49_0_0ImageResponseObserverCoordinator.cpp | 20 case ImageResponse::Status::Loading: { in addObserver() 25 case ImageResponse::Status::Completed: { in addObserver() 32 case ImageResponse::Status::Failed: { in addObserver() 55 ABI49_0_0React_native_assert(status_ == ImageResponse::Status::Loading); in nativeImageResponseProgress() 68 ABI49_0_0React_native_assert(status_ == ImageResponse::Status::Loading); in nativeImageResponseComplete() 69 status_ = ImageResponse::Status::Completed; in nativeImageResponseComplete() 80 ABI49_0_0React_native_assert(status_ == ImageResponse::Status::Loading); in nativeImageResponseFailed() 81 status_ = ImageResponse::Status::Failed; in nativeImageResponseFailed()
|
| H A D | ABI49_0_0ImageResponseObserverCoordinator.h | 68 mutable ImageResponse::Status status_{ImageResponse::Status::Loading};
|
| H A D | ABI49_0_0ImageResponse.h | 20 enum class Status { enum
|
| /expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/react/renderer/imagemanager/ |
| H A D | ABI48_0_0ImageResponseObserverCoordinator.cpp | 20 case ImageResponse::Status::Loading: { in addObserver() 25 case ImageResponse::Status::Completed: { in addObserver() 32 case ImageResponse::Status::Failed: { in addObserver() 55 ABI48_0_0React_native_assert(status_ == ImageResponse::Status::Loading); in nativeImageResponseProgress() 68 ABI48_0_0React_native_assert(status_ == ImageResponse::Status::Loading); in nativeImageResponseComplete() 69 status_ = ImageResponse::Status::Completed; in nativeImageResponseComplete() 80 ABI48_0_0React_native_assert(status_ == ImageResponse::Status::Loading); in nativeImageResponseFailed() 81 status_ = ImageResponse::Status::Failed; in nativeImageResponseFailed()
|
| H A D | ABI48_0_0ImageResponseObserverCoordinator.h | 68 mutable ImageResponse::Status status_{ImageResponse::Status::Loading};
|
| H A D | ABI48_0_0ImageResponse.h | 20 enum class Status { enum
|
| /expo/packages/@expo/cli/src/run/ios/appleDevice/client/ |
| H A D | MobileImageMounterClient.ts | 29 Status: 'Complete'; property 33 Status: 'ReceiveBytesAck'; property 37 return resp.Status === 'Complete'; 41 return resp.Status === 'ReceiveBytesAck'; 59 if (!isLockdownResponse(resp) || resp.Status !== 'Complete') {
|
| H A D | InstallationProxyClient.ts | 66 Status: 'Complete'; property 120 return resp.length && resp[0].Status === 'Complete'; 179 status: resp[0].Status, 186 status: resp[0].Status, 188 debug(`Installation status: ${resp[0].Status}, %${resp[0].PercentComplete}`);
|
| /expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/react/renderer/scheduler/ |
| H A D | ABI49_0_0SurfaceHandler.cpp | 16 using Status = SurfaceHandler::Status; typedef 52 Status SurfaceHandler::getStatus() const noexcept { in getStatus() 61 link_.status == Status::Registered && "Surface must be registered."); in start() 90 link_.status = Status::Running; in start() 100 link_.status == Status::Running && "Surface must be running."); in stop() 102 link_.status = Status::Registered; in stop() 127 if (link_.status != Status::Running) { in setDisplayMode() 191 if (link_.status != Status::Running) { in measure() 229 if (link_.status != Status::Running) { in constraintLayout() 262 link_.status == Status::Running && "Surface must be running."); in applyDisplayMode() [all …]
|
| H A D | ABI49_0_0SurfaceHandler.h | 43 enum class Status { enum 87 Status getStatus() const noexcept; 191 Status status{Status::Unregistered};
|
| /expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/host/exp/exponent/modules/api/components/reactnativestripesdk/ |
| H A D | PaymentLauncherFragment.kt | 190 StripeIntent.Status.Succeeded, in <lambda>() 191 StripeIntent.Status.Processing, in <lambda>() 192 StripeIntent.Status.RequiresConfirmation, in <lambda>() 193 StripeIntent.Status.RequiresCapture -> { in <lambda>() 196 StripeIntent.Status.RequiresAction -> { in <lambda>() 210 StripeIntent.Status.Canceled -> { in <lambda>() 235 StripeIntent.Status.Succeeded, in <lambda>() 236 StripeIntent.Status.Processing, in <lambda>() 238 StripeIntent.Status.RequiresCapture -> { in <lambda>() 241 StripeIntent.Status.RequiresAction -> { in <lambda>() [all …]
|
| H A D | FinancialConnectionsSheetFragment.kt | 206 private fun mapFromStatus(status: FinancialConnectionsAccount.Status): String { in <lambda>() 208 FinancialConnectionsAccount.Status.ACTIVE -> "active" in <lambda>() 209 FinancialConnectionsAccount.Status.DISCONNECTED -> "disconnected" in <lambda>() 210 FinancialConnectionsAccount.Status.INACTIVE -> "inactive" in <lambda>() 211 FinancialConnectionsAccount.Status.UNKNOWN -> "unparsable" in <lambda>()
|
| /expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/host/exp/exponent/modules/api/components/reactnativestripesdk/ |
| H A D | PaymentLauncherFragment.kt | 189 StripeIntent.Status.Succeeded, in <lambda>() 190 StripeIntent.Status.Processing, in <lambda>() 191 StripeIntent.Status.RequiresConfirmation, in <lambda>() 192 StripeIntent.Status.RequiresCapture -> { in <lambda>() 195 StripeIntent.Status.RequiresAction -> { in <lambda>() 209 StripeIntent.Status.Canceled -> { in <lambda>() 233 StripeIntent.Status.Succeeded, in <lambda>() 234 StripeIntent.Status.Processing, in <lambda>() 236 StripeIntent.Status.RequiresCapture -> { in <lambda>() 239 StripeIntent.Status.RequiresAction -> { in <lambda>() [all …]
|
| /expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/host/exp/exponent/modules/api/components/reactnativestripesdk/ |
| H A D | PaymentLauncherFragment.kt | 189 StripeIntent.Status.Succeeded, in <lambda>() 190 StripeIntent.Status.Processing, in <lambda>() 191 StripeIntent.Status.RequiresConfirmation, in <lambda>() 192 StripeIntent.Status.RequiresCapture -> { in <lambda>() 195 StripeIntent.Status.RequiresAction -> { in <lambda>() 209 StripeIntent.Status.Canceled -> { in <lambda>() 233 StripeIntent.Status.Succeeded, in <lambda>() 234 StripeIntent.Status.Processing, in <lambda>() 236 StripeIntent.Status.RequiresCapture -> { in <lambda>() 239 StripeIntent.Status.RequiresAction -> { in <lambda>() [all …]
|
| H A D | FinancialConnectionsSheetFragment.kt | 208 private fun mapFromStatus(status: FinancialConnectionsAccount.Status): String { in <lambda>() 210 FinancialConnectionsAccount.Status.ACTIVE -> "active" in <lambda>() 211 FinancialConnectionsAccount.Status.DISCONNECTED -> "disconnected" in <lambda>() 212 FinancialConnectionsAccount.Status.INACTIVE -> "inactive" in <lambda>() 213 FinancialConnectionsAccount.Status.UNKNOWN -> "unparsable" in <lambda>()
|
| /expo/android/expoview/src/main/java/versioned/host/exp/exponent/modules/api/components/reactnativestripesdk/ |
| H A D | PaymentLauncherFragment.kt | 178 StripeIntent.Status.Succeeded, in <lambda>() 179 StripeIntent.Status.Processing, in <lambda>() 180 StripeIntent.Status.RequiresConfirmation, in <lambda>() 181 StripeIntent.Status.RequiresCapture -> { in <lambda>() 184 StripeIntent.Status.RequiresAction -> { in <lambda>() 198 StripeIntent.Status.Canceled -> { in <lambda>() 219 StripeIntent.Status.Succeeded, in <lambda>() 220 StripeIntent.Status.Processing, in <lambda>() 222 StripeIntent.Status.RequiresCapture -> { in <lambda>() 225 StripeIntent.Status.RequiresAction -> { in <lambda>() [all …]
|
| /expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/react/renderer/scheduler/ |
| H A D | ABI47_0_0SurfaceHandler.cpp | 18 using Status = SurfaceHandler::Status; typedef 57 Status SurfaceHandler::getStatus() const noexcept { in getStatus() 66 link_.status == Status::Registered && "Surface must be registered."); in start() 95 link_.status = Status::Running; in start() 105 link_.status == Status::Running && "Surface must be running."); in stop() 107 link_.status = Status::Registered; in stop() 132 if (link_.status != Status::Running) { in setDisplayMode() 196 if (link_.status != Status::Running) { in measure() 234 if (link_.status != Status::Running) { in constraintLayout() 265 link_.status == Status::Running && "Surface must be running."); in applyDisplayMode() [all …]
|
| H A D | ABI47_0_0SurfaceHandler.h | 42 enum class Status { enum 86 Status getStatus() const noexcept; 190 Status status{Status::Unregistered};
|
| /expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/react/renderer/scheduler/ |
| H A D | ABI48_0_0SurfaceHandler.cpp | 17 using Status = SurfaceHandler::Status; typedef 56 Status SurfaceHandler::getStatus() const noexcept { in getStatus() 65 link_.status == Status::Registered && "Surface must be registered."); in start() 94 link_.status = Status::Running; in start() 104 link_.status == Status::Running && "Surface must be running."); in stop() 106 link_.status = Status::Registered; in stop() 131 if (link_.status != Status::Running) { in setDisplayMode() 195 if (link_.status != Status::Running) { in measure() 233 if (link_.status != Status::Running) { in constraintLayout() 264 link_.status == Status::Running && "Surface must be running."); in applyDisplayMode() [all …]
|
| H A D | ABI48_0_0SurfaceHandler.h | 42 enum class Status { enum 86 Status getStatus() const noexcept; 190 Status status{Status::Unregistered};
|
| /expo/packages/@expo/cli/src/run/ios/appleDevice/protocol/ |
| H A D | LockdownProtocol.ts | 26 Status: string; property 46 return isDefined(resp.Status);
|
| /expo/packages/expo-dev-launcher/bundle/functions/ |
| H A D | createAsyncStack.ts | 5 export type Status = 'pushing' | 'popping' | 'settled' | 'popped'; alias 21 status: Status; 68 status: 'pushing' as Status,
|