Home
last modified time | relevance | path

Searched refs:setDelegate (Results 1 – 25 of 78) sorted by relevance

1234

/expo/ios/Exponent/Kernel/Views/Loading/
H A DEXAppLoadingCancelView.h18 - (void)setDelegate:(id<EXAppLoadingCancelViewDelegate>)delegate;
/expo/android/expoview/src/main/java/versioned/host/exp/exponent/
H A DExpoNetworkInterceptor.kt34 ExpoRequestCdpInterceptor.setDelegate(this) in onResume()
41 ExpoRequestCdpInterceptor.setDelegate(null) in onPause()
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/host/exp/exponent/
H A DExpoNetworkInterceptor.kt34 ExpoRequestCdpInterceptor.setDelegate(this) in onResume()
41 ExpoRequestCdpInterceptor.setDelegate(null) in onPause()
/expo/packages/expo-dev-launcher/ios/
H A DDevLauncherNetworkInterceptor.swift32 ExpoRequestCdpInterceptor.shared.setDelegate(self)
37 ExpoRequestCdpInterceptor.shared.setDelegate(nil)
/expo/packages/expo-dev-launcher/android/src/debug/java/expo/modules/devlauncher/launcher/
H A DDevLauncherNetworkInterceptor.kt38 ExpoRequestCdpInterceptor.setDelegate(this)
50 ExpoRequestCdpInterceptor.setDelegate(null) in close()
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/react/renderer/scheduler/
H A DABI49_0_0AsynchronousEventBeat.cpp20 uiRunLoopObserver_->setDelegate(this);
H A DABI49_0_0SynchronousEventBeat.cpp24 uiRunLoopObserver_->setDelegate(this);
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/react/renderer/scheduler/
H A DABI48_0_0AsynchronousEventBeat.cpp20 uiRunLoopObserver_->setDelegate(this);
H A DABI48_0_0SynchronousEventBeat.cpp24 uiRunLoopObserver_->setDelegate(this);
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/react/utils/
H A DABI48_0_0RunLoopObserver.cpp20 void RunLoopObserver::setDelegate(Delegate const *delegate) const noexcept { in setDelegate() function in ABI48_0_0facebook::ABI48_0_0React::RunLoopObserver
H A DABI48_0_0RunLoopObserver.h87 void setDelegate(Delegate const *delegate) const noexcept;
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/react/renderer/scheduler/
H A DABI47_0_0AsynchronousEventBeat.cpp20 uiRunLoopObserver_->setDelegate(this);
H A DABI47_0_0SynchronousEventBeat.cpp25 uiRunLoopObserver_->setDelegate(this);
H A DABI47_0_0Scheduler.cpp104 uiManager->setDelegate(this); in Scheduler()
156 uiManager_->setDelegate(nullptr); in ~Scheduler()
287 void Scheduler::setDelegate(SchedulerDelegate *delegate) { in setDelegate() function in ABI47_0_0facebook::ABI47_0_0React::Scheduler
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/react/utils/
H A DABI47_0_0RunLoopObserver.cpp20 void RunLoopObserver::setDelegate(Delegate const *delegate) const noexcept { in setDelegate() function in ABI47_0_0facebook::ABI47_0_0React::RunLoopObserver
H A DABI47_0_0RunLoopObserver.h87 void setDelegate(Delegate const *delegate) const noexcept;
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/react/utils/
H A DABI49_0_0RunLoopObserver.cpp20 void RunLoopObserver::setDelegate(Delegate const *delegate) const noexcept { in setDelegate() function in ABI49_0_0facebook::ABI49_0_0React::RunLoopObserver
H A DABI49_0_0RunLoopObserver.h87 void setDelegate(Delegate const *delegate) const noexcept;
/expo/ios/versioned-react-native/ABI49_0_0/Expo/ExpoKit/Core/
H A DABI49_0_0EXVersionedNetworkInterceptor.m35 [ABI49_0_0EXRequestCdpInterceptor.shared setDelegate:self];
57 [ABI49_0_0EXRequestCdpInterceptor.shared setDelegate:nil];
/expo/ios/Exponent/Versioned/Core/
H A DEXVersionedNetworkInterceptor.m35 [EXRequestCdpInterceptor.shared setDelegate:self];
57 [EXRequestCdpInterceptor.shared setDelegate:nil];
/expo/packages/expo-modules-core/ios/ModuleRegistry/
H A DEXModuleRegistry.h20 - (void)setDelegate:(id<EXModuleRegistryDelegate>)delegate;
/expo/ios/versioned/sdk49/ExpoModulesCore/ios/ModuleRegistry/
H A DABI49_0_0EXModuleRegistry.h20 - (void)setDelegate:(id<ABI49_0_0EXModuleRegistryDelegate>)delegate;
/expo/ios/versioned/sdk48/ExpoModulesCore/ios/ModuleRegistry/
H A DABI48_0_0EXModuleRegistry.h23 - (void)setDelegate:(id<ABI48_0_0EXModuleRegistryDelegate>)delegate;
/expo/ios/versioned/sdk47/ExpoModulesCore/ios/ModuleRegistry/
H A DABI47_0_0EXModuleRegistry.h23 - (void)setDelegate:(id<ABI47_0_0EXModuleRegistryDelegate>)delegate;
/expo/packages/expo-dev-menu-interface/android/src/main/java/expo/interfaces/devmenu/
H A DDevMenuManagerInterface.kt48 fun setDelegate(newDelegate: DevMenuDelegateInterface) method

1234