Home
last modified time | relevance | path

Searched refs:CloseDeviceLocked (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/distributedhardware/distributed_input/services/source/inputinject/include/
H A Ddistributed_input_node_manager.h62 int32_t CloseDeviceLocked(const std::string &devId, const std::string &dhId);
/ohos5.0/foundation/distributedhardware/distributed_input/services/source/inputinject/src/
H A Ddistributed_input_inject.cpp77 if (inputNodeManager_->CloseDeviceLocked(devId, dhId) < 0) { in UnregisterDistributedHardware()
H A Ddistributed_input_node_manager.cpp405 return CloseDeviceLocked(devId, dhId); in RemoveVirtualTouchScreenNode()
427 int32_t DistributedInputNodeManager::CloseDeviceLocked(const std::string &devId, const std::string … in CloseDeviceLocked() function in OHOS::DistributedHardware::DistributedInput::DistributedInputNodeManager
/ohos5.0/foundation/distributedhardware/distributed_input/common/include/
H A Dinput_hub.cpp218 CloseDeviceLocked(*device); in GetEvents()
350 CloseDeviceLocked(device); in ReadInputEvent()
476 CloseDeviceLocked(*device); in GetDeviceHandler()
1030 void InputHub::CloseDeviceLocked(Device &device) in CloseDeviceLocked() function in OHOS::DistributedHardware::DistributedInput::InputHub
1127 CloseDeviceLocked(*device); in CloseDeviceByPathLocked()
H A Dinput_hub.h146 void CloseDeviceLocked(Device &device);