Home
last modified time | relevance | path

Searched refs:current_version (Results 1 – 5 of 5) sorted by relevance

/aosp14/system/core/property_service/libpropertyinfoparser/include/property_info_parser/
H A Dproperty_info_parser.h59 uint32_t current_version; member
164 uint32_t current_version() const { return header()->current_version; } in current_version() function
/aosp14/system/core/storaged/
H A Dstoraged.cpp70 const uint32_t storaged_t::current_version = 4; member in storaged_t
249 crc32(current_version, in load_proto()
265 proto->set_version(current_version); in prepare_proto()
268 proto->set_crc(crc32(current_version, in prepare_proto()
/aosp14/system/core/storaged/include/
H A Dstoraged.h109 static const uint32_t current_version; variable
/aosp14/system/core/property_service/libpropertyinfoserializer/
H A Dtrie_serializer.cpp118 header->current_version = 1; in SerializeTrie()
H A Dproperty_info_serializer_test.cpp42 EXPECT_EQ(1U, property_info_area->current_version()); in TEST()