Searched refs:__system_property_serial (Results 1 – 7 of 7) sorted by relevance
123 uint32_t __system_property_serial(const prop_info* _Nonnull __pi);
76 uint32_t property_serial = __system_property_serial(prop_info_); in Get()
103 uint32_t __system_property_serial(const prop_info* pi) { in __system_property_serial() function
409 TEST(properties, __system_property_serial) { in TEST() argument417 unsigned serial = __system_property_serial(pi); in TEST()419 ASSERT_NE(serial, __system_property_serial(pi)); in TEST()466 unsigned serial = __system_property_serial(pi); in TEST()
192 __system_property_serial(pinfo[i]); in BM_property_serial()
196 …__system_property_serial; # introduced-arm=19 introduced-arm64=21 introduced-x86=19 introduced-x86…