Home
last modified time | relevance | path

Searched refs:set_boolean_flag_value (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/build/make/tools/aconfig/aconfig_storage_write_api/tests/
H A Dstorage_write_api_test.rs7 map_mutable_storage_file, set_boolean_flag_value, set_flag_has_local_override,
49 set_boolean_flag_value(&mut file, i, true).unwrap(); in test_boolean_flag_value_update()
53 set_boolean_flag_value(&mut file, i, false).unwrap(); in test_boolean_flag_value_update()
H A Dstorage_write_api_test.cpp85 auto update_result = api::set_boolean_flag_value(*mapped_file, offset, true); in TEST_F()
115 auto update_result = api::set_boolean_flag_value(*mapped_file, 8, true); in TEST_F()
/aosp_15_r20/build/make/tools/aconfig/aconfig_storage_write_api/src/
H A Dlib.rs53 pub fn set_boolean_flag_value( in set_boolean_flag_value() function
263 set_boolean_flag_value(&mut file, i, true).unwrap(); in test_set_boolean_flag_value()
267 set_boolean_flag_value(&mut file, i, false).unwrap(); in test_set_boolean_flag_value()
/aosp_15_r20/build/make/tools/aconfig/aconfig_storage_write_api/include/aconfig_storage/
H A Daconfig_storage_write_api.hpp20 android::base::Result<void> set_boolean_flag_value(
/aosp_15_r20/system/server_configurable_flags/aconfigd/
H A Dstorage_files.cpp329 auto update_result = set_boolean_flag_value( in ApplyLocalOverrideToBootFlagValue()
617 auto update = set_boolean_flag_value( in SetServerFlagValue()
643 auto update_result = set_boolean_flag_value( in UpdateBootValueAndInfoImmediately()
/aosp_15_r20/build/make/tools/aconfig/aconfig_storage_write_api/
H A Daconfig_storage_write_api.cpp49 android::base::Result<void> set_boolean_flag_value( in set_boolean_flag_value() function
/aosp_15_r20/packages/modules/ConfigInfrastructure/aconfigd/src/
Dstorage_files.rs27 map_mutable_storage_file, set_boolean_flag_value, set_flag_has_local_override,
559 set_boolean_flag_value(file, context.flag_index, value == "true").map_err( in set_flag_value_to_file()