Home
last modified time | relevance | path

Searched refs:DeleteNodeInfo (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/distributedhardware/distributed_input/dfx_utils/test/dfxtest/
H A Ddistributed_input_dfx_test.cpp90 HiDumper::GetInstance().DeleteNodeInfo(devId, dhId1);
91 HiDumper::GetInstance().DeleteNodeInfo(devId1, dhId);
92 HiDumper::GetInstance().DeleteNodeInfo(devId1, dhId1);
93 HiDumper::GetInstance().DeleteNodeInfo(devId, dhId);
/ohos5.0/foundation/distributedhardware/distributed_input/dfx_utils/include/
H A Dhidumper.h59 void DeleteNodeInfo(const std::string &deviceId, const std::string &dhId);
/ohos5.0/foundation/distributedhardware/distributed_input/dfx_utils/src/
H A Dhidumper.cpp118 void HiDumper::DeleteNodeInfo(const std::string &deviceId, const std::string &dhId) in DeleteNodeInfo() function in OHOS::DistributedHardware::DistributedInput::HiDumper
/ohos5.0/foundation/distributedhardware/distributed_input/services/source/sourcemanager/src/
H A Ddistributed_input_source_manager.cpp468 HiDumper::GetInstance().DeleteNodeInfo(devId, dhId); in UnregisterDistributedHardware()