Lines Matching defs:args
67 #define CHECK_ARGS_COUNT(args, op, num, msg) \ argument
72 #define CHECK_NO_ARGS(args) \ argument
256 void HandleDisable(IBluetooth* bt_iface, const vector<string>& args) { in HandleDisable()
261 void HandleEnable(IBluetooth* bt_iface, const vector<string>& args) { in HandleEnable()
282 void HandleGetState(IBluetooth* bt_iface, const vector<string>& args) { in HandleGetState()
289 void HandleIsEnabled(IBluetooth* bt_iface, const vector<string>& args) { in HandleIsEnabled()
295 void HandleGetLocalAddress(IBluetooth* bt_iface, const vector<string>& args) { in HandleGetLocalAddress()
301 void HandleSetLocalName(IBluetooth* bt_iface, const vector<string>& args) { in HandleSetLocalName()
313 void HandleGetLocalName(IBluetooth* bt_iface, const vector<string>& args) { in HandleGetLocalName()
319 void HandleAdapterInfo(IBluetooth* bt_iface, const vector<string>& args) { in HandleAdapterInfo()
332 void HandleSupportsMultiAdv(IBluetooth* bt_iface, const vector<string>& args) { in HandleSupportsMultiAdv()
339 void HandleRegisterBLE(IBluetooth* bt_iface, const vector<string>& args) { in HandleRegisterBLE()
363 void HandleUnregisterBLE(IBluetooth* bt_iface, const vector<string>& args) { in HandleUnregisterBLE()
382 void HandleUnregisterAllBLE(IBluetooth* bt_iface, const vector<string>& args) { in HandleUnregisterAllBLE()
395 void HandleRegisterGATT(IBluetooth* bt_iface, const vector<string>& args) { in HandleRegisterGATT()
419 void HandleUnregisterGATT(IBluetooth* bt_iface, const vector<string>& args) { in HandleUnregisterGATT()
438 void HandleStartAdv(IBluetooth* bt_iface, const vector<string>& args) { in HandleStartAdv()
553 void HandleStopAdv(IBluetooth* bt_iface, const vector<string>& args) { in HandleStopAdv()
569 void HandleConnect(IBluetooth* bt_iface, const vector<string>& args) { in HandleConnect()
596 void HandleDisconnect(IBluetooth* bt_iface, const vector<string>& args) { in HandleDisconnect()
622 void HandleSetMtu(IBluetooth* bt_iface, const vector<string>& args) { in HandleSetMtu()
654 void HandleStartLeScan(IBluetooth* bt_iface, const vector<string>& args) { in HandleStartLeScan()
688 void HandleStopLeScan(IBluetooth* bt_iface, const vector<string>& args) { in HandleStopLeScan()
759 vector<string> args = in ExecuteCommand() local