Lines Matching refs:Property
55 using ::testing::Property;
111 AllOf(Property("path", &ApexFile::GetPath, Eq(other.get().GetPath())),
112 Property("image_offset", &ApexFile::GetImageOffset,
114 Property("image_size", &ApexFile::GetImageSize,
116 Property("fs_type", &ApexFile::GetFsType,
118 Property("public_key", &ApexFile::GetBundledPublicKey,
120 Property("is_compressed", &ApexFile::IsCompressed,
320 using ::testing::Property;
324 Property("moduleName", &ApexInfo::getModuleName,
326 Property("modulePath", &ApexInfo::getModulePath,
328 Property("preinstalledModulePath",
331 Property("versionCode", &ApexInfo::getVersionCode,
333 Property("isFactory", &ApexInfo::getIsFactory,
335 Property("isActive", &ApexInfo::getIsActive, Eq(other.getIsActive())),
336 Property("lastUpdateMillis", &ApexInfo::getLastUpdateMillis,