MCPcopy Create free account
hub / github.com/RangeNetworks/openbts / begin

Method begin

SIP/SIPUtility.h:46–46  ·  view source on GitHub ↗

The caller is supposed to lock the mutex via getLock before the start of any use of begin or end.

Source from the content-addressed store, hash-verified

44#endif
45 // The caller is supposed to lock the mutex via getLock before the start of any use of begin or end.
46 typename BaseType::iterator begin() { devassert(mMapLock.lockcnt()); return mList.begin(); }
47 typename BaseType::iterator end() { devassert(mMapLock.lockcnt()); return mList.end(); }
48 typedef typename BaseType::iterator iterator;
49

Callers 15

addMethod · 0.45
alreadyListedMethod · 0.45
txFrameMethod · 0.45
rxFrameMethod · 0.45
iterateDialogsMethod · 0.45
dmPeriodicServiceMethod · 0.45
tuMapPeriodicServiceMethod · 0.45
purgeDeadDialogsMethod · 0.45
dmFindDialogByRtpMethod · 0.45
dmFindDialogByIdMethod · 0.45
printDialogsMethod · 0.45
smGenerateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected