Home
last modified time | relevance | path

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

/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,
120 get_flag_read_context(&flag_mapped_file, package_id, flag_name).unwrap().unwrap(); in test_flag_context_query()
134 get_flag_read_context(&flag_mapped_file, 0, "none_exist").unwrap(); in test_none_exist_flag_context_query()
138 get_flag_read_context(&flag_mapped_file, 3, "enabled_ro").unwrap(); in test_none_exist_flag_context_query()
Dstorage_read_api_test.cpp165 auto context = api::get_flag_read_context(*mapped_file, package_id, flag_name); in TEST_F()
180 auto context = api::get_flag_read_context(*mapped_file, 0, "none_exist"); in TEST_F()
184 context = api::get_flag_read_context(*mapped_file, 3, "enabled_ro"); in TEST_F()
/build/make/tools/aconfig/aconfig_storage_read_api/include/aconfig_storage/
Daconfig_storage_read_api.hpp149 Result<FlagReadContext> get_flag_read_context(
/build/make/tools/aconfig/aconfig_storage_read_api/src/
Dlib.rs107 pub fn get_flag_read_context( in get_flag_read_context() function
472 get_flag_read_context(&flag_mapped_file, package_id, flag_name).unwrap().unwrap(); in test_flag_context_query()
/build/make/tools/aconfig/aconfig_storage_read_api/
Daconfig_storage_read_api.cpp149 Result<FlagReadContext> get_flag_read_context( in get_flag_read_context() function