Home
last modified time | relevance | path

Searched refs:IBluetoothBleCentralManager (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_ble_central_manager.cpp161 sptr<IBluetoothBleCentralManager> proxy = iface_cast<IBluetoothBleCentralManager>(remote); in impl()
182 sptr<IBluetoothBleCentralManager> proxy = in InitScannerId()
300 sptr<IBluetoothBleCentralManager> proxy = in ~impl()
368 sptr<IBluetoothBleCentralManager> proxy = in StartScan()
386 sptr<IBluetoothBleCentralManager> proxy = in StopScan()
403 sptr<IBluetoothBleCentralManager> proxy = in SetLpDeviceAdvParam()
421 sptr<IBluetoothBleCentralManager> proxy = in SetScanReportChannelToLpDevice()
434 sptr<IBluetoothBleCentralManager> proxy = in EnableSyncDataToLpDevice()
447 sptr<IBluetoothBleCentralManager> proxy = in DisableSyncDataToLpDevice()
460 sptr<IBluetoothBleCentralManager> proxy = in SendParamsToLpDevice()
[all …]
H A Dbluetooth_proxy_manager.cpp47 sptr<IBluetoothBleCentralManager> proxy = in FreezeByRss()
48 GetRemoteProxy<IBluetoothBleCentralManager>(BLE_CENTRAL_MANAGER_SERVER); in FreezeByRss()
60 sptr<IBluetoothBleCentralManager> proxy = in ResetAllProxy()
61 GetRemoteProxy<IBluetoothBleCentralManager>(BLE_CENTRAL_MANAGER_SERVER); in ResetAllProxy()
/ohos5.0/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_proxy_manager.h28 class IBluetoothBleCentralManager; variable
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/include/
H A Dbluetooth_ble_central_manager_proxy.h24 class BluetoothBleCentralManagerProxy : public IRemoteProxy<IBluetoothBleCentralManager> {
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/interface/
H A Di_bluetooth_ble_central_manager.h49 class IBluetoothBleCentralManager : public OHOS::IRemoteBroker {
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/ipc/include/
H A Dbluetooth_ble_central_manager_stub.h26 class BluetoothBleCentralManagerStub : public IRemoteStub<IBluetoothBleCentralManager> {
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/
H A Dbluetooth_ble_central_manager_stub.cpp94 return IRemoteStub<IBluetoothBleCentralManager>::OnRemoteRequest(code, data, reply, option); in OnRemoteRequest()
100 return IRemoteStub<IBluetoothBleCentralManager>::OnRemoteRequest(code, data, reply, option); in OnRemoteRequest()
/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/
H A Djs_napi_blocklist.txt54 type:*OHOS::Bluetooth::IBluetoothBleCentralManager
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H A Dbluetooth_ble_central_manager_proxy.cpp28 : IRemoteProxy<IBluetoothBleCentralManager>(impl) in BluetoothBleCentralManagerProxy()