Home
last modified time | relevance | path

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

/dports/net/asterisk-chan_sccp/chan-sccp-4.3.3/src/
H A Dsccp_featureParkingLot.c339 static sccp_parkinglot_t * const findCreateParkinglot(const char *parkinglot, boolean_t create) in findCreateParkinglot() function
365 …RAII(sccp_parkinglot_t *, pl, findCreateParkinglot(buttonConfig->button.feature.options, TRUE), sc… in attachObserver()
389 …sccp_parkinglot_t * pl = findCreateParkinglot(buttonConfig->button.feature.options, FALSE); /* don… in detachObserver()
499 RAII(sccp_parkinglot_t *, pl, findCreateParkinglot(parkinglot, TRUE), sccp_parkinglot_unlock); in hideVisualParkingLot()
552 …RAII(sccp_parkinglot_t *, pl, findCreateParkinglot(buttonConfig->button.feature.options, TRUE), sc… in notifyDevice()
592 RAII(sccp_parkinglot_t *, pl, findCreateParkinglot(parkinglot, TRUE), sccp_parkinglot_unlock); in addSlot()
625 RAII(sccp_parkinglot_t *, pl, findCreateParkinglot(parkinglot, TRUE), sccp_parkinglot_unlock); in removeSlot()
654 …RAII(sccp_parkinglot_t *, pl, findCreateParkinglot(buttonConfig->button.feature.options, TRUE), sc… in handleButtonPress()