Home
last modified time | relevance | path

Searched refs:database (Results 1 – 25 of 34) sorted by relevance

12

/system/bt/bta/gatt/
Ddatabase_builder.cc40 if (database.services.empty() || in AddService()
41 database.services.back().end_handle < handle) { in AddService()
42 database.services.emplace_back(Service{ in AddService()
49 auto& vec = database.services; in AddService()
71 Service* service = FindService(database.services, handle); in AddIncludedService()
79 if (!FindService(database.services, start_handle)) { in AddIncludedService()
93 Service* service = FindService(database.services, handle); in AddCharacteristic()
114 Service* service = FindService(database.services, handle); in AddDescriptor()
163 Service* service = FindService(database.services, pending_service.first); in NextDescriptorRangeToExplore()
223 Descriptor* d = FindDescriptorByHandle(database.services, in SetValueOfDescriptors()
[all …]
Ddatabase_builder.h82 Database database;
Dbta_gattc_cache.cc97 static void bta_gattc_display_cache_server(const Database& database) { in bta_gattc_display_cache_server() argument
99 std::istringstream iss(database.ToString()); in bta_gattc_display_cache_server()
107 static void bta_gattc_display_explore_record(const DatabaseBuilder& database) { in bta_gattc_display_explore_record() argument
109 std::istringstream iss(database.ToString()); in bta_gattc_display_explore_record()
/system/chre/host/common/include/chre_host/
Dtokenized_log_message_parser.h66 pw::tokenizer::TokenDatabase database = in logDetokenizerInit() local
68 if (database.ok()) { in logDetokenizerInit()
69 return std::make_unique<Detokenizer>(database); in logDetokenizerInit()
/system/security/keystore2/src/
Dlib.rs22 pub mod database; module
Dattestation_key_utils.rs18 use crate::database::{BlobMetaData, KeyEntryLoadBits, KeyType};
19 use crate::database::{KeyIdGuard, KeystoreDB};
Dglobals.rs25 use crate::{async_task::AsyncTask, database::MonotonicRawTime};
27 database::KeystoreDB,
28 database::Uuid,
Dservice.rs28 database::Uuid,
31 use crate::{database::KEYSTORE_UUID, permission};
33 database::{KeyEntryLoadBits, KeyType, SubComponentType},
Dsuper_key.rs17 database::BlobMetaData,
18 database::BlobMetaEntry,
19 database::EncryptedBy,
20 database::KeyEntry,
21 database::KeyType,
22 database::{KeyEntryLoadBits, KeyIdGuard, KeyMetaData, KeyMetaEntry, KeystoreDB},
402 crate::database::KEYSTORE_UUID, in unlock_user_key()
Dgc.rs23 database::{BlobMetaData, KeystoreDB, Uuid},
Dboot_level_keys.rs18 database::{KeyType, KeystoreDB},
Dlegacy_migrator.rs21 use crate::{database::KeyType, error::Error};
23 database::{
Draw_device.rs18 database::{
Dmaintenance.rs17 use crate::database::{KeyEntryLoadBits, KeyType, MonotonicRawTime};
Dremote_provisioning.rs43 use crate::database::{CertificateChain, KeystoreDB, Uuid};
Dsecurity_level.rs21 use crate::database::{CertificateInfo, KeyIdGuard};
34 database::{
/system/security/keystore2/
Dkeystore2.rc4 # database.
/system/bt/bta/
DAndroid.bp81 "gatt/database.cc",
187 "gatt/database.cc",
262 "gatt/database.cc",
DBUILD.gn52 "gatt/database.cc",
/system/extras/power_profile/camera_avg/
DLICENSE324 h. Licensed Material means the artistic or literary work, database,
521 portion of the contents of the database for NonCommercial purposes
524 b. if You include all or a substantial portion of the database
525 contents in a database in which You have Sui Generis Database
526 Rights, then the database in which You have Sui Generis Database
531 all or a substantial portion of the contents of the database.
/system/timezone/testing/data/test3/output_data/icu_overlay/
DLICENSE367 Database for its time zone support. The ownership of the TZ database
373 # The TZ database itself is not an IETF Contribution or an IETF
383 # by ICANN or the IETF Trust on the database or the code. Any person
384 # making a contribution to the database or code waives all rights to
/system/timezone/testing/data/test1/output_data/icu_overlay/
DLICENSE367 Database for its time zone support. The ownership of the TZ database
373 # The TZ database itself is not an IETF Contribution or an IETF
383 # by ICANN or the IETF Trust on the database or the code. Any person
384 # making a contribution to the database or code waives all rights to
/system/timezone/testing/data/test2/output_data/icu_overlay/
DLICENSE367 Database for its time zone support. The ownership of the TZ database
373 # The TZ database itself is not an IETF Contribution or an IETF
383 # by ICANN or the IETF Trust on the database or the code. Any person
384 # making a contribution to the database or code waives all rights to
/system/timezone/output_data/icu_overlay/
DLICENSE367 Database for its time zone support. The ownership of the TZ database
373 # The TZ database itself is not an IETF Contribution or an IETF
383 # by ICANN or the IETF Trust on the database or the code. Any person
384 # making a contribution to the database or code waives all rights to
/system/logging/logcat/
Devent.logtags99 # db: the filename of the database

12