Home
last modified time | relevance | path

Searched defs:requestMap (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/location/services/location_locator/locator/source/
H A Dreport_manager.cpp69 auto requestMap = locatorAbility->GetRequests(); in OnReportLocation() local
H A Dlocator_ability.cpp2099 auto requestMap = LocatorAbility::GetInstance()->GetRequests(); in ReportNetworkLocatingErrorEvent() local
/aosp12/frameworks/base/core/java/android/hardware/camera2/impl/
H A DCameraExtensionSessionImpl.java547 HashMap<CaptureRequest, Integer> requestMap = new HashMap<>(); in capture() local
841 @NonNull HashMap<CaptureRequest, Integer> requestMap, in BurstRequestHandler()