Home
last modified time | relevance | path

Searched defs:store (Results 1 – 21 of 21) sorted by relevance

/system/update_engine/payload_generator/
Dpayload_generation_config_unittest.cc30 brillo::KeyValueStore store; in TEST_F() local
47 brillo::KeyValueStore store; in TEST_F() local
58 brillo::KeyValueStore store; in TEST_F() local
87 brillo::KeyValueStore store; in TEST_F() local
97 brillo::KeyValueStore store; in TEST_F() local
117 brillo::KeyValueStore store; in TEST_F() local
135 brillo::KeyValueStore store; in TEST_F() local
Dpayload_generation_config.cc137 bool ImageConfig::LoadPostInstallConfig(const brillo::KeyValueStore& store) { in LoadPostInstallConfig()
160 const brillo::KeyValueStore& store) { in LoadDynamicPartitionMetadata()
Dgenerate_delta_main.cc690 brillo::KeyValueStore store; in Main() local
709 brillo::KeyValueStore store; in Main() local
/system/core/bootstat/
Dboot_event_record_store_test.cpp131 BootEventRecordStore store; in TEST_F() local
146 BootEventRecordStore store; in TEST_F() local
178 BootEventRecordStore store; in TEST_F() local
190 BootEventRecordStore store; in TEST_F() local
215 BootEventRecordStore store; in TEST_F() local
/system/chre/platform/zephyr/include/chre/target_platform/
Datomic_base_impl.h38 inline void AtomicBool::store(bool desired) { in store() function
58 inline void AtomicUint32::store(uint32_t desired) { in store() function
/system/chre/platform/linux/include/chre/target_platform/
Datomic_base_impl.h35 inline void AtomicBool::store(bool desired) { in store() function
54 inline void AtomicUint32::store(uint32_t desired) { in store() function
/system/chre/platform/arm/include/chre/target_platform/
Datomic_base_impl.h37 inline void AtomicBool::store(bool desired) { in store() function
58 inline void AtomicUint32::store(uint32_t desired) { in store() function
/system/chre/platform/slpi/include/chre/target_platform/
Datomic_base_impl.h44 inline void AtomicBool::store(bool desired) { in store() function
67 inline void AtomicUint32::store(uint32_t desired) { in store() function
/system/chre/platform/tinysys/include/chre/target_platform/
Datomic_base_impl.h37 inline void AtomicBool::store(bool desired) { in store() function
58 inline void AtomicUint32::store(uint32_t desired) { in store() function
/system/secretkeeper/core/src/
Dlib.rs24 pub mod store; module
Dstore.rs74 pub fn store( in store() method
229 fn store(&mut self, key: &[u8], value: &[u8]) -> Result<(), Error>; in store() method
Dta.rs94 store: PolicyGatedStorage, field
137 let store = PolicyGatedStorage::init(storage_impl); in new_with_session_limit() localVariable
/system/security/identity/
DSession.h50 Session(int32_t cipherSuite, sp<IPresentationSession> halBinder, sp<CredentialStore> store) in Session()
DCredentialStoreFactory.cpp48 CredentialStore* store = new CredentialStore(dataPath_, hal); in createCredentialStore() local
/system/timezone/input_tools/android/tzids/src/main/java/com/android/timezone/tzids/
DTimeZoneIds.java99 public void store(File file) throws IOException { in store() method in TimeZoneIds
/system/hwservicemanager/
DTokenManager.cpp65 Return<void> TokenManager::createToken(const sp<IBase>& store, createToken_cb hidl_cb) { in createToken()
/system/core/fs_mgr/tools/
Ddmuserd.cpp292 char* store; in main() local
/system/apex/apexd/
Dapex_file_repository.cpp300 auto& store = apex_config.is_factory() ? pre_installed_store_ : data_store_; in AddBlockApex() local
/system/update_engine/common/
Dutils_unittest.cc297 brillo::KeyValueStore store; in TEST() local
Dutils.cc1034 bool GetMinorVersion(const brillo::KeyValueStore& store, in GetMinorVersion()
/system/update_engine/payload_consumer/
Ddelta_performer_unittest.cc1074 brillo::KeyValueStore store; in TEST() local