Searched refs:IBluetoothBleCentralManager (Results 1 – 9 of 9) sorted by relevance
161 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 …]
47 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()
28 class IBluetoothBleCentralManager; variable
24 class BluetoothBleCentralManagerProxy : public IRemoteProxy<IBluetoothBleCentralManager> {
49 class IBluetoothBleCentralManager : public OHOS::IRemoteBroker {
26 class BluetoothBleCentralManagerStub : public IRemoteStub<IBluetoothBleCentralManager> {
94 return IRemoteStub<IBluetoothBleCentralManager>::OnRemoteRequest(code, data, reply, option); in OnRemoteRequest()100 return IRemoteStub<IBluetoothBleCentralManager>::OnRemoteRequest(code, data, reply, option); in OnRemoteRequest()
54 type:*OHOS::Bluetooth::IBluetoothBleCentralManager
28 : IRemoteProxy<IBluetoothBleCentralManager>(impl) in BluetoothBleCentralManagerProxy()