Home
last modified time | relevance | path

Searched refs:RunLoopObserver (Results 1 – 25 of 33) sorted by relevance

12

/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/react/utils/
H A DABI48_0_0RunLoopObserver.cpp15 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 DABI48_0_0RunLoopObserver.h20 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 DABI47_0_0RunLoopObserver.cpp15 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 DABI47_0_0RunLoopObserver.h20 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 DABI49_0_0RunLoopObserver.cpp15 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 DABI49_0_0RunLoopObserver.h20 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 DABI47_0_0PlatformRunLoopObserver.mm15 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 DABI47_0_0PlatformRunLoopObserver.h22 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 DABI49_0_0PlatformRunLoopObserver.mm15 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 DABI49_0_0PlatformRunLoopObserver.h22 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 DABI48_0_0PlatformRunLoopObserver.mm15 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 DABI48_0_0PlatformRunLoopObserver.h22 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 DABI49_0_0AsynchronousEventBeat.h20 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 DABI49_0_0SynchronousEventBeat.h23 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 DABI49_0_0AsynchronousEventBeat.cpp15 RunLoopObserver::Unique uiRunLoopObserver, in AsynchronousEventBeat()
25 RunLoopObserver::Delegate const *delegate, in activityDidChange()
26 RunLoopObserver::Activity /*activity*/) const noexcept { in activityDidChange()
H A DABI49_0_0SynchronousEventBeat.cpp17 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 DABI47_0_0AsynchronousEventBeat.h20 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 DABI47_0_0SynchronousEventBeat.h23 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 DABI47_0_0AsynchronousEventBeat.cpp15 RunLoopObserver::Unique uiRunLoopObserver, in AsynchronousEventBeat()
25 RunLoopObserver::Delegate const *delegate, in activityDidChange()
26 RunLoopObserver::Activity) const noexcept { in activityDidChange()
H A DABI47_0_0SynchronousEventBeat.cpp18 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 DABI48_0_0AsynchronousEventBeat.h20 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 DABI48_0_0SynchronousEventBeat.h23 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 DABI48_0_0AsynchronousEventBeat.cpp15 RunLoopObserver::Unique uiRunLoopObserver, in AsynchronousEventBeat()
25 RunLoopObserver::Delegate const *delegate, in activityDidChange()
26 RunLoopObserver::Activity /*activity*/) const noexcept { in activityDidChange()
H A DABI48_0_0SynchronousEventBeat.cpp17 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 DABI47_0_0RCTScheduler.mm15 #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…

12