Home
last modified time | relevance | path

Searched refs:activeTags (Results 1 – 7 of 7) sorted by relevance

/expo/ios/versioned/sdk49/ExpoKeepAwake/
H A DKeepAwakeModule.swift6 private var activeTags = Set<String>() variable
12 if self.activeTags.isEmpty { in definition()
15 self.activeTags.insert(tag) in definition()
20 self.activeTags.remove(tag) in definition()
21 if self.activeTags.isEmpty { in definition()
34 if !self.activeTags.isEmpty { in definition()
40 if !self.activeTags.isEmpty { in definition()
/expo/ios/versioned/sdk47/ExpoKeepAwake/
H A DKeepAwakeModule.swift6 private var activeTags = Set<String>() variable
12 if self.activeTags.isEmpty { in definition()
15 self.activeTags.insert(tag) in definition()
20 self.activeTags.remove(tag) in definition()
21 if self.activeTags.isEmpty { in definition()
34 if !self.activeTags.isEmpty { in definition()
40 if !self.activeTags.isEmpty { in definition()
/expo/packages/expo-keep-awake/ios/
H A DKeepAwakeModule.swift6 private var activeTags = Set<String>() variable
12 if self.activeTags.isEmpty { in definition()
15 self.activeTags.insert(tag) in definition()
20 self.activeTags.remove(tag) in definition()
21 if self.activeTags.isEmpty { in definition()
34 if !self.activeTags.isEmpty { in definition()
40 if !self.activeTags.isEmpty { in definition()
/expo/ios/versioned/sdk48/ExpoKeepAwake/
H A DKeepAwakeModule.swift6 private var activeTags = Set<String>() variable
12 if self.activeTags.isEmpty { in definition()
15 self.activeTags.insert(tag) in definition()
20 self.activeTags.remove(tag) in definition()
21 if self.activeTags.isEmpty { in definition()
34 if !self.activeTags.isEmpty { in definition()
40 if !self.activeTags.isEmpty { in definition()
/expo/packages/expo-screen-capture/build/
H A DScreenCapture.js4 const activeTags = new Set(); constant
34 if (!activeTags.has(key)) {
35 activeTags.add(key);
53 activeTags.delete(key);
54 if (activeTags.size === 0) {
H A DScreenCapture.js.map1activeTags: Set<string> = new Set();\nconst emitter = new EventEmitter(ExpoScreenCapture);\n\ncons…
/expo/packages/expo-screen-capture/src/
H A DScreenCapture.ts6 const activeTags: Set<string> = new Set(); constant
40 if (!activeTags.has(key)) {
41 activeTags.add(key);
61 activeTags.delete(key);
62 if (activeTags.size === 0) {