Home
last modified time | relevance | path

Searched refs:DeleteInputDeviceNodeInfo (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/distributedhardware/distributed_input/services/source/sourcemanager/include/
H A Ddistributed_input_source_manager.h271 int32_t DeleteInputDeviceNodeInfo(const std::string &devId, const std::string &dhId,
/ohos5.0/foundation/distributedhardware/distributed_input/services/source/sourcemanager/src/
H A Ddistributed_input_source_manager.cpp404 int32_t DistributedInputSourceManager::DeleteInputDeviceNodeInfo(const std::string &devId, const st… in DeleteInputDeviceNodeInfo() function in OHOS::DistributedHardware::DistributedInput::DistributedInputSourceManager
461 if (DeleteInputDeviceNodeInfo(devId, dhId, it) != DH_SUCCESS) { in UnregisterDistributedHardware()