Home
last modified time | relevance | path

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

/system/bt/service/example/heart_rate/
Dheart_rate_server.cc172 if (pending_notification_map_[iter.first]) continue; in SendHeartRateMeasurement()
180 if (status) pending_notification_map_[iter.first] = true; in SendHeartRateMeasurement()
481 pending_notification_map_[std::string(String8(device_address).string())] = in OnNotificationSent()
Dheart_rate_server.h107 std::unordered_map<std::string, bool> pending_notification_map_; variable