Home
last modified time | relevance | path

Searched refs:getMethod (Results 1 – 25 of 118) sorted by relevance

12345

/expo/packages/expo-modules-core/src/__tests__/
H A DPermissionsHook-test.ts29 getMethod: async () => permissionGranted,
40 getMethod: async () => permissionGranted,
53 getMethod: async () => permissionGranted,
76 getMethod: () => promise,
96 expect(getMethod).toHaveBeenCalledTimes(0);
104 getMethod: async () => permissionGranted,
116 getMethod: async () => permissionGranted,
160 getMethod,
174 getMethod,
190 getMethod: async () => permissionDenied,
[all …]
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/host/exp/exponent/modules/api/components/reactnativestripesdk/pushprovisioning/
H A DTapAndPayProxy.kt21 val getClientMethod = tapAndPayClass.getMethod( in <lambda>()
28 val listTokensMethod = tapAndPayClientClass.getMethod("listTokens") in <lambda>()
39 …od = Class.forName("com.google.android.gms.tapandpay.issuer.TokenInfo").getMethod("getFpanLastFour… in <lambda>()
73 …val tokenizeMethod = tapAndPayClientClass::class.java.getMethod("tokenize", Activity::class.java, … in <lambda>()
95 tokenInfoClass.getMethod("getIssuerTokenId").invoke(it) as String in <lambda>()
99 tokenInfoClass.getMethod("getFpanLastFour").invoke(it) as String in <lambda>()
103 tokenInfoClass.getMethod("getIssuerName").invoke(it) as String in <lambda>()
107 mapFromTokenState(tokenInfoClass.getMethod("getTokenState").invoke(it) as Int) in <lambda>()
111 tokenInfoClass.getMethod("getNetwork").invoke(it) as Int in <lambda>()
115 tokenInfoClass.getMethod("getTokenServiceProvider").invoke(it) as Int in <lambda>()
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/host/exp/exponent/modules/api/components/reactnativestripesdk/pushprovisioning/
H A DTapAndPayProxy.kt21 val getClientMethod = tapAndPayClass.getMethod( in <lambda>()
28 val listTokensMethod = tapAndPayClientClass.getMethod("listTokens") in <lambda>()
39 …od = Class.forName("com.google.android.gms.tapandpay.issuer.TokenInfo").getMethod("getFpanLastFour… in <lambda>()
73 …val tokenizeMethod = tapAndPayClientClass::class.java.getMethod("tokenize", Activity::class.java, … in <lambda>()
97 tokenInfoClass.getMethod("getIssuerTokenId").invoke(token) as String in <lambda>()
101 tokenInfoClass.getMethod("getFpanLastFour").invoke(token) as String in <lambda>()
105 tokenInfoClass.getMethod("getIssuerName").invoke(token) as String in <lambda>()
109 mapFromTokenState(tokenInfoClass.getMethod("getTokenState").invoke(token) as Int) in <lambda>()
113 tokenInfoClass.getMethod("getNetwork").invoke(token) as Int in <lambda>()
117 tokenInfoClass.getMethod("getTokenServiceProvider").invoke(token) as Int in <lambda>()
/expo/android/expoview/src/main/java/versioned/host/exp/exponent/modules/api/components/reactnativestripesdk/pushprovisioning/
H A DTapAndPayProxy.kt21 val getClientMethod = tapAndPayClass.getMethod( in <lambda>()
27 val listTokensMethod = tapAndPayClientClass.getMethod("listTokens") in <lambda>()
38 …od = Class.forName("com.google.android.gms.tapandpay.issuer.TokenInfo").getMethod("getFpanLastFour… in <lambda>()
73 …val tokenizeMethod = tapAndPayClientClass::class.java.getMethod("tokenize", Activity::class.java, … in <lambda>()
93 tokenInfoClass.getMethod("getIssuerTokenId").invoke(it) as String) in <lambda>()
96 tokenInfoClass.getMethod("getFpanLastFour").invoke(it) as String) in <lambda>()
99 tokenInfoClass.getMethod("getIssuerName").invoke(it) as String) in <lambda>()
102 mapFromTokenState(tokenInfoClass.getMethod("getTokenState").invoke(it) as Int)) in <lambda>()
105 tokenInfoClass.getMethod("getNetwork").invoke(it) as Int) in <lambda>()
108 tokenInfoClass.getMethod("getTokenServiceProvider").invoke(it) as Int) in <lambda>()
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/host/exp/exponent/modules/api/components/reactnativestripesdk/pushprovisioning/
H A DTapAndPayProxy.kt21 val getClientMethod = tapAndPayClass.getMethod( in <lambda>()
28 val listTokensMethod = tapAndPayClientClass.getMethod("listTokens") in <lambda>()
39 …od = Class.forName("com.google.android.gms.tapandpay.issuer.TokenInfo").getMethod("getFpanLastFour… in <lambda>()
73 …val tokenizeMethod = tapAndPayClientClass::class.java.getMethod("tokenize", Activity::class.java, … in <lambda>()
95 tokenInfoClass.getMethod("getIssuerTokenId").invoke(it) as String in <lambda>()
99 tokenInfoClass.getMethod("getFpanLastFour").invoke(it) as String in <lambda>()
103 tokenInfoClass.getMethod("getIssuerName").invoke(it) as String in <lambda>()
107 mapFromTokenState(tokenInfoClass.getMethod("getTokenState").invoke(it) as Int) in <lambda>()
111 tokenInfoClass.getMethod("getNetwork").invoke(it) as Int in <lambda>()
115 tokenInfoClass.getMethod("getTokenServiceProvider").invoke(it) as Int in <lambda>()
/expo/packages/expo-modules-core/android/src/main/cpp/types/
H A DExpectedType.cpp8 static const auto method = getClass()->getMethod<jni::local_ref<ExpectedType::javaobject>()>( in getFirstParameterType()
14 static const auto method = getClass()->getMethod<jni::local_ref<ExpectedType::javaobject>()>( in getSecondParameterType()
20 static const auto method = getClass()->getMethod<int()>("getCppType"); in getCppType()
25 static const auto method = getClass()->getMethod<int()>("getCombinedTypes"); in getCombinedTypes()
30 static const auto method = getClass()->getMethod<jni::local_ref<SingleType::javaobject>()>( in getFirstType()
92 …static const auto method = getClass()->getMethod<jni::local_ref<jni::JArrayClass<SingleType>::java… in getPossibleTypes()
/expo/android/expoview/src/main/java/host/exp/exponent/
H A DReactNativeStaticHelpers.kt22 .getMethod("reloadVisibleExperience", Int::class.javaPrimitiveType) in reloadFromManifest()
40 .getMethod( in getBundleUrlForActivityId()
66 .getMethod( in getBundleUrlForActivityId()
92 .getMethod( in getBundleUrlForActivityId()
115 Class.forName("host.exp.exponent.kernel.Kernel").getMethod( in handleReactNativeError()
136 Class.forName("host.exp.exponent.kernel.Kernel").getMethod( in handleReactNativeError()
/expo/android/vendored/sdk48/react-native-reanimated/android/src/main/cpp/
H A DNativeProxy.cpp82 javaPart_->getClass()->getMethod<jlong()>("getCurrentTime"); in installJSIBindings()
112 ->getMethod<jni::local_ref<JString>(int, jni::local_ref<JString>)>( in installJSIBindings()
274 ->getMethod<void(AnimationFrameCallback::javaobject)>( in requestRender()
284 javaPart_->getClass()->getMethod<void(EventHandler::javaobject)>( in registerEventHandler()
296 ->getMethod<void(int, JMap<JString, JObject>::javaobject)>( in updateProps()
304 javaPart_->getClass()->getMethod<void(int, double, double, bool)>( in scrollTo()
311 javaPart_->getClass()->getMethod<local_ref<JArrayFloat>(int)>("measure"); in measure()
349 javaPart_->getClass()->getMethod<void(int, int)>("setGestureState"); in setGestureState()
358 ->getMethod<void( in configureProps()
373 ->getMethod<int(KeyboardEventDataUpdater::javaobject)>( in subscribeForKeyboardEvents()
[all …]
/expo/android/vendored/sdk47/react-native-reanimated/android/src/main/cpp/
H A DNativeProxy.cpp77 javaPart_->getClass()->getMethod<jlong()>("getCurrentTime"); in installJSIBindings()
107 ->getMethod<jni::local_ref<JString>(int, jni::local_ref<JString>)>( in installJSIBindings()
266 ->getMethod<void(AnimationFrameCallback::javaobject)>( in requestRender()
276 javaPart_->getClass()->getMethod<void(EventHandler::javaobject)>( in registerEventHandler()
288 ->getMethod<void(int, JMap<JString, JObject>::javaobject)>( in updateProps()
296 javaPart_->getClass()->getMethod<void(int, double, double, bool)>( in scrollTo()
303 javaPart_->getClass()->getMethod<local_ref<JArrayFloat>(int)>("measure"); in measure()
341 javaPart_->getClass()->getMethod<void(int, int)>("setGestureState"); in setGestureState()
350 ->getMethod<void( in configureProps()
365 ->getMethod<int(KeyboardEventDataUpdater::javaobject)>( in subscribeForKeyboardEvents()
[all …]
/expo/android/vendored/sdk49/@shopify/react-native-skia/android/cpp/jni/
H A DJniPlatformContext.cpp81 static auto method = javaPart_->getClass()->getMethod<jobject(int)>( in takeScreenshotFromViewTag()
117 javaPart_->getClass()->getMethod<void(void)>("beginDrawLoop"); in startDrawLoop()
125 javaPart_->getClass()->getMethod<void(void)>("endDrawLoop"); in stopDrawLoop()
140 static auto method = javaPart_->getClass()->getMethod<void(void)>( in runTaskOnMainThread()
161 static auto method = javaPart_->getClass()->getMethod<jbyteArray(jstring)>( in performStreamOperation()
215 javaPart_->getClass()->getMethod<void(std::string)>("raise"); in raiseError()
/expo/android/vendored/unversioned/@shopify/react-native-skia/android/cpp/jni/
H A DJniPlatformContext.cpp81 static auto method = javaPart_->getClass()->getMethod<jobject(int)>( in takeScreenshotFromViewTag()
117 javaPart_->getClass()->getMethod<void(void)>("beginDrawLoop"); in startDrawLoop()
125 javaPart_->getClass()->getMethod<void(void)>("endDrawLoop"); in stopDrawLoop()
140 static auto method = javaPart_->getClass()->getMethod<void(void)>( in runTaskOnMainThread()
161 static auto method = javaPart_->getClass()->getMethod<jbyteArray(jstring)>( in performStreamOperation()
215 javaPart_->getClass()->getMethod<void(std::string)>("raise"); in raiseError()
/expo/packages/expo-dev-launcher/android/src/debug/java/expo/modules/devlauncher/launcher/loaders/
H A DDevLauncherAppLoader.kt116 .getMethod("initializeFlipper", Context::class.java, ReactInstanceManager::class.java) in <lambda>()
131 val getInstanceMethod = androidFlipperClientClass.getMethod("getInstanceIfInitialized") in <lambda>()
136 val stopMethod = flipperClientClass.getMethod("stop") in <lambda>()
137 val getPluginMethod = flipperClientClass.getMethod("getPlugin", String::class.java) in <lambda>()
146 val removePluginMethod = flipperClientClass.getMethod("removePlugin", flipperPluginClass) in <lambda>()
/expo/android/vendored/sdk47/@shopify/react-native-skia/android/cpp/jni/
H A DJniPlatformContext.cpp38 static auto method = javaPart_->getClass()->getMethod<void(void)>("beginDrawLoop"); in startDrawLoop()
46 static auto method = javaPart_->getClass()->getMethod<void(void)>("endDrawLoop"); in stopDrawLoop()
79 static auto method = javaPart_->getClass()->getMethod<jbyteArray(jstring)>( in performStreamOperation()
138 static auto method = javaPart_->getClass()->getMethod<void(std::string)>("raise"); in raiseError()
/expo/android/vendored/sdk48/@shopify/react-native-skia/android/cpp/jni/
H A DJniPlatformContext.cpp38 javaPart_->getClass()->getMethod<void(void)>("beginDrawLoop"); in startDrawLoop()
46 javaPart_->getClass()->getMethod<void(void)>("endDrawLoop"); in stopDrawLoop()
72 static auto method = javaPart_->getClass()->getMethod<jbyteArray(jstring)>( in performStreamOperation()
126 javaPart_->getClass()->getMethod<void(std::string)>("raise"); in raiseError()
/expo/packages/expo-modules-core/src/
H A DPermissionsHook.ts13 getMethod: (options?: Options) => Promise<Permission>; property
39 const response = await methods.getMethod(
44 }, [methods.getMethod]);
/expo/packages/expo-modules-core/android/src/main/cpp/
H A DJNIFunctionBody.cpp20 ->getMethod<jni::local_ref<jni::JObject>(jobjectArray)>( in invoke()
40 ->getMethod< in invoke()
H A DJSIInteropModuleRegistry.cpp131 ->getMethod<jni::local_ref<JavaScriptModuleObject::javaobject>( in callGetJavaScriptModuleObjectMethod()
142 ->getMethod<jni::local_ref<JavaScriptModuleObject::javaobject>()>( in callGetCoreModuleObject()
152 ->getMethod<jni::local_ref<jni::JArrayClass<jni::JString>>()>( in callGetJavaScriptModulesNames()
160 ->getMethod<jboolean(std::string)>( in callHasModule()
206 ->getMethod<void(jni::local_ref<jobject>, jni::local_ref<JavaScriptObject::javaobject>)>( in registerSharedObject()
H A DJNIDeallocator.cpp11 ->getMethod<void(jni::local_ref<Destructible>)>( in addReference()
/expo/packages/expo-modules-core/build/
H A DPermissionsHook.js12 …const response = await methods.getMethod(Object.keys(permissionOptions).length > 0 ? permissionOpt…
16 }, [methods.getMethod]);
/expo/packages/expo-image-picker/build/
H A DImagePicker.js67 getMethod: (options) => getMediaLibraryPermissionsAsync(options?.writeOnly),
81 getMethod: getCameraPermissionsAsync, property
/expo/packages/expo-image-picker/src/
H A DImagePicker.ts110 getMethod: (options) => getMediaLibraryPermissionsAsync(options?.writeOnly),
125 getMethod: getCameraPermissionsAsync,
/expo/android/vendored/unversioned/react-native-reanimated/android/src/main/cpp/
H A DLayoutAnimations.cpp34 ->getMethod<void(int, JMap<JString, JObject>::javaobject, bool)>( in progressLayoutAnimation()
44 javaPart_->getClass()->getMethod<void(int, bool, bool)>( in endLayoutAnimation()
/expo/android/vendored/sdk49/react-native-reanimated/android/src/main/cpp/
H A DLayoutAnimations.cpp34 ->getMethod<void(int, JMap<JString, JObject>::javaobject, bool)>( in progressLayoutAnimation()
44 javaPart_->getClass()->getMethod<void(int, bool, bool)>( in endLayoutAnimation()
/expo/packages/expo-notifications/build/
H A DNotificationPermissions.js77 getMethod: getPermissionsAsync, property
/expo/packages/expo-notifications/src/
H A DNotificationPermissions.ts90 getMethod: getPermissionsAsync,

12345