Lines Matching refs:_client
25 WALTClient *_client;
36 _client = ((WALTAppDelegate *)[UIApplication sharedApplication].delegate).client;
42 [_client addObserver:self
49 [_client removeObserver:self forKeyPath:@"connected"];
56 if (_client.isConnected) {
61 _client.minError, _client.maxError];
127 cell.accessoryType = (_client.isConnected ?
138 if (![_client checkConnectionWithError:&error] ||
139 ![_client syncClocksWithError:&error]) {
145 _client.minError, _client.maxError];
147 } else if (indexPath.section == 1 && !_client.isConnected) {