Searched refs:IsPending (Results 1 – 4 of 4) sorted by relevance
128 DCHECK(!move->IsPending()); in PerformMove()149 if (other_move.Blocks(destination) && !other_move.IsPending()) { in PerformMove()203 DCHECK(other_move->IsPending()) << "move=" << *move << " other_move=" << *other_move; in PerformMove()408 DCHECK(!move->IsPending()); in PerformMove()436 if (other_move.Blocks(destination) && !other_move.IsPending()) { in PerformMove()
8159 DCHECK(!IsPending());8166 DCHECK(IsPending());8170 bool IsPending() const {
314 bool IsPending() const { return pending_ != BTM_PM_MD_UNKNOWN; } in IsPending() function344 bool IsPending() const { return pending_; } in IsPending() function
138 if (p_acl->policy.mode.IsPending()) { in BTM_SetPowerMode()