Home
last modified time | relevance | path

Searched refs:GetProfileList (Results 1 - 12 of 12) sorted by relevance

/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_host.h433 std::vector<uint32_t> GetProfileList() const;
/foundation/communication/nfc/services/src/tag/
H A Dbt_connection_manager.cpp381 bool BtConnectionManager::GetProfileList() in GetProfileList() function in OHOS::NFC::TAG::BtConnectionManager
384 std::vector<uint32_t> profileList = Bluetooth::BluetoothHost::GetDefaultHost().GetProfileList(); in GetProfileList()
412 if (!GetProfileList()) { in NextActionInit()
413 ErrorLog("NextActionInit: GetProfileList error"); in NextActionInit()
/foundation/communication/nfc/services/include/
H A Dbt_connection_manager.h151 bool GetProfileList();
/foundation/communication/bluetooth/frameworks/inner/ipc/interface/
H A Di_bluetooth_host.h73 virtual std::vector<uint32_t> GetProfileList() = 0;
/foundation/communication/bluetooth_service/services/bluetooth/server/include/
H A Dbluetooth_host_server.h69 std::vector<uint32_t> GetProfileList() override;
/foundation/communication/bluetooth/frameworks/inner/ipc/include/
H A Dbluetooth_host_proxy.h48 std::vector<uint32_t> GetProfileList() override;
/foundation/communication/dsoftbus/core/common/dfx/statistics/instant/
H A Dbt_statistic.cpp82 std::vector<uint32_t> profileList = BluetoothHost::GetDefaultHost().GetProfileList(); in GetBtStatisticInfo()
/foundation/communication/bluetooth_service/test/unittest/host/
H A Dhost_test.cpp181 EXPECT_NE(host_->GetProfileList().size(), profileSize); in HWTEST_F()
/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_host.cpp831 std::vector<uint32_t> BluetoothHost::GetProfileList() const in GetProfileList() function in OHOS::Bluetooth::BluetoothHost
838 profileList = proxy->GetProfileList(); in GetProfileList()
/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H A Dbluetooth_host_proxy.cpp291 std::vector<uint32_t> BluetoothHostProxy::GetProfileList() in GetProfileList() function in OHOS::Bluetooth::BluetoothHostProxy
296 HILOGE("BluetoothHostProxy::GetProfileList WriteInterfaceToken error"); in GetProfileList()
303 HILOGE("BluetoothHostProxy::GetProfileList done fail, error: %{public}d", error); in GetProfileList()
307 HILOGE("BluetoothHostProxy::GetProfileList Read reply fail"); in GetProfileList()
/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/
H A Dbluetooth_host_stub.cpp432 std::vector<uint32_t> result = GetProfileList(); in GetProfileListInner()
/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H A Dbluetooth_host_server.cpp905 std::vector<uint32_t> BluetoothHostServer::GetProfileList() in GetProfileList() function in OHOS::Bluetooth::BluetoothHostServer

Completed in 15 milliseconds