Searched refs:memory_only_config_ (Results 1 – 10 of 10) sorted by relevance
/system/bt/gd/storage/ |
D | adapter_config.h | 42 …return config_ == other.config_ && memory_only_config_ == other.memory_only_config_ && section_ ==… 48 …return config_ < other.config_ && memory_only_config_ < other.memory_only_config_ && section_ < ot… 62 ConfigCache* memory_only_config_; variable
|
D | mutation.cc | 25 : config_(config), memory_only_config_(memory_only_config) { in Mutation() 27 ASSERT(memory_only_config_ != nullptr); in Mutation() 48 memory_only_config_->Commit(memory_only_config_entries_); in Commit()
|
D | le_device.h | 45 …return config_ == other.config_ && memory_only_config_ == other.memory_only_config_ && section_ ==… 51 …return config_ < other.config_ && memory_only_config_ < other.memory_only_config_ && section_ < ot… 77 ConfigCache* memory_only_config_; variable
|
D | classic_device.h | 46 …return config_ == other.config_ && memory_only_config_ == other.memory_only_config_ && section_ ==… 52 …return config_ < other.config_ && memory_only_config_ < other.memory_only_config_ && section_ < ot… 81 ConfigCache* memory_only_config_; variable
|
D | device.h | 90 …return ConfigCacheHelper(*memory_only_config_).Get<RETURN_TYPE>(section_, PROPERTY_KEY); … 129 …return config_ == other.config_ && memory_only_config_ == other.memory_only_config_ && section_ ==… 135 …return config_ < other.config_ && memory_only_config_ < other.memory_only_config_ && section_ < ot… 174 ConfigCache* memory_only_config_; variable
|
D | le_device.cc | 37 : config_(config), memory_only_config_(memory_only_config), section_(std::move(section)) {} in LeDevice() 40 return Device(config_, memory_only_config_, section_); in Parent()
|
D | classic_device.cc | 29 : config_(config), memory_only_config_(memory_only_config), section_(std::move(section)) {} in ClassicDevice() 32 return Device(config_, memory_only_config_, section_); in Parent()
|
D | device.cc | 81 : config_(config), memory_only_config_(memory_only_config), section_(std::move(section)) {} in Device() 99 return LeDevice(config_, memory_only_config_, section_); in Le() 106 return ClassicDevice(config_, memory_only_config_, section_); in Classic()
|
D | adapter_config.cc | 23 : config_(config), memory_only_config_(memory_only_config), section_(std::move(section)) {} in AdapterConfig()
|
D | mutation.h | 36 ConfigCache* memory_only_config_; variable
|