Searched refs:GetConnectionBleInterface (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/foundation/communication/dsoftbus/tests/core/connection/ble/mock/ |
H A D | connection_ble_manager_mock.cpp | 33 static ConnectionBleManagerInterface *GetConnectionBleInterface() in GetConnectionBleInterface() function 75 return GetConnectionBleInterface()->ConnBlePostBytesInner( in ConnBlePostBytesInner() 106 return GetConnectionBleInterface()->LnnGetLocalStrInfo(key, info, len); in LnnGetLocalStrInfo() 111 return GetConnectionBleInterface()->LnnGetLocalNumInfo(key, info); in LnnGetLocalNumInfo() 121 return GetConnectionBleInterface()->SoftBusGattsStartService(srvcHandle); in SoftBusGattsStartService() 126 return GetConnectionBleInterface()->SoftBusGattsSendResponse(param); in SoftBusGattsSendResponse() 137 return GetConnectionBleInterface()->LegacyBleSaveConnection(connection); in LegacyBleSaveConnection() 147 return GetConnectionBleInterface()->ConnGattClientConnect(connection); in ConnGattClientConnect() 167 return GetConnectionBleInterface()->ConnGattServerStartService(); in ConnGattServerStartService() 172 return GetConnectionBleInterface()->ConnGattServerStopService(); in ConnGattServerStopService() [all …]
|
H A D | connection_ble_mock.cpp | 33 static ConnectionBleInterface *GetConnectionBleInterface() in GetConnectionBleInterface() function 41 return GetConnectionBleInterface()->AddNumberToJsonObject(json, string, num); in AddNumberToJsonObject() 51 return GetConnectionBleInterface()->SoftbusGattcConnect(clientId, addr); in SoftbusGattcConnect() 56 return GetConnectionBleInterface()->BleGattcDisconnect(clientId); in BleGattcDisconnect() 61 return GetConnectionBleInterface()->SoftBusGattsAddService(srvcUuid, isPrimary, number); in SoftBusGattsAddService() 66 return GetConnectionBleInterface()->SoftBusGattsStopService(srvcHandle); in SoftBusGattsStopService() 71 return GetConnectionBleInterface()->SoftBusGattsDisconnect(btAddr, connId); in SoftBusGattsDisconnect() 76 return GetConnectionBleInterface()->SoftbusGattcRefreshServices(clientId); in SoftbusGattcRefreshServices() 81 return GetConnectionBleInterface()->SoftbusGattcSearchServices(clientId); in SoftbusGattcSearchServices() 86 return GetConnectionBleInterface()->GetJsonObjectSignedNumberItem(json, string, target); in GetJsonObjectSignedNumberItem() [all …]
|