Searched refs:get_flag_read_context (Results 1 – 5 of 5) sorted by relevance
/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, 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()
|
D | storage_read_api_test.cpp | 165 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/ |
D | aconfig_storage_read_api.hpp | 149 Result<FlagReadContext> get_flag_read_context(
|
/build/make/tools/aconfig/aconfig_storage_read_api/src/ |
D | lib.rs | 107 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/ |
D | aconfig_storage_read_api.cpp | 149 Result<FlagReadContext> get_flag_read_context( in get_flag_read_context() function
|