Searched refs:notify_call_pending_ (Results 1 – 2 of 2) sorted by relevance
42 notify_call_pending_(false), in BluetoothRemoteGattCharacteristicChromeOS()264 if (notify_call_pending_) { in StartNotifySession()269 notify_call_pending_ = true; in StartNotifySession()286 DCHECK(!notify_call_pending_); in RemoveNotifySession()300 if (notify_call_pending_ || num_notify_sessions_ == 0) { in RemoveNotifySession()306 notify_call_pending_ = true; in RemoveNotifySession()409 DCHECK(notify_call_pending_); in OnStartNotifySuccess()412 notify_call_pending_ = false; in OnStartNotifySuccess()437 DCHECK(notify_call_pending_); in OnStartNotifyError()439 notify_call_pending_ = false; in OnStartNotifyError()[all …]
149 bool notify_call_pending_; variable