MCPcopy 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
182void PowerManager::Subscribe(Subscriber * subscriber)
183{
184 ASSERT(subscriber, ());
185 m_subscribers.push_back(subscriber);
186}
187
188void PowerManager::UnsubscribeAll()
189{

Callers 5

RunGraphicsBenchmarkFunction · 0.45
FrameworkMethod · 0.45
LoadMethod · 0.45
SetSchemeMethod · 0.45
UNIT_TESTFunction · 0.45

Calls 2

ASSERTFunction · 0.85
push_backMethod · 0.45

Tested by 1

UNIT_TESTFunction · 0.36