Home
last modified time | relevance | path

Searched refs:FlagReadContext (Results 1 – 8 of 8) sorted by relevance

/build/make/tools/aconfig/aconfig_storage_read_api/srcs/android/aconfig/storage/
DFlagReadContext.java18 public class FlagReadContext { class
22 public FlagReadContext(int flagType, in FlagReadContext() method in FlagReadContext
DAconfigStorageReadAPI.java28 import android.aconfig.storage.FlagReadContext;
105 public static FlagReadContext getFlagReadContext( in getFlagReadContext()
109 return new FlagReadContext(buffer.getInt(), buffer.getInt(4)); in getFlagReadContext()
/build/make/tools/aconfig/aconfig_storage_read_api/src/
Dflag_table_query.rs27 pub struct FlagReadContext { struct
37 ) -> Result<Option<FlagReadContext>, AconfigStorageError> { in find_flag_read_context() argument
61 return Ok(Some(FlagReadContext { in find_flag_read_context()
Dlib.rs46 pub use flag_table_query::FlagReadContext;
111 ) -> Result<Option<FlagReadContext>, AconfigStorageError> { in get_flag_read_context() argument
272 pub(crate) fn new(offset_result: Result<Option<FlagReadContext>, AconfigStorageError>) -> Self { in new() argument
/build/make/tools/aconfig/aconfig_storage_read_api/include/aconfig_storage/
Daconfig_storage_read_api.hpp55 struct FlagReadContext { struct
149 Result<FlagReadContext> get_flag_read_context(
/build/make/tools/aconfig/aconfig_storage_read_api/tests/java/
DAconfigStorageReadAPITest.java36 import android.aconfig.storage.FlagReadContext;
37 import android.aconfig.storage.FlagReadContext.StoredFlagType;
136 FlagReadContext context = AconfigStorageReadAPI.getFlagReadContext( in testFlagContextQuery()
158 FlagReadContext context = AconfigStorageReadAPI.getFlagReadContext( in testNonExistFlagContextQuery()
/build/make/tools/aconfig/aconfig_storage_read_api/
Daconfig_storage_read_api.cpp149 Result<FlagReadContext> get_flag_read_context( in get_flag_read_context()
157 auto context = FlagReadContext(); in get_flag_read_context()
163 auto result = Result<FlagReadContext>(); in get_flag_read_context()
/build/make/tools/aconfig/aconfig_storage_read_api/srcs/
Dlib.rs6 use aconfig_storage_read_api::{FlagReadContext, PackageReadContext};
75 ) -> Result<Option<FlagReadContext>> { in get_flag_read_context_java() argument