/ohos5.0/foundation/communication/dsoftbus/tests/core/discovery/ble/bluetooth_mock/ |
H A D | bluetooth_mock.h | 57 virtual int32_t EnableSyncDataToLpDevice() = 0; 102 MOCK_METHOD(int32_t, EnableSyncDataToLpDevice, (), (override));
|
H A D | bluetooth_mock.cpp | 491 int32_t EnableSyncDataToLpDevice() in EnableSyncDataToLpDevice() function 494 return BluetoothMock::GetMock()->EnableSyncDataToLpDevice(); in EnableSyncDataToLpDevice()
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/include/ |
H A D | bluetooth_ble_central_manager_proxy.h | 43 int EnableSyncDataToLpDevice() override;
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/interface/ |
H A D | i_bluetooth_ble_central_manager.h | 64 virtual int EnableSyncDataToLpDevice() = 0;
|
/ohos5.0/foundation/communication/dsoftbus/tests/adapter/broadcast/ |
H A D | bluetooth_mock.h | 51 virtual int EnableSyncDataToLpDevice() = 0; 114 MOCK_METHOD(int, EnableSyncDataToLpDevice, (), (override));
|
H A D | bluetooth_mock.cpp | 149 int EnableSyncDataToLpDevice() in EnableSyncDataToLpDevice() function
|
H A D | softbus_ble_gatt_test.cpp | 904 EXPECT_CALL(mocker, EnableSyncDataToLpDevice).WillRepeatedly(Return(OHOS_BT_STATUS_SUCCESS)); 905 ret = MockBluetooth::interface->EnableSyncDataToLpDevice();
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/include/ |
H A D | bluetooth_ble_central_manager_server.h | 49 int EnableSyncDataToLpDevice() override;
|
/ohos5.0/foundation/communication/dsoftbus/adapter/common/net/bluetooth/broadcast/adapter/include/ |
H A D | softbus_broadcast_adapter_interface.h | 87 int32_t (*EnableSyncDataToLpDevice)(void); member
|
/ohos5.0/foundation/communication/dsoftbus/tests/adapter/bluetooth/broadcast/ |
H A D | softbus_ble_mock.cpp | 204 .EnableSyncDataToLpDevice = MockEnableSyncDataToLpDevice, in ActionOfSoftbusBleAdapterInit()
|
/ohos5.0/foundation/communication/bluetooth/interfaces/inner_api/include/c_header/ |
H A D | ohos_bt_gatt.h | 882 int EnableSyncDataToLpDevice(void);
|
/ohos5.0/foundation/communication/bluetooth/interfaces/inner_api/include/ |
H A D | bluetooth_ble_central_manager.h | 614 int EnableSyncDataToLpDevice();
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/ |
H A D | bluetooth_ble_central_manager.cpp | 427 int BleCentralManager::EnableSyncDataToLpDevice() in EnableSyncDataToLpDevice() function in OHOS::Bluetooth::BleCentralManager 437 return proxy->EnableSyncDataToLpDevice(); in EnableSyncDataToLpDevice()
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/c_adapter/ |
H A D | ohos_bt_gatt.cpp | 1058 int EnableSyncDataToLpDevice(void) in EnableSyncDataToLpDevice() function 1067 int ret = bleCentralManager->EnableSyncDataToLpDevice(); in EnableSyncDataToLpDevice()
|
/ohos5.0/foundation/communication/dsoftbus/adapter/common/net/bluetooth/broadcast/adapter/ble/src/ |
H A D | softbus_ble_gatt.c | 827 int32_t ret = EnableSyncDataToLpDevice(); in SoftbusEnableSyncDataToLp() 922 .EnableSyncDataToLpDevice = SoftbusEnableSyncDataToLp, in SoftbusBleAdapterInit()
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/src/ |
H A D | bluetooth_ble_central_manager_proxy.cpp | 279 int BluetoothBleCentralManagerProxy::EnableSyncDataToLpDevice() in EnableSyncDataToLpDevice() function in OHOS::Bluetooth::BluetoothBleCentralManagerProxy
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/src/ |
H A D | bluetooth_ble_central_manager_server.cpp | 751 int BluetoothBleCentralManagerServer::EnableSyncDataToLpDevice() in EnableSyncDataToLpDevice() function in OHOS::Bluetooth::BluetoothBleCentralManagerServer
|
/ohos5.0/foundation/communication/dsoftbus/adapter/common/net/bluetooth/broadcast/manager/src/ |
H A D | softbus_broadcast_mgr.c | 1939 DISC_CHECK_AND_RETURN_RET_LOGE(g_interface[g_interfaceId]->EnableSyncDataToLpDevice != NULL, in BroadcastEnableSyncDataToLpDevice() 1942 int32_t ret = g_interface[g_interfaceId]->EnableSyncDataToLpDevice(); in BroadcastEnableSyncDataToLpDevice()
|