Home
last modified time | relevance | path

Searched refs:GetLocalSupportedUuids (Results 1 - 8 of 8) sorted by relevance

/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_host.h486 void GetLocalSupportedUuids(std::vector<ParcelUuid> &uuids);
/foundation/communication/bluetooth/frameworks/inner/ipc/interface/
H A Di_bluetooth_host.h118 virtual void GetLocalSupportedUuids(std::vector<std::string> &uuids) = 0;
/foundation/communication/bluetooth_service/services/bluetooth/server/include/
H A Dbluetooth_host_server.h116 void GetLocalSupportedUuids(std::vector<std::string> &uuids) override;
/foundation/communication/bluetooth/frameworks/inner/ipc/include/
H A Dbluetooth_host_proxy.h93 void GetLocalSupportedUuids(std::vector<std::string> &uuids) override;
/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_host.cpp891 void BluetoothHost::GetLocalSupportedUuids(std::vector<ParcelUuid> &uuids) in GetLocalSupportedUuids() function in OHOS::Bluetooth::BluetoothHost
898 proxy->GetLocalSupportedUuids(stringUuids); in GetLocalSupportedUuids()
/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H A Dbluetooth_host_proxy.cpp1348 void BluetoothHostProxy::GetLocalSupportedUuids(std::vector<std::string> &uuids) in GetLocalSupportedUuids() function in OHOS::Bluetooth::BluetoothHostProxy
1352 HILOGE("BluetoothHostProxy::GetLocalSupportedUuids WriteInterfaceToken error"); in GetLocalSupportedUuids()
1359 HILOGE("BluetoothHostProxy::GetLocalSupportedUuids done fail, error: %{public}d", error); in GetLocalSupportedUuids()
/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/
H A Dbluetooth_host_stub.cpp1202 GetLocalSupportedUuids(uuids); in GetLocalSupportedUuidsInner()
/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H A Dbluetooth_host_server.cpp949 void BluetoothHostServer::GetLocalSupportedUuids(std::vector<std::string> &uuids) in GetLocalSupportedUuids() function in OHOS::Bluetooth::BluetoothHostServer

Completed in 13 milliseconds