/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/ |
H A D | bluetooth_hid_host.cpp | 63 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 D | napi_bluetooth_hid_host.cpp | 66 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 D | bluetooth_hid_host.h | 72 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 D | hid_host_test.cpp | 38 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 D | Profile功能界面使用说明文档.md | 152 #### HidHost配置 156  160 
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-connectivity-kit/ |
H A D | js-apis-bluetoothManager-sys.md | 67 ### connect<a name="HidHost-connect"></a> 71 连接设备的HidHost服务。 116 ### disconnect<sup>(deprecated)</sup><a name="HidHost-disconnect"></a> 120 断开连接设备的HidHost服务。
|
H A D | js-apis-bluetooth-hid-sys.md | 25 连接设备的HidHost服务。 71 断开连接设备的HidHost服务。
|
H A D | js-apis-bluetoothManager.md | 2416 订阅HidHost连接状态变化事件。 2461 取消订阅HidHost连接状态变化事件。
|
/ohos5.0/docs/en/application-dev/reference/apis-connectivity-kit/ |
H A D | js-apis-bluetooth-hid-sys.md | 25 Connects to the HidHost service of a device. 71 Disconnects from the HidHost service of a device.
|
H A D | js-apis-bluetoothManager-sys.md | 67 ### 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 D | js-apis-bluetoothManager.md | 2416 Subscribes to the HidHost connection state changes. 2429 … | Yes | Event type. The value **connectionStateChange** indicates HidHost connection state … 2430 …](#statechangeparamdeprecated)> | 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 D | js_napi_blocklist.txt | 42 type:*OHOS::Bluetooth::HidHost
|
/ohos5.0/foundation/communication/dsoftbus/core/common/dfx/statistics/instant/ |
H A D | bt_statistic.cpp | 222 HidHost::GetProfile()->GetDevicesByStates(connectState_, devices); in GetHidHostDeviceInfo()
|
/ohos5.0/foundation/communication/nfc/services/src/tag/ |
H A D | bt_connection_manager.cpp | 57 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 D | testDataModels.ets | 1322 'name' : 'HidHost' , 1323 'detail' : 'HidHost配置测试' ,
|