Searched refs:PROFILE_NAME_HID_HOST (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/hid_host/ |
H A D | hid_host_service.cpp | 22 HidHostService::HidHostService() : utility::Context(PROFILE_NAME_HID_HOST, "1.1.1") in HidHostService() 24 …LOG_DEBUG("[HIDH Service]%{public}s:%{public}s Create", PROFILE_NAME_HID_HOST.c_str(), Name().c_st… in HidHostService() 40 return static_cast<HidHostService *>(servManager->GetProfileService(PROFILE_NAME_HID_HOST)); in GetService() 88 GetContext()->OnEnable(PROFILE_NAME_HID_HOST, true); in StartUp() 97 GetContext()->OnEnable(PROFILE_NAME_HID_HOST, ret ? false : true); in StartUp() 108 GetContext()->OnDisable(PROFILE_NAME_HID_HOST, true); in ShutDown() 141 GetContext()->OnDisable(PROFILE_NAME_HID_HOST, true); in ShutDownDone()
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/include/ |
H A D | interface_profile.h | 69 const std::string PROFILE_NAME_HID_HOST = "HidHostService"; variable
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/common/ |
H A D | profile_info.cpp | 40 ProfileInfo(PROFILE_NAME_HID_HOST, PROFILE_ID_HID_HOST, BLUETOOTH_UUID_HID_HOST),
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/src/ |
H A D | bluetooth_hid_host_server.cpp | 73 IProfileManager::GetInstance()->GetProfileService(PROFILE_NAME_HID_HOST)); in GetServicePtr()
|