Home
last modified time | relevance | path

Searched refs:properties_changed_count_ (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Bluetooth/system/test/suite/adapter/
Dbluetooth_test.cc52 instance->properties_changed_count_); in AdapterPropertiesCallback()
55 instance->properties_changed_count_ = num_properties; in AdapterPropertiesCallback()
88 properties_changed_count_ = 0; in SetUp()
123 return properties_changed_count_; in GetPropertiesChangedCount()
127 for (int i = 0; i < properties_changed_count_; ++i) { in GetProperty()
Dbluetooth_test.h146 int properties_changed_count_; variable