Home
last modified time | relevance | path

Searched refs:HidHost (Results 1 - 6 of 6) sorted by relevance

/foundation/communication/bluetooth/frameworks/js/napi/src/hid/
H A Dnapi_bluetooth_hid_host.cpp63 HidHost *profile = HidHost::GetProfile(); in DefineHidHostJSClass()
87 HidHost *profile = HidHost::GetProfile(); in CreateHidHostProfile()
130 HidHost *profile = HidHost::GetProfile(); in GetConnectionDevices()
157 HidHost *profile = HidHost::GetProfile(); in GetDeviceState()
177 HidHost *profile = HidHost in Connect()
[all...]
/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_hid_host.h72 class BLUETOOTH_API HidHost { class
75 * @brief Get the instance of HidHost object.
77 * @return Returns the pointer to the HidHost instance.
79 static HidHost *GetProfile();
186 * @brief The external process calls the HidHost profile interface before the Bluetooth process starts. At this
188 * HidHost proflie.
199 HidHost();
200 ~HidHost();
201 BLUETOOTH_DISALLOW_COPY_AND_ASSIGN(HidHost);
205 friend class BluetoothNoDestructor<HidHost>;
[all...]
/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_hid_host.cpp60 struct HidHost::impl {
197 HidHost::impl::impl() in impl()
208 HidHost::impl::~impl() in ~impl()
217 HidHost::HidHost() in HidHost() function in OHOS::Bluetooth::HidHost
222 HidHost::~HidHost() {} in ~HidHost()
224 HidHost *HidHost::GetProfile() in GetProfile()
227 static BluetoothNoDestructor<HidHost> instanc in GetProfile()
[all...]
/foundation/communication/bluetooth_service/test/unittest/hid/
H A Dhid_host_test.cpp38 static Bluetooth::HidHost *profile_;
102 profile_ = HidHost::GetProfile(); in HWTEST_F()
126 profile_ = HidHost::GetProfile(); in HWTEST_F()
146 profile_ = HidHost::GetProfile(); in HWTEST_F()
165 profile_ = HidHost::GetProfile(); in HWTEST_F()
183 profile_ = HidHost::GetProfile(); in HWTEST_F()
200 profile_ = HidHost::GetProfile(); in HWTEST_F()
/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()
/foundation/communication/dsoftbus/core/common/dfx/statistics/instant/
H A Dbt_statistic.cpp222 HidHost::GetProfile()->GetDevicesByStates(connectState_, devices); in GetHidHostDeviceInfo()

Completed in 4 milliseconds