Home
last modified time | relevance | path

Searched refs:EnableSyncDataToLpDevice (Results 1 – 18 of 18) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/tests/core/discovery/ble/bluetooth_mock/
H A Dbluetooth_mock.h57 virtual int32_t EnableSyncDataToLpDevice() = 0;
102 MOCK_METHOD(int32_t, EnableSyncDataToLpDevice, (), (override));
H A Dbluetooth_mock.cpp491 int32_t EnableSyncDataToLpDevice() in EnableSyncDataToLpDevice() function
494 return BluetoothMock::GetMock()->EnableSyncDataToLpDevice(); in EnableSyncDataToLpDevice()
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/include/
H A Dbluetooth_ble_central_manager_proxy.h43 int EnableSyncDataToLpDevice() override;
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/interface/
H A Di_bluetooth_ble_central_manager.h64 virtual int EnableSyncDataToLpDevice() = 0;
/ohos5.0/foundation/communication/dsoftbus/tests/adapter/broadcast/
H A Dbluetooth_mock.h51 virtual int EnableSyncDataToLpDevice() = 0;
114 MOCK_METHOD(int, EnableSyncDataToLpDevice, (), (override));
H A Dbluetooth_mock.cpp149 int EnableSyncDataToLpDevice() in EnableSyncDataToLpDevice() function
H A Dsoftbus_ble_gatt_test.cpp904 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 Dbluetooth_ble_central_manager_server.h49 int EnableSyncDataToLpDevice() override;
/ohos5.0/foundation/communication/dsoftbus/adapter/common/net/bluetooth/broadcast/adapter/include/
H A Dsoftbus_broadcast_adapter_interface.h87 int32_t (*EnableSyncDataToLpDevice)(void); member
/ohos5.0/foundation/communication/dsoftbus/tests/adapter/bluetooth/broadcast/
H A Dsoftbus_ble_mock.cpp204 .EnableSyncDataToLpDevice = MockEnableSyncDataToLpDevice, in ActionOfSoftbusBleAdapterInit()
/ohos5.0/foundation/communication/bluetooth/interfaces/inner_api/include/c_header/
H A Dohos_bt_gatt.h882 int EnableSyncDataToLpDevice(void);
/ohos5.0/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_ble_central_manager.h614 int EnableSyncDataToLpDevice();
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_ble_central_manager.cpp427 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 Dohos_bt_gatt.cpp1058 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 Dsoftbus_ble_gatt.c827 int32_t ret = EnableSyncDataToLpDevice(); in SoftbusEnableSyncDataToLp()
922 .EnableSyncDataToLpDevice = SoftbusEnableSyncDataToLp, in SoftbusBleAdapterInit()
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H A Dbluetooth_ble_central_manager_proxy.cpp279 int BluetoothBleCentralManagerProxy::EnableSyncDataToLpDevice() in EnableSyncDataToLpDevice() function in OHOS::Bluetooth::BluetoothBleCentralManagerProxy
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H A Dbluetooth_ble_central_manager_server.cpp751 int BluetoothBleCentralManagerServer::EnableSyncDataToLpDevice() in EnableSyncDataToLpDevice() function in OHOS::Bluetooth::BluetoothBleCentralManagerServer
/ohos5.0/foundation/communication/dsoftbus/adapter/common/net/bluetooth/broadcast/manager/src/
H A Dsoftbus_broadcast_mgr.c1939 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()