Home
last modified time | relevance | path

Searched refs:deviceList_ (Results 1 - 9 of 9) sorted by relevance

/foundation/multimodalinput/input/tools/event_inject/src/
H A Dget_device_node.cpp46 std::string deviceName = deviceList_[targetName]; in GetDeviceNodeName()
67 deviceList_["mouse"] = "Virtual Mouse"; in InitDeviceInfo()
68 deviceList_["touch"] = "Virtual TouchScreen"; in InitDeviceInfo()
69 deviceList_["finger"] = "Virtual Finger"; in InitDeviceInfo()
70 deviceList_["pad"] = "Virtual Touchpad"; in InitDeviceInfo()
71 deviceList_["pen"] = "Virtual Stylus"; in InitDeviceInfo()
72 deviceList_["gamePad"] = "Virtual GamePad"; in InitDeviceInfo()
73 deviceList_["joystick"] = "Virtual Joystick"; in InitDeviceInfo()
74 deviceList_["remoteControl"] = "Virtual RemoteControl"; in InitDeviceInfo()
75 deviceList_["kno in InitDeviceInfo()
[all...]
/foundation/arkui/ui_lite/frameworks/common/
H A Dinput_device_manager.cpp43 deviceList_.PushBack(device); in Add()
51 ListNode<InputDevice*>* node = deviceList_.Begin(); in Remove()
52 while (node != deviceList_.End()) { in Remove()
54 deviceList_.Remove(node); in Remove()
63 ListNode<InputDevice*>* node = deviceList_.Begin(); in Callback()
64 while (node != deviceList_.End()) { in Callback()
72 deviceList_.Clear(); in Clear()
77 auto& devices = GetInstance()->deviceList_; in OnViewLifeEvent()
/foundation/communication/bluetooth/frameworks/js/napi/src/ble/
H A Dnapi_bluetooth_gatt_server_callback.cpp63 for (auto it = NapiGattServer::deviceList_.begin(); it != NapiGattServer::deviceList_.end(); ++it) { in OnConnectionStateUpdate()
71 NapiGattServer::deviceList_.push_back(device.GetDeviceAddr()); in OnConnectionStateUpdate()
75 for (auto it = NapiGattServer::deviceList_.begin(); it != NapiGattServer::deviceList_.end(); ++it) { in OnConnectionStateUpdate()
78 NapiGattServer::deviceList_.erase(it); in OnConnectionStateUpdate()
H A Dnapi_bluetooth_gatt_server.cpp31 std::vector<std::string> NapiGattServer::deviceList_;
H A Dnapi_bluetooth_ble.cpp1044 auto status = ConvertStringVectorToJS(env, result, NapiGattServer::deviceList_); in GetConnectedBLEDevices()
/foundation/distributedhardware/device_manager/common/include/ipc/model/
H A Dipc_credential_auth_status_req.h34 return deviceList_; in GetDeviceList()
44 deviceList_ = deviceList; in SetDeviceList()
88 std::string deviceList_; member in OHOS::DistributedHardware::IpcNotifyCredentialAuthStatusReq
/foundation/arkui/ui_lite/interfaces/innerkits/common/
H A Dinput_device_manager.h69 List<InputDevice*> deviceList_; member in OHOS::InputDeviceManager
/foundation/multimodalinput/input/tools/event_inject/include/
H A Dget_device_node.h36 std::map<std::string, std::string> deviceList_; member in OHOS::MMI::GetDeviceNode
/foundation/communication/bluetooth/frameworks/js/napi/include/
H A Dnapi_bluetooth_gatt_server.h55 static std::vector<std::string> deviceList_; member in OHOS::Bluetooth::NapiGattServer

Completed in 6 milliseconds