Home
last modified time | relevance | path

Searched refs:HidHost (Results 1 – 15 of 15) sorted by relevance

/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_hid_host.cpp63 struct HidHost::impl {
200 HidHost::impl::impl() in impl()
211 HidHost::impl::~impl() in ~impl()
220 HidHost::HidHost() in HidHost() function in OHOS::Bluetooth::HidHost
225 HidHost::~HidHost() {} in ~HidHost()
227 HidHost *HidHost::GetProfile() in GetProfile()
230 static BluetoothNoDestructor<HidHost> instance; in GetProfile()
233 static HidHost instance; in GetProfile()
264 int32_t HidHost::Connect(const BluetoothRemoteDevice &device) in Connect()
277 int32_t HidHost::Disconnect(const BluetoothRemoteDevice &device) in Disconnect()
[all …]
/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/src/hid/
H A Dnapi_bluetooth_hid_host.cpp66 HidHost *profile = HidHost::GetProfile(); in DefineHidHostJSClass()
90 HidHost *profile = HidHost::GetProfile(); in CreateHidHostProfile()
133 HidHost *profile = HidHost::GetProfile(); in GetConnectionDevices()
160 HidHost *profile = HidHost::GetProfile(); in GetDeviceState()
180 HidHost *profile = HidHost::GetProfile(); in Connect()
195 HidHost *profile = HidHost::GetProfile(); in Disconnect()
213 HidHost *profile = HidHost::GetProfile(); in SetConnectionStrategy()
234 HidHost *profile = HidHost::GetProfile(); in GetConnectionStrategy()
/ohos5.0/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_hid_host.h72 class BLUETOOTH_API HidHost {
79 static HidHost *GetProfile();
199 HidHost();
200 ~HidHost();
201 BLUETOOTH_DISALLOW_COPY_AND_ASSIGN(HidHost);
205 friend class BluetoothNoDestructor<HidHost>;
/ohos5.0/foundation/communication/bluetooth_service/test/unittest/hid/
H A Dhid_host_test.cpp38 static Bluetooth::HidHost *profile_;
102 profile_ = HidHost::GetProfile();
126 profile_ = HidHost::GetProfile();
146 profile_ = HidHost::GetProfile();
165 profile_ = HidHost::GetProfile();
183 profile_ = HidHost::GetProfile();
200 profile_ = HidHost::GetProfile();
/ohos5.0/foundation/communication/bluetooth_service/test/example/bluetoothtest/doc/ProfileDoc/
H A DProfile功能界面使用说明文档.md152 #### HidHost配置
156 ![未开启蓝牙时HidHost](未开启蓝牙时HidHost.png)
160 ![开启蓝牙时HidHost](开启蓝牙时HidHost.png)
/ohos5.0/docs/zh-cn/application-dev/reference/apis-connectivity-kit/
H A Djs-apis-bluetoothManager-sys.md67 ### connect<a name="HidHost-connect"></a>
71 连接设备的HidHost服务。
116 ### disconnect<sup>(deprecated)</sup><a name="HidHost-disconnect"></a>
120 断开连接设备的HidHost服务。
H A Djs-apis-bluetooth-hid-sys.md25 连接设备的HidHost服务。
71 断开连接设备的HidHost服务。
H A Djs-apis-bluetoothManager.md2416 订阅HidHost连接状态变化事件。
2461 取消订阅HidHost连接状态变化事件。
/ohos5.0/docs/en/application-dev/reference/apis-connectivity-kit/
H A Djs-apis-bluetooth-hid-sys.md25 Connects to the HidHost service of a device.
71 Disconnects from the HidHost service of a device.
H A Djs-apis-bluetoothManager-sys.md67 ### connect<a name="HidHost-connect"></a>
71 Connects to the HidHost service of a device.
116 ### disconnect<sup>(deprecated)</sup><a name="HidHost-disconnect"></a>
120 Disconnects from the HidHost service of a device.
H A Djs-apis-bluetoothManager.md2416 Subscribes to the HidHost connection state changes.
2429 … | Yes | Event type. The value **connectionStateChange** indicates HidHost connection state …
2430 …](#statechangeparamdeprecated)&gt; | Yes | Callback used to return the HidHost connection state …
2461 Unsubscribes from the HidHost connection state changes.
2474 … | Yes | Event type. The value **connectionStateChange** indicates HidHost connection state …
/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/
H A Djs_napi_blocklist.txt42 type:*OHOS::Bluetooth::HidHost
/ohos5.0/foundation/communication/dsoftbus/core/common/dfx/statistics/instant/
H A Dbt_statistic.cpp222 HidHost::GetProfile()->GetDevicesByStates(connectState_, devices); in GetHidHostDeviceInfo()
/ohos5.0/foundation/communication/nfc/services/src/tag/
H A Dbt_connection_manager.cpp57 static Bluetooth::HidHost *g_hid;
321 g_hid = Bluetooth::HidHost::GetProfile(); in HandleBtInit()
/ohos5.0/foundation/communication/bluetooth_service/test/example/bluetoothtest/entry/src/main/ets/MainAbility/model/
H A DtestDataModels.ets1322 'name' : 'HidHost' ,
1323 'detail' : 'HidHost配置测试' ,