Searched refs:READ_ONLY (Results 1 – 6 of 6) sorted by relevance
| /rkdeveloptool/ |
| H A D | RKImage.h | 25 property<CRKImage, UINT, READ_ONLY> Version; 27 property<CRKImage, UINT, READ_ONLY> MergeVersion; 29 property<CRKImage, STRUCT_RKTIME, READ_ONLY> ReleaseTime; 31 property<CRKImage, ENUM_RKDEVICE_TYPE, READ_ONLY> SupportDevice; 33 property<CRKImage, ENUM_OS_TYPE, READ_ONLY> OsType; 36 property<CRKImage, unsigned short, READ_ONLY> BackupSize; 38 property<CRKImage, UINT, READ_ONLY> BootOffset; 40 property<CRKImage, UINT, READ_ONLY> BootSize; 42 property<CRKImage, UINT, READ_ONLY> FWOffset; 44 property<CRKImage, long long, READ_ONLY> FWSize; [all …]
|
| H A D | RKBoot.h | 42 property<CRKBoot, bool, READ_ONLY> Rc4DisableFlag; 44 property<CRKBoot, bool, READ_ONLY> SignFlag; 46 property<CRKBoot, UINT, READ_ONLY> Version; 48 property<CRKBoot, UINT, READ_ONLY> MergeVersion; 50 property<CRKBoot, STRUCT_RKTIME, READ_ONLY> ReleaseTime; 52 property<CRKBoot, ENUM_RKDEVICE_TYPE, READ_ONLY> SupportDevice; 54 property<CRKBoot, unsigned char, READ_ONLY> Entry471Count; 56 property<CRKBoot, unsigned char, READ_ONLY> Entry472Count; 58 property<CRKBoot, unsigned char, READ_ONLY> EntryLoaderCount;
|
| H A D | Property.hpp | 36 #define READ_ONLY 1 macro 66 if((nPropType == READ_ONLY) || (nPropType == READ_WRITE)) in getter()
|
| H A D | RKDevice.h | 82 property<CRKDevice, CRKLog *, READ_ONLY> LogObjectPointer; 85 property<CRKDevice, CRKComm *, READ_ONLY> CommObjectPointer;
|
| H A D | RKLog.h | 20 property<CRKLog, string, READ_ONLY> LogSavePath;
|
| H A D | RKScan.h | 25 property<CRKScan, int, READ_ONLY> DEVICE_COUNTS;
|