Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/comaps/comaps
/ Subscribe
Method
Subscribe
libs/map/power_management/power_manager.cpp:182–186 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
180
}
181
182
void PowerManager::Subscribe(Subscriber * subscriber)
183
{
184
ASSERT(subscriber, ());
185
m_subscribers.push_back(subscriber);
186
}
187
188
void PowerManager::UnsubscribeAll()
189
{
Callers
5
RunGraphicsBenchmark
Function · 0.45
Framework
Method · 0.45
Load
Method · 0.45
SetScheme
Method · 0.45
UNIT_TEST
Function · 0.45
Calls
2
ASSERT
Function · 0.85
push_back
Method · 0.45
Tested by
1
UNIT_TEST
Function · 0.36