Home
last modified time | relevance | path

Searched refs:HaveDeviceInMap (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/distributedhardware/device_manager/test/softbusfuzztest/softbusconnectorpublish_fuzzer/
H A Dsoftbus_connector_publish_fuzzer.cpp49 softbusConnector->HaveDeviceInMap(deviceId); in SoftBusConnectorPublishFuzzTest()
/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/include/dependency/softbus/
H A Dsoftbus_connector.h136 bool HaveDeviceInMap(std::string deviceId);
/ohos5.0/foundation/distributedhardware/device_manager/test/softbusunittest/
H A DUTTest_softbus_connector.cpp328 bool ret = softbusConnector->HaveDeviceInMap(deviceId);
343 bool ret = softbusConnector->HaveDeviceInMap(deviceId);
/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/src/dependency/softbus/
H A Dsoftbus_connector.cpp290 bool SoftbusConnector::HaveDeviceInMap(std::string deviceId) in HaveDeviceInMap() function in OHOS::DistributedHardware::SoftbusConnector
/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/src/authentication/
H A Ddm_auth_manager.cpp149 if (!softbusConnector_->HaveDeviceInMap(deviceId)) { in CheckAuthParamVaild()