Home
last modified time | relevance | path

Searched refs:GattManager (Results 1 - 4 of 4) sorted by relevance

/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_gatt_manager.cpp44 struct GattManager::impl {
58 GattManager::GattManager() : pimpl(new GattManager::impl()) in GattManager() function in OHOS::Bluetooth::GattManager
65 GattManager::~GattManager() in ~GattManager()
68 std::vector<BluetoothRemoteDevice> GattManager::GetDevicesByStates( in GetDevicesByStates()
97 std::vector<BluetoothRemoteDevice> GattManager::GetConnectedDevices() in GetConnectedDevices()
/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_gatt_manager.h51 class BLUETOOTH_API GattManager { class
74 * @brief A constructor used to create a GattManager instance.
79 GattManager();
81 * @brief A destructor of GattManager.
86 ~GattManager();
/foundation/communication/bluetooth_service/test/unittest/gatt/
H A Dgatt_manager_test.cpp115 GTEST_LOG_(INFO) << "GattManager::GattManager ends"; in HWTEST_F()
123 std::array<int, GattManager::GATT_CONNECTION_STATE_NUM> states = {1, 2, 3}; in HWTEST_F()
125 GattManager test; in HWTEST_F()
129 GTEST_LOG_(INFO) << "GattManager::GetDevicesByState ends"; in HWTEST_F()
138 GTEST_LOG_(INFO) << "GattManager::GattManager ends"; in HWTEST_F()
146 GattManager test; in HWTEST_F()
150 GTEST_LOG_(INFO) << "GattManager::GetConnectedDevices ends"; in HWTEST_F()
/foundation/communication/dsoftbus/core/common/dfx/statistics/instant/
H A Dbt_statistic.cpp133 GattManager gattManager; in GetGattDeviceInfo()

Completed in 2 milliseconds