Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributedhardware/device_manager/test/softbusfuzztest/softbusconnectorcommon_fuzzer/
H A Dsoftbus_connector_common_fuzzer.cpp39 softbusConnector->EraseUdidFromMap(str); in SoftBusConnectorCommonFuzzTest()
/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/include/dependency/softbus/
H A Dsoftbus_connector.h138 void EraseUdidFromMap(const std::string &udid);
/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/src/devicestate/
H A Ddm_device_state_manager.cpp150 softbusConnector_->EraseUdidFromMap(udid); in HandleDeviceStatusChange()
/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/src/dependency/softbus/
H A Dsoftbus_connector.cpp573 void SoftbusConnector::EraseUdidFromMap(const std::string &udid) in EraseUdidFromMap() function in OHOS::DistributedHardware::SoftbusConnector
/ohos5.0/foundation/distributedhardware/device_manager/test/softbusunittest/
H A DUTTest_softbus_connector.cpp846 softbusConnector->EraseUdidFromMap(udid);
/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/src/authentication/
H A Ddm_auth_manager.cpp2527 softbusConnector_->EraseUdidFromMap(deviceId); in DeleteGroup()