Home
last modified time | relevance | path

Searched refs:discoveryContext (Results 1 - 2 of 2) sorted by relevance

/foundation/distributedhardware/device_manager/services/implementation/src/discovery/
H A Ddm_discovery_manager.cpp143 DmDiscoveryContext discoveryContext; in OnDeviceFound() local
151 discoveryContext = iter->second; in OnDeviceFound()
163 if (filter.IsValidDevice(discoveryContext.filterOp, discoveryContext.filters, filterPara)) { in OnDeviceFound()
164 listener_->OnDeviceFound(pkgName, discoveryContext.subscribeId, info); in OnDeviceFound()
206 DmDiscoveryContext discoveryContext; in OnDeviceFound() local
214 discoveryContext = iter->second; in OnDeviceFound()
226 if (filter.IsValidDevice(discoveryContext.filterOp, discoveryContext.filters, filterPara)) { in OnDeviceFound()
227 listener_->OnDeviceFound(pkgName, discoveryContext in OnDeviceFound()
[all...]
/foundation/distributedhardware/device_manager/services/service/src/discovery/
H A Ddiscovery_manager.cpp362 DiscoveryContext discoveryContext; in OnDeviceFound() local
368 discoveryContext = iter->second; in OnDeviceFound()
389 if (filter.IsValidDevice(discoveryContext.filterOp, discoveryContext.filters, filterPara)) { in OnDeviceFound()
398 listener_->OnDeviceFound(pkgName, discoveryContext.subscribeId, info); in OnDeviceFound()

Completed in 3 milliseconds