Home
last modified time | relevance | path

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

/base/msdp/device_status/rust/subsystem/device_profile/binding/src/
H A Dfusion_device_profile_adapter.cpp231 auto cbIter = callbacks_.find(deviceId); in UnregisterCrossStateListener() local
232 if (cbIter == callbacks_.end()) { in UnregisterCrossStateListener()
240 cbIter->second, failedEvents); in UnregisterCrossStateListener()
241 callbacks_.erase(cbIter); in UnregisterCrossStateListener()
250 auto cbIter = callbacks_.find(deviceId); in SaveSubscribeInfos() local
251 if ((cbIter == callbacks_.end()) || (cbIter->second == nullptr)) { in SaveSubscribeInfos()
261 profileEventCb = cbIter->second; in SaveSubscribeInfos()
278 auto cbIter = callbacks_.find(deviceId); in RemoveFailedSubscriptions() local
279 if (cbIter in RemoveFailedSubscriptions()
[all...]
/base/print/print_fwk/services/print_service/src/
H A Dprint_service_ability.cpp3333 auto cbIter = extCallbackMap_.find(cid); in StartPrintJobInternal() local
3334 if (cbIter == extCallbackMap_.end()) { in StartPrintJobInternal()
3337 auto cbFunc = cbIter->second; in StartPrintJobInternal()

Completed in 11 milliseconds