OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:pending_notification_map_
(Results
1 - 2
of
2
) sorted by null
/system/bt/service/example/heart_rate/
heart_rate_server.cpp
160
if (
pending_notification_map_
[iter.first])
168
pending_notification_map_
[iter.first] = true;
495
pending_notification_map_
[device_address] = false;
heart_rate_server.h
106
std::unordered_map<std::string, bool>
pending_notification_map_
;
member in class:heart_rate::HeartRateServer
Completed in 148 milliseconds