Home
last modified time | relevance | path

Searched refs:_appId (Results 1 – 14 of 14) sorted by relevance

/expo/packages/@expo/cli/src/start/server/middleware/inspector/
H A DLaunchBrowserImplLinux.ts16 private _appId: string | undefined; property in LaunchBrowserImplLinux
28 if (this._appId == null || !this.MAP[browserType].includes(this._appId)) {
33 this._appId = appId;
40 if (this._appId == null) {
46 return this._appId;
76 this._appId = undefined;
H A DLaunchBrowserImplWindows.ts19 private _appId: string | undefined; property in LaunchBrowserImplWindows
72 this._appId = appId;
77 if (this._appId != null) {
88 …`taskkill.exe /pid @(Get-WmiObject Win32_Process -Filter "name = '${this._appId}.exe' AND CommandL…
97 this._appId = undefined;
/expo/packages/expo-task-manager/ios/EXTaskManager/
H A DEXTaskManager.m42 _appId = scopeKey;
55 [_taskService setTaskManager:self forAppId:_appId withUrl:[self _findAppUrl]];
104 [_taskService notifyTaskWithName:taskName forAppId:_appId didFinishWithResponse:response];
120 resolve([_taskService getRegisteredTasksForAppId:_appId]);
128 resolve(EXNullIfNil([_taskService getOptionsForTaskName:taskName forAppId:_appId]));
148 [_taskService unregisterAllTasksForAppId:_appId];
156 return [_taskService hasRegisteredTaskWithName:taskName forAppId:_appId];
161 return [_taskService taskWithName:taskName forAppId:_appId hasConsumerOfClass:consumerClass];
171 appId:_appId
180 [_taskService unregisterTaskWithName:taskName forAppId:_appId consumerClass:consumerClass];
H A DEXTask.m16 _appId = appId;
/expo/ios/versioned/sdk48/EXTaskManager/EXTaskManager/
H A DABI48_0_0EXTaskManager.m42 _appId = scopeKey;
55 [_taskService setTaskManager:self forAppId:_appId withUrl:[self _findAppUrl]];
104 [_taskService notifyTaskWithName:taskName forAppId:_appId didFinishWithResponse:response];
120 resolve([_taskService getRegisteredTasksForAppId:_appId]);
128 resolve(ABI48_0_0EXNullIfNil([_taskService getOptionsForTaskName:taskName forAppId:_appId]));
148 [_taskService unregisterAllTasksForAppId:_appId];
156 return [_taskService hasRegisteredTaskWithName:taskName forAppId:_appId];
161 return [_taskService taskWithName:taskName forAppId:_appId hasConsumerOfClass:consumerClass];
171 appId:_appId
180 [_taskService unregisterTaskWithName:taskName forAppId:_appId consumerClass:consumerClass];
H A DABI48_0_0EXTask.m16 _appId = appId;
/expo/ios/versioned/sdk47/EXTaskManager/EXTaskManager/
H A DABI47_0_0EXTaskManager.m42 _appId = scopeKey;
55 [_taskService setTaskManager:self forAppId:_appId withUrl:[self _findAppUrl]];
104 [_taskService notifyTaskWithName:taskName forAppId:_appId didFinishWithResponse:response];
120 resolve([_taskService getRegisteredTasksForAppId:_appId]);
128 resolve(ABI47_0_0EXNullIfNil([_taskService getOptionsForTaskName:taskName forAppId:_appId]));
148 [_taskService unregisterAllTasksForAppId:_appId];
156 return [_taskService hasRegisteredTaskWithName:taskName forAppId:_appId];
161 return [_taskService taskWithName:taskName forAppId:_appId hasConsumerOfClass:consumerClass];
171 appId:_appId
180 [_taskService unregisterTaskWithName:taskName forAppId:_appId consumerClass:consumerClass];
H A DABI47_0_0EXTask.m16 _appId = appId;
/expo/ios/versioned/sdk49/EXTaskManager/EXTaskManager/
H A DABI49_0_0EXTaskManager.m42 _appId = scopeKey;
55 [_taskService setTaskManager:self forAppId:_appId withUrl:[self _findAppUrl]];
104 [_taskService notifyTaskWithName:taskName forAppId:_appId didFinishWithResponse:response];
120 resolve([_taskService getRegisteredTasksForAppId:_appId]);
128 resolve(ABI49_0_0EXNullIfNil([_taskService getOptionsForTaskName:taskName forAppId:_appId]));
148 [_taskService unregisterAllTasksForAppId:_appId];
156 return [_taskService hasRegisteredTaskWithName:taskName forAppId:_appId];
161 return [_taskService taskWithName:taskName forAppId:_appId hasConsumerOfClass:consumerClass];
171 appId:_appId
180 [_taskService unregisterTaskWithName:taskName forAppId:_appId consumerClass:consumerClass];
H A DABI49_0_0EXTask.m16 _appId = appId;
/expo/ios/versioned-react-native/ABI49_0_0/Expo/ExpoKit/Core/UniversalModules/EXFacebook/
H A DABI49_0_0EXScopedFacebook.m149 _appId = [FBSDKSettings appID];
157 if (_appId) {
158 [FBSDKSettings setAppID:_appId];
/expo/ios/versioned-react-native/ABI47_0_0/Expo/ExpoKit/Core/UniversalModules/EXFacebook/
H A DABI47_0_0EXScopedFacebook.m149 _appId = [FBSDKSettings appID];
157 if (_appId) {
158 [FBSDKSettings setAppID:_appId];
/expo/ios/versioned-react-native/ABI48_0_0/Expo/ExpoKit/Core/UniversalModules/EXFacebook/
H A DABI48_0_0EXScopedFacebook.m149 _appId = [FBSDKSettings appID];
157 if (_appId) {
158 [FBSDKSettings setAppID:_appId];
/expo/ios/Exponent/Versioned/Core/UniversalModules/EXFacebook/
H A DEXScopedFacebook.m149 _appId = [FBSDKSettings appID];
157 if (_appId) {
158 [FBSDKSettings setAppID:_appId];