Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributedhardware/distributed_input/dfx_utils/test/dfxtest/
H A Ddistributed_input_dfx_test.cpp80 HiDumper::GetInstance().SaveNodeInfo(devId, nodeName, dhId);
83 HiDumper::GetInstance().SaveNodeInfo(devId, nodeName, dhId1);
/ohos5.0/foundation/distributedhardware/distributed_input/dfx_utils/include/
H A Dhidumper.h58 …void SaveNodeInfo(const std::string &deviceId, const std::string &nodeName, const std::string &dhI…
/ohos5.0/foundation/distributedhardware/distributed_input/dfx_utils/src/
H A Dhidumper.cpp185 void HiDumper::SaveNodeInfo(const std::string &deviceId, const std::string &nodeName, const std::st… in SaveNodeInfo() function in OHOS::DistributedHardware::DistributedInput::HiDumper
/ohos5.0/foundation/distributedhardware/distributed_input/services/source/inputinject/src/
H A Dvirtual_device.cpp140 HiDumper::GetInstance().SaveNodeInfo(devId, deviceName_, dhId); in SetUp()