Searched refs:isCanRead_ (Results 1 – 6 of 6) sorted by relevance
28 DataSinkFile::DataSinkFile(FILE *file) : file_(file), pos_(0), end_(-1), isCanRead_(true) in DataSinkFile()96 return isCanRead_; in CanRead()
37 isCanRead_ = (fdPermission & O_RDWR) == O_RDWR; in DataSinkFd()100 return isCanRead_; in CanRead()
40 bool isCanRead_; variable
41 bool isCanRead_; variable
220 if (!socketTmp->isCanRead_) { in OnDataAvailableNative()701 sock.isCanRead_ = true; in OnSocketWriteReadyNative()713 sock.isCanRead_ = false; in OnSocketWriteReadyNative()718 sock.isCanRead_ = false; in OnSocketWriteReadyNative()724 sock.isCanRead_ = true; in OnSocketWriteReadyNative()741 if (!this->isCanRead_) { in ReadData()795 this->isCanRead_ = false; in WriteDataToAPP()801 this->isCanRead_ = false; in WriteDataToAPP()807 this->isCanRead_ = true; in WriteDataToAPP()
166 bool isCanRead_ {true};