Home
last modified time | relevance | path

Searched refs:NotifyNodeMgrScanVirNode (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/distributedhardware/distributed_input/services/source/inputinject/src/
H A Ddistributed_input_inject.cpp214 void DistributedInputInject::NotifyNodeMgrScanVirNode(const std::string &devId, const std::string &… in NotifyNodeMgrScanVirNode() function in OHOS::DistributedHardware::DistributedInput::DistributedInputInject
221 inputNodeManager_->NotifyNodeMgrScanVirNode(devId, dhId); in NotifyNodeMgrScanVirNode()
H A Ddistributed_input_node_manager.cpp221 void DistributedInputNodeManager::NotifyNodeMgrScanVirNode(const std::string &devId, const std::str… in NotifyNodeMgrScanVirNode() function in OHOS::DistributedHardware::DistributedInput::DistributedInputNodeManager
/ohos5.0/foundation/distributedhardware/distributed_input/services/source/inputinject/include/
H A Ddistributed_input_inject.h50 void NotifyNodeMgrScanVirNode(const std::string &devId, const std::string &dhId);
H A Ddistributed_input_node_manager.h81 void NotifyNodeMgrScanVirNode(const std::string &devId, const std::string &dhId);
/ohos5.0/foundation/distributedhardware/distributed_input/services/source/inputinject/test/sourceinjectunittest/
H A Ddistributed_input_sourceinject_test.cpp439 DistributedInputInject::GetInstance().NotifyNodeMgrScanVirNode(devId, dhId);
442 DistributedInputInject::GetInstance().NotifyNodeMgrScanVirNode(devId, dhId);
/ohos5.0/foundation/distributedhardware/distributed_input/services/source/sourcemanager/src/
H A Ddistributed_input_source_manager.cpp315 DistributedInputInject::GetInstance().NotifyNodeMgrScanVirNode(devId, dhId); in RegisterDistributedHardware()