| /expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/react/utils/ |
| H A D | ABI48_0_0RunLoopObserver.cpp | 15 RunLoopObserver::RunLoopObserver( in RunLoopObserver() function in ABI48_0_0facebook::ABI48_0_0React::RunLoopObserver 20 void RunLoopObserver::setDelegate(Delegate const *delegate) const noexcept { in setDelegate() 28 void RunLoopObserver::enable() const noexcept { in enable() 37 void RunLoopObserver::disable() const noexcept { in disable() 46 void RunLoopObserver::activityDidChange(Activity activity) const noexcept { in activityDidChange() 58 RunLoopObserver::WeakOwner RunLoopObserver::getOwner() const noexcept { in getOwner()
|
| H A D | ABI48_0_0RunLoopObserver.h | 20 class RunLoopObserver { 22 using Unique = std::unique_ptr<RunLoopObserver const>; 73 using Factory = std::function<std::unique_ptr<RunLoopObserver>( 80 RunLoopObserver(Activity activities, WeakOwner const &owner) noexcept; 81 virtual ~RunLoopObserver() noexcept = default;
|
| /expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/react/utils/ |
| H A D | ABI47_0_0RunLoopObserver.cpp | 15 RunLoopObserver::RunLoopObserver( in RunLoopObserver() function in ABI47_0_0facebook::ABI47_0_0React::RunLoopObserver 20 void RunLoopObserver::setDelegate(Delegate const *delegate) const noexcept { in setDelegate() 28 void RunLoopObserver::enable() const noexcept { in enable() 37 void RunLoopObserver::disable() const noexcept { in disable() 46 void RunLoopObserver::activityDidChange(Activity activity) const noexcept { in activityDidChange() 58 RunLoopObserver::WeakOwner RunLoopObserver::getOwner() const noexcept { in getOwner()
|
| H A D | ABI47_0_0RunLoopObserver.h | 20 class RunLoopObserver { 22 using Unique = std::unique_ptr<RunLoopObserver const>; 73 using Factory = std::function<std::unique_ptr<RunLoopObserver>( 80 RunLoopObserver(Activity activities, WeakOwner const &owner) noexcept; 81 virtual ~RunLoopObserver() noexcept = default;
|
| /expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/react/utils/ |
| H A D | ABI49_0_0RunLoopObserver.cpp | 15 RunLoopObserver::RunLoopObserver( in RunLoopObserver() function in ABI49_0_0facebook::ABI49_0_0React::RunLoopObserver 20 void RunLoopObserver::setDelegate(Delegate const *delegate) const noexcept { in setDelegate() 28 void RunLoopObserver::enable() const noexcept { in enable() 37 void RunLoopObserver::disable() const noexcept { in disable() 46 void RunLoopObserver::activityDidChange(Activity activity) const noexcept { in activityDidChange() 58 RunLoopObserver::WeakOwner RunLoopObserver::getOwner() const noexcept { in getOwner()
|
| H A D | ABI49_0_0RunLoopObserver.h | 20 class RunLoopObserver { 22 using Unique = std::unique_ptr<RunLoopObserver const>; 73 using Factory = std::function<std::unique_ptr<RunLoopObserver>( 80 RunLoopObserver(Activity activities, WeakOwner const &owner) noexcept; 81 virtual ~RunLoopObserver() noexcept = default;
|
| /expo/ios/versioned-react-native/ABI47_0_0/ReactNative/React/Fabric/Utils/ |
| H A D | ABI47_0_0PlatformRunLoopObserver.mm | 15 static CFRunLoopActivity toCFRunLoopActivity(RunLoopObserver::Activity activity) 19 if (RunLoopObserver::Activity(activity & RunLoopObserver::Activity::BeforeWaiting) == 20 RunLoopObserver::Activity::BeforeWaiting) { 24 if (RunLoopObserver::Activity(activity & RunLoopObserver::Activity::AfterWaiting) == 25 RunLoopObserver::Activity::AfterWaiting) { 34 auto result = RunLoopObserver::Activity{}; 37 result = RunLoopObserver::Activity(result | RunLoopObserver::Activity::BeforeWaiting); 41 result = RunLoopObserver::Activity(result | RunLoopObserver::Activity::AfterWaiting); 48 RunLoopObserver::Activity activities, 49 RunLoopObserver::WeakOwner const &owner, [all …]
|
| H A D | ABI47_0_0PlatformRunLoopObserver.h | 22 class PlatformRunLoopObserver : public RunLoopObserver { 25 RunLoopObserver::Activity activities, 26 RunLoopObserver::WeakOwner const &owner, 48 RunLoopObserver::Activity activities, in MainRunLoopObserver() 49 RunLoopObserver::WeakOwner const &owner) in MainRunLoopObserver()
|
| /expo/ios/versioned-react-native/ABI49_0_0/ReactNative/React/Fabric/Utils/ |
| H A D | ABI49_0_0PlatformRunLoopObserver.mm | 15 static CFRunLoopActivity toCFRunLoopActivity(RunLoopObserver::Activity activity) 19 if (RunLoopObserver::Activity(activity & RunLoopObserver::Activity::BeforeWaiting) == 20 RunLoopObserver::Activity::BeforeWaiting) { 24 if (RunLoopObserver::Activity(activity & RunLoopObserver::Activity::AfterWaiting) == 25 RunLoopObserver::Activity::AfterWaiting) { 34 auto result = RunLoopObserver::Activity{}; 37 result = RunLoopObserver::Activity(result | RunLoopObserver::Activity::BeforeWaiting); 41 result = RunLoopObserver::Activity(result | RunLoopObserver::Activity::AfterWaiting); 48 RunLoopObserver::Activity activities, 49 RunLoopObserver::WeakOwner const &owner, [all …]
|
| H A D | ABI49_0_0PlatformRunLoopObserver.h | 22 class PlatformRunLoopObserver : public RunLoopObserver { 25 RunLoopObserver::Activity activities, 26 RunLoopObserver::WeakOwner const &owner, 48 RunLoopObserver::Activity activities, in MainRunLoopObserver() 49 RunLoopObserver::WeakOwner const &owner) in MainRunLoopObserver()
|
| /expo/ios/versioned-react-native/ABI48_0_0/ReactNative/React/Fabric/Utils/ |
| H A D | ABI48_0_0PlatformRunLoopObserver.mm | 15 static CFRunLoopActivity toCFRunLoopActivity(RunLoopObserver::Activity activity) 19 if (RunLoopObserver::Activity(activity & RunLoopObserver::Activity::BeforeWaiting) == 20 RunLoopObserver::Activity::BeforeWaiting) { 24 if (RunLoopObserver::Activity(activity & RunLoopObserver::Activity::AfterWaiting) == 25 RunLoopObserver::Activity::AfterWaiting) { 34 auto result = RunLoopObserver::Activity{}; 37 result = RunLoopObserver::Activity(result | RunLoopObserver::Activity::BeforeWaiting); 41 result = RunLoopObserver::Activity(result | RunLoopObserver::Activity::AfterWaiting); 48 RunLoopObserver::Activity activities, 49 RunLoopObserver::WeakOwner const &owner, [all …]
|
| H A D | ABI48_0_0PlatformRunLoopObserver.h | 22 class PlatformRunLoopObserver : public RunLoopObserver { 25 RunLoopObserver::Activity activities, 26 RunLoopObserver::WeakOwner const &owner, 48 RunLoopObserver::Activity activities, in MainRunLoopObserver() 49 RunLoopObserver::WeakOwner const &owner) in MainRunLoopObserver()
|
| /expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/react/renderer/scheduler/ |
| H A D | ABI49_0_0AsynchronousEventBeat.h | 20 public RunLoopObserver::Delegate { 23 RunLoopObserver::Unique uiRunLoopObserver, 28 #pragma mark - RunLoopObserver::Delegate 31 RunLoopObserver::Delegate const *delegate, 32 RunLoopObserver::Activity activity) const noexcept override; 35 RunLoopObserver::Unique uiRunLoopObserver_;
|
| H A D | ABI49_0_0SynchronousEventBeat.h | 23 public RunLoopObserver::Delegate { 26 RunLoopObserver::Unique uiRunLoopObserver, 32 #pragma mark - RunLoopObserver::Delegate 35 RunLoopObserver::Delegate const *delegate, 36 RunLoopObserver::Activity activity) const noexcept override; 41 RunLoopObserver::Unique uiRunLoopObserver_;
|
| H A D | ABI49_0_0AsynchronousEventBeat.cpp | 15 RunLoopObserver::Unique uiRunLoopObserver, in AsynchronousEventBeat() 25 RunLoopObserver::Delegate const *delegate, in activityDidChange() 26 RunLoopObserver::Activity /*activity*/) const noexcept { in activityDidChange()
|
| H A D | ABI49_0_0SynchronousEventBeat.cpp | 17 RunLoopObserver::Unique uiRunLoopObserver, in SynchronousEventBeat() 29 RunLoopObserver::Delegate const *delegate, in activityDidChange() 30 RunLoopObserver::Activity /*activity*/) const noexcept { in activityDidChange()
|
| /expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/react/renderer/scheduler/ |
| H A D | ABI47_0_0AsynchronousEventBeat.h | 20 public RunLoopObserver::Delegate { 23 RunLoopObserver::Unique uiRunLoopObserver, 28 #pragma mark - RunLoopObserver::Delegate 31 RunLoopObserver::Delegate const *delegate, 32 RunLoopObserver::Activity activity) const noexcept override; 35 RunLoopObserver::Unique uiRunLoopObserver_;
|
| H A D | ABI47_0_0SynchronousEventBeat.h | 23 public RunLoopObserver::Delegate { 26 RunLoopObserver::Unique uiRunLoopObserver, 32 #pragma mark - RunLoopObserver::Delegate 35 RunLoopObserver::Delegate const *delegate, 36 RunLoopObserver::Activity activity) const noexcept override; 41 RunLoopObserver::Unique uiRunLoopObserver_;
|
| H A D | ABI47_0_0AsynchronousEventBeat.cpp | 15 RunLoopObserver::Unique uiRunLoopObserver, in AsynchronousEventBeat() 25 RunLoopObserver::Delegate const *delegate, in activityDidChange() 26 RunLoopObserver::Activity) const noexcept { in activityDidChange()
|
| H A D | ABI47_0_0SynchronousEventBeat.cpp | 18 RunLoopObserver::Unique uiRunLoopObserver, in SynchronousEventBeat() 30 RunLoopObserver::Delegate const *delegate, in activityDidChange() 31 RunLoopObserver::Activity activity) const noexcept { in activityDidChange()
|
| /expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/react/renderer/scheduler/ |
| H A D | ABI48_0_0AsynchronousEventBeat.h | 20 public RunLoopObserver::Delegate { 23 RunLoopObserver::Unique uiRunLoopObserver, 28 #pragma mark - RunLoopObserver::Delegate 31 RunLoopObserver::Delegate const *delegate, 32 RunLoopObserver::Activity activity) const noexcept override; 35 RunLoopObserver::Unique uiRunLoopObserver_;
|
| H A D | ABI48_0_0SynchronousEventBeat.h | 23 public RunLoopObserver::Delegate { 26 RunLoopObserver::Unique uiRunLoopObserver, 32 #pragma mark - RunLoopObserver::Delegate 35 RunLoopObserver::Delegate const *delegate, 36 RunLoopObserver::Activity activity) const noexcept override; 41 RunLoopObserver::Unique uiRunLoopObserver_;
|
| H A D | ABI48_0_0AsynchronousEventBeat.cpp | 15 RunLoopObserver::Unique uiRunLoopObserver, in AsynchronousEventBeat() 25 RunLoopObserver::Delegate const *delegate, in activityDidChange() 26 RunLoopObserver::Activity /*activity*/) const noexcept { in activityDidChange()
|
| H A D | ABI48_0_0SynchronousEventBeat.cpp | 17 RunLoopObserver::Unique uiRunLoopObserver, in SynchronousEventBeat() 29 RunLoopObserver::Delegate const *delegate, in activityDidChange() 30 RunLoopObserver::Activity /*activity*/) const noexcept { in activityDidChange()
|
| /expo/ios/versioned-react-native/ABI47_0_0/ReactNative/React/Fabric/ |
| H A D | ABI47_0_0RCTScheduler.mm | 15 #include <ABI47_0_0React/ABI47_0_0utils/RunLoopObserver.h> 76 class LayoutAnimationDelegateProxy : public LayoutAnimationStatusDelegate, public RunLoopObserver::… 96 …void activityDidChange(RunLoopObserver::Delegate const *delegate, RunLoopObserver::Activity activi… 112 RunLoopObserver::Unique _uiRunLoopObserver; 137 …toolbox.mainRunLoopObserverFactory(RunLoopObserver::Activity::BeforeWaiting, _layoutAnimationDeleg…
|