| /expo/packages/@expo/cli/src/run/ios/appleDevice/client/__tests__/ |
| H A D | AFCClient-test.ts | 16 operation: 2, 26 operation: 10, 36 operation: 2, 48 operation: 10, 58 operation: 14, 78 operation: 13, 105 operation: 2, 111 operation: 2, 128 operation: 1, 134 operation: 1, [all …]
|
| /expo/packages/@expo/cli/src/run/ios/appleDevice/protocol/ |
| H A D | AFCProtocol.ts | 25 operation: AFC_OPS; property 29 operation: AFC_OPS; property 35 operation: AFC_OPS; property 41 operation: AFC_OPS.STATUS; property 332 return isAFCResponse(resp) && resp.operation === AFC_OPS.STATUS; 416 operation: data.readUInt32LE(32), 428 operation: this.header.operation, 434 debug(`${AFC_OPS[this.header.operation]} response: ${AFC_STATUS[status]}`); 447 const { data, payload, operation, requestId } = msg; constant 458 header.writeUInt32LE(operation, 32); [all …]
|
| /expo/packages/@expo/cli/src/run/ios/appleDevice/client/ |
| H A D | AFCClient.ts | 37 operation: AFC_OPS.GET_FILE_INFO, 60 operation: AFC_OPS.FILE_WRITE, 79 operation: AFC_OPS.FILE_OPEN, 85 if (response.operation === AFC_OPS.FILE_OPEN_RES) { 100 operation: AFC_OPS.FILE_CLOSE, 130 operation: AFC_OPS.MAKE_DIR,
|
| /expo/ios/versioned/sdk47/EXAppleAuthentication/EXAppleAuthentication/ |
| H A D | ABI47_0_0EXAppleAuthenticationRequest.h | 14 - (void)performOperation:(ASAuthorizationProviderAuthorizationOperation)operation; 16 …leAuthenticationRequest *)performOperation:(ASAuthorizationProviderAuthorizationOperation)operation
|
| H A D | ABI47_0_0EXAppleAuthenticationMappings.m | 59 + (ASAuthorizationOpenIDOperation)importOperation:(NSNumber *)operation API_AVAILABLE(ios(13.0)) 61 switch ([operation intValue]) { 72 …reason:[NSString stringWithFormat:@"Invalid type of Apple authentication operation: %@", operation]
|
| H A D | ABI47_0_0EXAppleAuthenticationRequest.m | 28 - (void)performOperation:(ASAuthorizationProviderAuthorizationOperation)operation 36 request.requestedOperation = operation; 55 …leAuthenticationRequest *)performOperation:(ASAuthorizationProviderAuthorizationOperation)operation 60 [authRequest performOperation:operation];
|
| /expo/ios/versioned-react-native/ABI47_0_0/ReactNative/Libraries/NativeAnimation/ |
| H A D | ABI47_0_0RCTNativeAnimatedModule.mm | 268 - (void)addOperationBlock:(AnimatedOperation)operation 270 [_operations addObject:operation]; 275 [_preOperations addObject:operation]; 291 operation(self->_nodesManager); 293 for (AnimatedOperation operation in operations) { 294 operation(self->_nodesManager); 325 for (AnimatedOperation operation in operations) { 326 operation(self->_nodesManager); 347 operation(self->_nodesManager); 351 for (AnimatedOperation operation in operations) { [all …]
|
| H A D | ABI47_0_0RCTNativeAnimatedTurboModule.mm | 279 - (void)addOperationBlock:(AnimatedOperation)operation 281 [_operations addObject:operation]; 284 - (void)addPreOperationBlock:(AnimatedOperation)operation 286 [_preOperations addObject:operation]; 301 for (AnimatedOperation operation in preOperations) { 302 operation(self->_nodesManager); 304 for (AnimatedOperation operation in operations) { 305 operation(self->_nodesManager); 336 for (AnimatedOperation operation in operations) { 337 operation(self->_nodesManager);
|
| /expo/ios/versioned-react-native/ABI48_0_0/ReactNative/Libraries/NativeAnimation/ |
| H A D | ABI48_0_0RCTNativeAnimatedModule.mm | 276 - (void)addOperationBlock:(AnimatedOperation)operation 278 [_operations addObject:operation]; 283 [_preOperations addObject:operation]; 298 operation(self->_nodesManager); 300 for (AnimatedOperation operation in operations) { 301 operation(self->_nodesManager); 332 for (AnimatedOperation operation in operations) { 333 operation(self->_nodesManager); 355 operation(self->_nodesManager); 359 for (AnimatedOperation operation in operations) { [all …]
|
| H A D | ABI48_0_0RCTNativeAnimatedTurboModule.mm | 269 - (void)addOperationBlock:(AnimatedOperation)operation 271 [_operations addObject:operation]; 274 - (void)addPreOperationBlock:(AnimatedOperation)operation 276 [_preOperations addObject:operation]; 290 for (AnimatedOperation operation in preOperations) { 291 operation(self->_nodesManager); 293 for (AnimatedOperation operation in operations) { 294 operation(self->_nodesManager); 325 for (AnimatedOperation operation in operations) { 326 operation(self->_nodesManager);
|
| /expo/ios/versioned-react-native/ABI49_0_0/ReactNative/Libraries/NativeAnimation/ |
| H A D | ABI49_0_0RCTNativeAnimatedModule.mm | 276 - (void)addOperationBlock:(AnimatedOperation)operation 278 [_operations addObject:operation]; 283 [_preOperations addObject:operation]; 298 operation(self->_nodesManager); 300 for (AnimatedOperation operation in operations) { 301 operation(self->_nodesManager); 332 for (AnimatedOperation operation in operations) { 333 operation(self->_nodesManager); 355 operation(self->_nodesManager); 359 for (AnimatedOperation operation in operations) { [all …]
|
| H A D | ABI49_0_0RCTNativeAnimatedTurboModule.mm | 269 - (void)addOperationBlock:(AnimatedOperation)operation 271 [_operations addObject:operation]; 274 - (void)addPreOperationBlock:(AnimatedOperation)operation 276 [_preOperations addObject:operation]; 290 for (AnimatedOperation operation in preOperations) { 291 operation(self->_nodesManager); 293 for (AnimatedOperation operation in operations) { 294 operation(self->_nodesManager); 325 for (AnimatedOperation operation in operations) { 326 operation(self->_nodesManager);
|
| /expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/react/renderer/components/view/ |
| H A D | ABI48_0_0conversions.h | 458 auto operation = pair->first; in fromRawValue() local 461 if (operation == "matrix") { in fromRawValue() 474 } else if (operation == "rotateX") { in fromRawValue() 477 } else if (operation == "rotateY") { in fromRawValue() 480 } else if (operation == "rotateZ" || operation == "rotate") { in fromRawValue() 483 } else if (operation == "scale") { in fromRawValue() 487 } else if (operation == "scaleX") { in fromRawValue() 490 } else if (operation == "scaleY") { in fromRawValue() 493 } else if (operation == "scaleZ") { in fromRawValue() 506 } else if (operation == "skewX") { in fromRawValue() [all …]
|
| /expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/react/renderer/components/view/ |
| H A D | ABI47_0_0conversions.h | 458 auto operation = pair->first; in fromRawValue() local 461 if (operation == "matrix") { in fromRawValue() 474 } else if (operation == "rotateX") { in fromRawValue() 477 } else if (operation == "rotateY") { in fromRawValue() 480 } else if (operation == "rotateZ" || operation == "rotate") { in fromRawValue() 483 } else if (operation == "scale") { in fromRawValue() 487 } else if (operation == "scaleX") { in fromRawValue() 490 } else if (operation == "scaleY") { in fromRawValue() 493 } else if (operation == "scaleZ") { in fromRawValue() 506 } else if (operation == "skewX") { in fromRawValue() [all …]
|
| /expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/react/renderer/components/view/ |
| H A D | ABI49_0_0conversions.h | 516 auto operation = pair->first; in fromRawValue() local 519 if (operation == "matrix") { in fromRawValue() 532 } else if (operation == "rotateX") { in fromRawValue() 535 } else if (operation == "rotateY") { in fromRawValue() 538 } else if (operation == "rotateZ" || operation == "rotate") { in fromRawValue() 541 } else if (operation == "scale") { in fromRawValue() 545 } else if (operation == "scaleX") { in fromRawValue() 548 } else if (operation == "scaleY") { in fromRawValue() 551 } else if (operation == "scaleZ") { in fromRawValue() 564 } else if (operation == "skewX") { in fromRawValue() [all …]
|
| /expo/ios/vendored/sdk49/react-native-gesture-handler/ios/ |
| H A D | ABI49_0_0RNGestureHandlerModule.mm | 199 for (GestureHandlerOperation operation in operations) { 200 operation(self->_manager); 239 - (void)addOperationBlock:(GestureHandlerOperation)operation 241 [_operations addObject:operation]; 259 for (GestureHandlerOperation operation in operations) { 260 operation(self->_manager); 283 for (GestureHandlerOperation operation in operations) { 284 operation(self->_manager);
|
| /expo/ios/vendored/unversioned/react-native-gesture-handler/ios/ |
| H A D | RNGestureHandlerModule.mm | 199 for (GestureHandlerOperation operation in operations) { 200 operation(self->_manager); 239 - (void)addOperationBlock:(GestureHandlerOperation)operation 241 [_operations addObject:operation]; 259 for (GestureHandlerOperation operation in operations) { 260 operation(self->_manager); 283 for (GestureHandlerOperation operation in operations) { 284 operation(self->_manager);
|
| /expo/ios/vendored/sdk48/react-native-gesture-handler/ios/ |
| H A D | ABI48_0_0RNGestureHandlerModule.mm | 196 for (GestureHandlerOperation operation in operations) { 197 operation(self->_manager); 235 - (void)addOperationBlock:(GestureHandlerOperation)operation 237 [_operations addObject:operation]; 255 for (GestureHandlerOperation operation in operations) { 256 operation(self->_manager); 279 for (GestureHandlerOperation operation in operations) { 280 operation(self->_manager);
|
| /expo/ios/vendored/sdk47/react-native-gesture-handler/ios/ |
| H A D | ABI47_0_0RNGestureHandlerModule.mm | 191 for (GestureHandlerOperation operation in operations) { 192 operation(self->_manager); 230 - (void)addOperationBlock:(GestureHandlerOperation)operation 232 [_operations addObject:operation]; 250 for (GestureHandlerOperation operation in operations) { 251 operation(self->_manager); 274 for (GestureHandlerOperation operation in operations) { 275 operation(self->_manager);
|
| /expo/packages/expo-image/ios/Loaders/ |
| H A D | PhotoLibraryAssetLoader.swift | 28 let operation = PhotoLibraryAssetLoaderOperation() variable 41 operation.requestId = requestAsset( 49 return operation
|
| /expo/ios/versioned/sdk49/ExpoImage/Loaders/ |
| H A D | PhotoLibraryAssetLoader.swift | 28 let operation = PhotoLibraryAssetLoaderOperation() variable 41 operation.requestId = requestAsset( 49 return operation
|
| /expo/ios/versioned/sdk48/ExpoImage/Loaders/ |
| H A D | PhotoLibraryAssetLoader.swift | 28 let operation = PhotoLibraryAssetLoaderOperation() variable 41 operation.requestId = requestAsset( 49 return operation
|
| /expo/ios/vendored/sdk47/react-native-screens/ios/ |
| H A D | ABI47_0_0RNSScreenStackAnimator.h | 5 - (instancetype)initWithOperation:(UINavigationControllerOperation)operation;
|
| /expo/ios/vendored/sdk49/react-native-screens/ios/ |
| H A D | ABI49_0_0RNSScreenStackAnimator.h | 5 - (instancetype)initWithOperation:(UINavigationControllerOperation)operation;
|
| /expo/ios/vendored/unversioned/react-native-screens/ios/ |
| H A D | RNSScreenStackAnimator.h | 5 - (instancetype)initWithOperation:(UINavigationControllerOperation)operation;
|