Home
last modified time | relevance | path

Searched defs:PackageReadContext (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/build/make/tools/aconfig/aconfig_storage_read_api/src/
H A Dpackage_table_query.rs28 pub struct PackageReadContext { struct
38 ) -> Result<Option<PackageReadContext>, AconfigStorageError> { in find_package_read_context()
H A Dlib.rs94 ) -> Result<Option<PackageReadContext>, AconfigStorageError> { in get_package_read_context()
241 offset_result: Result<Option<PackageReadContext>, AconfigStorageError>, in new()
/aosp_15_r20/build/make/tools/aconfig/aconfig_storage_read_api/include/aconfig_storage/
H A Daconfig_storage_read_api.hpp48 struct PackageReadContext { struct
49 bool package_exists;
50 uint32_t package_id;
51 uint32_t boolean_start_index;
/aosp_15_r20/build/make/tools/aconfig/aconfig_storage_read_api/srcs/android/aconfig/storage/
H A DPackageReadContext.java18 public class PackageReadContext { class
22 public PackageReadContext(int packageId, in PackageReadContext() method in PackageReadContext
/aosp_15_r20/build/make/tools/aconfig/aconfig_storage_read_api/srcs/
H A Dlib.rs20 ) -> Result<Option<PackageReadContext>> { in get_package_read_context_java()