Searched refs:insertPropertyIntoMacabRecord (Results 1 – 2 of 2) sorted by relevance
/trunk/main/connectivity/source/drivers/macab/ |
H A D | MacabRecords.cxx | 889 …insertPropertyIntoMacabRecord(propertyType, macabRecord, _header, propertyNameString, propertyValu… in createMacabRecord() 904 void MacabRecords::insertPropertyIntoMacabRecord(MacabRecord *_abrecord, const MacabHeader *_header… in insertPropertyIntoMacabRecord() function in MacabRecords 910 insertPropertyIntoMacabRecord(ab_type, _abrecord, _header, _propertyName, _propertyValue); in insertPropertyIntoMacabRecord() 917 void MacabRecords::insertPropertyIntoMacabRecord(const ABPropertyType _propertyType, MacabRecord *_… in insertPropertyIntoMacabRecord() function in MacabRecords 996 insertPropertyIntoMacabRecord(_abrecord, _header, newPropertyName, arrValue); in insertPropertyIntoMacabRecord() 1039 insertPropertyIntoMacabRecord(_abrecord, _header, newPropertyName, dictValues[i]); in insertPropertyIntoMacabRecord() 1082 insertPropertyIntoMacabRecord(multiType, _abrecord, _header, newPropertyName, multiValue); in insertPropertyIntoMacabRecord()
|
H A D | MacabRecords.hxx | 82 …void insertPropertyIntoMacabRecord(MacabRecord *_abrecord, const MacabHeader *_header, const ::rtl… 83 …void insertPropertyIntoMacabRecord(const ABPropertyType _propertyType, MacabRecord *_abrecord, con…
|
Completed in 12 milliseconds