Searched refs:get_flag_attribute (Results 1 – 6 of 6) sorted by relevance
/build/make/tools/aconfig/aconfig_storage_write_api/tests/ |
D | storage_write_api_test.cpp | 111 auto attribute = api::get_flag_attribute( in TEST_F() 119 attribute = api::get_flag_attribute( in TEST_F() 136 auto attribute = api::get_flag_attribute( in TEST_F() 144 attribute = api::get_flag_attribute( in TEST_F()
|
/build/make/tools/aconfig/aconfig_storage_read_api/tests/ |
D | storage_read_api_test.rs | 5 get_boolean_flag_value, get_flag_attribute, get_flag_read_context, 180 get_flag_attribute(&flag_info_file, FlagValueType::Boolean, offset as u32).unwrap(); in test_flag_info_query() 194 let err = get_flag_attribute(&flag_info_file, FlagValueType::Boolean, 8u32).unwrap_err(); in test_invalid_boolean_flag_info_query()
|
D | storage_read_api_test.cpp | 228 auto attribute = api::get_flag_attribute(*mapped_file, api::FlagValueType::Boolean, index); in TEST_F() 244 auto attribute = api::get_flag_attribute(*mapped_file, api::FlagValueType::Boolean, 8); in TEST_F()
|
/build/make/tools/aconfig/aconfig_storage_read_api/include/aconfig_storage/ |
D | aconfig_storage_read_api.hpp | 167 Result<uint8_t> get_flag_attribute(
|
/build/make/tools/aconfig/aconfig_storage_read_api/src/ |
D | lib.rs | 158 pub fn get_flag_attribute( in get_flag_attribute() function 500 get_flag_attribute(&flag_info_file, FlagValueType::Boolean, offset as u32).unwrap(); in test_flag_info_query()
|
/build/make/tools/aconfig/aconfig_storage_read_api/ |
D | aconfig_storage_read_api.cpp | 186 Result<uint8_t> get_flag_attribute( in get_flag_attribute() function
|