Home
last modified time | relevance | path

Searched refs:get_flag_attribute (Results 1 – 6 of 6) sorted by relevance

/build/make/tools/aconfig/aconfig_storage_write_api/tests/
Dstorage_write_api_test.cpp111 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/
Dstorage_read_api_test.rs5 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()
Dstorage_read_api_test.cpp228 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/
Daconfig_storage_read_api.hpp167 Result<uint8_t> get_flag_attribute(
/build/make/tools/aconfig/aconfig_storage_read_api/src/
Dlib.rs158 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/
Daconfig_storage_read_api.cpp186 Result<uint8_t> get_flag_attribute( in get_flag_attribute() function