Home
last modified time | relevance | path

Searched refs:IsLpDeviceAvailable (Results 1 - 16 of 16) sorted by relevance

/foundation/communication/bluetooth/frameworks/inner/ipc/include/
H A Dbluetooth_ble_central_manager_proxy.h46 bool IsLpDeviceAvailable() override;
/foundation/communication/bluetooth/frameworks/inner/ipc/interface/
H A Di_bluetooth_ble_central_manager.h67 virtual bool IsLpDeviceAvailable() = 0;
/foundation/communication/bluetooth_service/services/bluetooth/server/include/
H A Dbluetooth_ble_central_manager_server.h52 bool IsLpDeviceAvailable() override;
/foundation/communication/dsoftbus/adapter/common/net/bluetooth/broadcast/adapter/include/
H A Dsoftbus_broadcast_adapter_interface.h83 bool (*IsLpDeviceAvailable)(void); member
/foundation/communication/dsoftbus/tests/core/discovery/ble/bluetooth_mock/
H A Dbluetooth_mock.h62 virtual int32_t IsLpDeviceAvailable() = 0;
107 MOCK_METHOD(int32_t, IsLpDeviceAvailable, (), (override));
H A Dbluetooth_mock.cpp513 bool IsLpDeviceAvailable() in IsLpDeviceAvailable() function
516 return BluetoothMock::GetMock()->IsLpDeviceAvailable(); in IsLpDeviceAvailable()
/foundation/communication/dsoftbus/tests/adapter/bluetooth/broadcast/
H A Dsoftbus_ble_mock.cpp201 .IsLpDeviceAvailable = MockIsLpDeviceAvailable, in ActionOfSoftbusBleAdapterInit()
/foundation/communication/bluetooth/interfaces/inner_api/include/c_header/
H A Dohos_bt_gatt.h922 bool IsLpDeviceAvailable(void);
/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_ble_central_manager.h639 bool IsLpDeviceAvailable();
/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_ble_central_manager.cpp460 bool BleCentralManager::IsLpDeviceAvailable() in IsLpDeviceAvailable() function in OHOS::Bluetooth::BleCentralManager
470 return proxy->IsLpDeviceAvailable(); in IsLpDeviceAvailable()
/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H A Dbluetooth_ble_central_manager_proxy.cpp338 bool BluetoothBleCentralManagerProxy::IsLpDeviceAvailable() in IsLpDeviceAvailable() function in OHOS::Bluetooth::BluetoothBleCentralManagerProxy
342 HILOGE("[IsLpDeviceAvailable] fail: write interface token failed."); in IsLpDeviceAvailable()
350 HILOGE("[IsLpDeviceAvailable] fail: transact ErrCode=%{public}d", result); in IsLpDeviceAvailable()
/foundation/communication/bluetooth/frameworks/inner/c_adapter/
H A Dohos_bt_gatt.cpp1173 bool IsLpDeviceAvailable(void) in IsLpDeviceAvailable() function
1175 HILOGI("IsLpDeviceAvailable enter."); in IsLpDeviceAvailable()
1183 return bleCentralManager->IsLpDeviceAvailable(); in IsLpDeviceAvailable()
/foundation/communication/dsoftbus/adapter/common/net/bluetooth/broadcast/adapter/ble/src/
H A Dsoftbus_ble_gatt.c719 bool ret = IsLpDeviceAvailable(); in IsLpAvailable()
919 .IsLpDeviceAvailable = IsLpAvailable, in SoftbusBleAdapterInit()
/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H A Dbluetooth_ble_central_manager_server.cpp769 bool BluetoothBleCentralManagerServer::IsLpDeviceAvailable() in IsLpDeviceAvailable() function in OHOS::Bluetooth::BluetoothBleCentralManagerServer
/foundation/communication/dsoftbus/adapter/common/net/bluetooth/broadcast/manager/src/
H A Dsoftbus_broadcast_mgr.c1781 DISC_CHECK_AND_RETURN_RET_LOGE(g_interface[g_interfaceId]->IsLpDeviceAvailable != NULL, in BroadcastIsLpDeviceAvailable()
1784 return g_interface[g_interfaceId]->IsLpDeviceAvailable(); in BroadcastIsLpDeviceAvailable()
/foundation/communication/dsoftbus/tests/adapter/broadcast/
H A Dsoftbus_ble_gatt_test.cpp1087 ret = MockBluetooth::interface->IsLpDeviceAvailable(); in HWTEST_F()

Completed in 18 milliseconds