Home
last modified time | relevance | path

Searched refs:GetBluetoothManagerProxy (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/customization/enterprise_device_management/interfaces/kits/bluetooth_manager/src/
H A Dbluetooth_manager_addon.cpp59 auto bluetoothManagerProxy = BluetoothManagerProxy::GetBluetoothManagerProxy(); in GetBluetoothInfo()
109 auto bluetoothManagerProxy = BluetoothManagerProxy::GetBluetoothManagerProxy(); in SetBluetoothDisabled()
133 …ret = BluetoothManagerProxy::GetBluetoothManagerProxy()->IsBluetoothDisabled(&elementName, isDisab… in IsBluetoothDisabled()
135 … ret = BluetoothManagerProxy::GetBluetoothManagerProxy()->IsBluetoothDisabled(nullptr, isDisabled); in IsBluetoothDisabled()
168 auto bluetoothManagerProxy = BluetoothManagerProxy::GetBluetoothManagerProxy(); in GetAllowedBluetoothDevices()
213 auto bluetoothManagerProxy = BluetoothManagerProxy::GetBluetoothManagerProxy(); in AddOrRemoveBluetoothDevices()
/ohos5.0/base/customization/enterprise_device_management/interfaces/inner_api/bluetooth_manager/include/
H A Dbluetooth_manager_proxy.h31 static std::shared_ptr<BluetoothManagerProxy> GetBluetoothManagerProxy();
/ohos5.0/base/customization/enterprise_device_management/interfaces/inner_api/bluetooth_manager/src/
H A Dbluetooth_manager_proxy.cpp29 std::shared_ptr<BluetoothManagerProxy> BluetoothManagerProxy::GetBluetoothManagerProxy() in GetBluetoothManagerProxy() function in OHOS::EDM::BluetoothManagerProxy
/ohos5.0/base/customization/enterprise_device_management/test/unittest/interface/inner_api/proxy/
H A Dbluetooth_manager_proxy_test.cpp47 proxy_ = BluetoothManagerProxy::GetBluetoothManagerProxy(); in SetUp()