Searched defs:IsOpen (Results 1 – 15 of 15) sorted by relevance
87 int IsOpen(void) {return isOpen;} in IsOpen() function
51 bool NuggetClient::IsOpen() const { in IsOpen() function in nos::NuggetClient
96 bool IsOpen() { return open_; } in IsOpen() function230 bool IsOpen() { return open_; } in IsOpen() function
83 bool IsOpen() const override { return is_open_; } in IsOpen() function
42 bool IsOpen() const override { return fd_ >= 0; } in IsOpen() function in brillo::FileDescriptor343 bool FileStream::IsOpen() const { in IsOpen() function in brillo::FileStream
74 bool InputStreamSet::IsOpen() const { in IsOpen() function in brillo::InputStreamSet
85 bool MemoryStream::IsOpen() const { return container_ != nullptr; } in IsOpen() function in brillo::MemoryStream
480 bool TlsStream::IsOpen() const { in IsOpen() function in brillo::TlsStream
207 TEST_F(FileStreamTest, IsOpen) { in TEST_F() argument
42 bool IsOpen() const { return fd_ >= 0; } in IsOpen() function
156 bool OutputFile::IsOpen() { in IsOpen() function in android::OutputFile
231 jboolean IsOpen(void) { in IsOpen() function
169 TEST_F(BlobStoreTest, IsOpen) { in TEST_F() argument
336 bool IsOpen() const { return state_ == DataChannelInterface::kOpen; } in IsOpen() function
371 bool IsOpen; member