Searched refs:_appId (Results 1 – 14 of 14) sorted by relevance
16 private _appId: string | undefined; property in LaunchBrowserImplLinux28 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;
19 private _appId: string | undefined; property in LaunchBrowserImplWindows72 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;
42 _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:_appId180 [_taskService unregisterTaskWithName:taskName forAppId:_appId consumerClass:consumerClass];
16 _appId = appId;
42 _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:_appId180 [_taskService unregisterTaskWithName:taskName forAppId:_appId consumerClass:consumerClass];
42 _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:_appId180 [_taskService unregisterTaskWithName:taskName forAppId:_appId consumerClass:consumerClass];
42 _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:_appId180 [_taskService unregisterTaskWithName:taskName forAppId:_appId consumerClass:consumerClass];
149 _appId = [FBSDKSettings appID];157 if (_appId) {158 [FBSDKSettings setAppID:_appId];