Home
last modified time | relevance | path

Searched refs:GetLocalProfileUuids (Results 1 - 9 of 9) sorted by relevance

/foundation/communication/bluetooth/frameworks/js/napi/src/connection/
H A Dnapi_bluetooth_connection.h71 napi_value GetLocalProfileUuids(napi_env env, napi_callback_info info);
H A Dnapi_bluetooth_connection.cpp103 DECLARE_NAPI_FUNCTION("getLocalProfileUuids", GetLocalProfileUuids), in DefineConnectionFunctions()
556 napi_value GetLocalProfileUuids(napi_env env, napi_callback_info info) in GetLocalProfileUuids() function
561 int32_t err = BluetoothHost::GetDefaultHost().GetLocalProfileUuids(uuids); in GetLocalProfileUuids()
/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_host.h710 int32_t GetLocalProfileUuids(std::vector<std::string> &uuids);
/foundation/communication/bluetooth/frameworks/inner/ipc/interface/
H A Di_bluetooth_host.h120 virtual int32_t GetLocalProfileUuids(std::vector<std::string> &uuids) = 0;
/foundation/communication/bluetooth_service/services/bluetooth/server/include/
H A Dbluetooth_host_server.h118 int32_t GetLocalProfileUuids(std::vector<std::string> &uuids) override;
/foundation/communication/bluetooth/frameworks/inner/ipc/include/
H A Dbluetooth_host_proxy.h95 int32_t GetLocalProfileUuids(std::vector<std::string> &uuids) override;
/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_host.cpp1128 int32_t BluetoothHost::GetLocalProfileUuids(std::vector<std::string> &uuids) in GetLocalProfileUuids() function in OHOS::Bluetooth::BluetoothHost
1135 return proxy->GetLocalProfileUuids(uuids); in GetLocalProfileUuids()
/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H A Dbluetooth_host_proxy.cpp1398 int32_t BluetoothHostProxy::GetLocalProfileUuids(std::vector<std::string> &uuids) in GetLocalProfileUuids() function in OHOS::Bluetooth::BluetoothHostProxy
1402 HILOGE("BluetoothHostProxy::GetLocalProfileUuids WriteInterfaceToken error"); in GetLocalProfileUuids()
1409 HILOGE("BluetoothHostProxy::GetLocalProfileUuids done fail, error: %{public}d", error); in GetLocalProfileUuids()
/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H A Dbluetooth_host_server.cpp1543 int32_t BluetoothHostServer::GetLocalProfileUuids(std::vector<std::string> &uuids) in GetLocalProfileUuids() function in OHOS::Bluetooth::BluetoothHostServer

Completed in 17 milliseconds