Searched refs:RemoteDeviceTimestamp (Results 1 – 5 of 5) sorted by relevance
365 std::shared_ptr<RemoteDeviceTimestamp> RemoteDeviceTimestamp::Create(const int& timestamp) { in Create()366 return std::make_shared<RemoteDeviceTimestamp>(RemoteDeviceTimestamp(timestamp)); in Create()
291 class RemoteDeviceTimestamp : public BtPropertySimple<int> {293 RemoteDeviceTimestamp(const int& timestamp) in RemoteDeviceTimestamp() function296 static std::shared_ptr<RemoteDeviceTimestamp> Create(const int& timestamp);
271 properties.push_back(RemoteDeviceTimestamp::Create(kRemoteDeviceTimestamp)); in fill_property()883 properties.emplace_back(RemoteDeviceTimestamp::Create((uint32_t)i)); in TEST_F()
174 RemoteDeviceTimestamp = 0xFF, enumerator590 RemoteDeviceTimestamp(), enumerator632 BluetoothProperty::RemoteDeviceTimestamp() => BtPropertyType::RemoteDeviceTimestamp, in get_type()668 BluetoothProperty::RemoteDeviceTimestamp() => 0, in get_len()780 BluetoothProperty::RemoteDeviceTimestamp() => (), in get_data_ptr()859 BtPropertyType::RemoteDeviceTimestamp => BluetoothProperty::RemoteDeviceTimestamp(), in from()
202 RemoteDeviceTimestamp = 0xFF variable in BtPropertyType