Searched refs:_ReadAttribute (Results 1 - 6 of 6) sorted by relevance

/haiku/src/kits/print/
H A DPrinter.cpp199 return _ReadAttribute(PSRV_PRINTER_ATTR_PRINTER_NAME);
206 return _ReadAttribute(PSRV_PRINTER_ATTR_STATE);
213 return _ReadAttribute(PSRV_PRINTER_ATTR_DRIVER_NAME);
220 return _ReadAttribute(PSRV_PRINTER_ATTR_COMMENTS);
227 return _ReadAttribute(PSRV_PRINTER_ATTR_TRANSPORT);
234 return _ReadAttribute(PSRV_PRINTER_ATTR_TRANSPORT_ADDRESS);
330 BString printerName(_ReadAttribute(PSRV_PRINTER_ATTR_PRINTER_NAME));
402 BString driverName(_ReadAttribute(PSRV_PRINTER_ATTR_DRIVER_NAME));
448 BPrinter::_ReadAttribute(const char* attribute) const function in class:BPrivate::Print::BPrinter
/haiku/headers/private/print/
H A DPrinter.h71 BString _ReadAttribute(const char* attribute) const;
/haiku/headers/private/package/hpkg/v1/
H A DReaderImplBase.h243 status_t _ReadAttribute(uint8& _id,
/haiku/headers/private/package/hpkg/
H A DReaderImplBase.h182 status_t _ReadAttribute(uint8& _id,
/haiku/src/kits/package/hpkg/v1/
H A DReaderImplBaseV1.cpp754 status_t error = _ReadAttribute(id, value, &hasChildren, &tag);
795 ReaderImplBase::_ReadAttribute(uint8& _id, AttributeValue& _value, function in class:BPackageKit::BHPKG::V1::BPrivate::ReaderImplBase
/haiku/src/kits/package/hpkg/
H A DReaderImplBase.cpp1103 status_t error = _ReadAttribute(id, value, &hasChildren, &tag);
1147 ReaderImplBase::_ReadAttribute(uint8& _id, AttributeValue& _value, function in class:BPackageKit::BHPKG::BPrivate::ReaderImplBase

Completed in 99 milliseconds