Home
last modified time | relevance | path

Searched defs:isDirect (Results 1 – 6 of 6) sorted by relevance

/foundation/communication/bluetooth/frameworks/inner/ipc/src/
Dbluetooth_gatt_server_proxy.cpp53 int BluetoothGattServerProxy::Connect(int appId, const BluetoothGattDevice &device, bool isDirect) in Connect()
/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/
Dbluetooth_gatt_server_stub.cpp105 bool isDirect = data.ReadBool(); in ConnectInner() local
/foundation/communication/bluetooth_service/services/bluetooth/server/src/
Dbluetooth_gatt_server_server.cpp336 int BluetoothGattServerServer::Connect(int appId, const BluetoothGattDevice &device, bool isDirect) in Connect()
/foundation/multimodalinput/input/libudev/src/
Dudev_device.cpp444 bool isDirect = prop.CheckBit(INPUT_PROP_DIRECT); in CheckPointers() local
/foundation/communication/bluetooth/frameworks/inner/src/
Dbluetooth_gatt_server.cpp653 int GattServer::Connect(const BluetoothRemoteDevice &device, bool isDirect) in Connect()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/
Dgatt_connection_manager.cpp1084 void GattConnectionManager::impl::ChangeConnectionMode(bool isDirect) in ChangeConnectionMode()