/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/storage/ |
H A D | CacheQuotaStrategyTest.java | 63 ArrayList<CacheQuotaHint> requests = new ArrayList<>(); in testWriteOneQuota() local 78 ArrayList<CacheQuotaHint> requests = new ArrayList<>(); in testWriteMultipleQuotas() local 95 ArrayList<CacheQuotaHint> requests = new ArrayList<>(); in testNullUuidDoesntCauseCrash() local
|
/ohos5.0/foundation/communication/dsoftbus/core/authentication/src/ |
H A D | auth_normalize_request.c | 49 NormalizeRequest **requests, uint32_t *num) in GetRequestListByUdidHash() 100 NormalizeRequest **requests, uint32_t *num) in GetNormalizeRequestList() 176 NormalizeRequest *requests = NULL; in NotifyNormalizeRequestSuccess() local 202 NormalizeRequest *requests = NULL; in NotifyNormalizeRequestFail() local
|
/aosp14/frameworks/base/core/java/android/app/usage/ |
H A D | ICacheQuotaService.aidl | 24 void computeCacheQuotaHints(in RemoteCallback callback, in List<CacheQuotaHint> requests); in computeCacheQuotaHints()
|
H A D | CacheQuotaService.java | 73 List<CacheQuotaHint> requests); in onComputeCacheQuotaHints() 78 RemoteCallback callback, List<CacheQuotaHint> requests) { in computeCacheQuotaHints()
|
/aosp14/frameworks/base/core/java/android/hardware/camera2/impl/ |
H A D | CameraCaptureSessionImpl.java | 231 public int captureBurst(List<CaptureRequest> requests, CaptureCallback callback, in captureBurst() 252 public int captureBurstRequests(List<CaptureRequest> requests, Executor executor, in captureBurstRequests() 277 private void checkCaptureRequests(List<CaptureRequest> requests) { in checkCaptureRequests() 352 public int setRepeatingBurst(List<CaptureRequest> requests, in setRepeatingBurst() 374 public int setRepeatingBurstRequests(List<CaptureRequest> requests, Executor executor, in setRepeatingBurstRequests() 400 private void checkRepeatingRequests(List<CaptureRequest> requests) { in checkRepeatingRequests()
|
H A D | CameraConstrainedHighSpeedCaptureSessionImpl.java | 241 public int captureBurst(List<CaptureRequest> requests, CaptureCallback listener, in captureBurst() 252 public int captureBurstRequests(List<CaptureRequest> requests, Executor executor, in captureBurstRequests() 277 public int setRepeatingBurst(List<CaptureRequest> requests, CaptureCallback listener, in setRepeatingBurst() 288 public int setRepeatingBurstRequests(List<CaptureRequest> requests, Executor executor, in setRepeatingBurstRequests()
|
H A D | CameraOfflineSessionImpl.java | 842 public int captureBurst(List<CaptureRequest> requests, CaptureCallback callback, in captureBurst() 848 public int captureBurstRequests(List<CaptureRequest> requests, Executor executor, in captureBurstRequests() 866 public int setRepeatingBurst(List<CaptureRequest> requests, in setRepeatingBurst() 872 public int setRepeatingBurstRequests(List<CaptureRequest> requests, Executor executor, in setRepeatingBurstRequests()
|
/aosp14/frameworks/base/services/companion/java/com/android/server/companion/datatransfer/ |
H A D | SystemDataTransferRequestStore.java | 215 ArrayList<SystemDataTransferRequest> requests = new ArrayList<>(); in readRequestsFromXml() local 259 @NonNull List<SystemDataTransferRequest> requests) { in writeRequestsToStore() 279 @Nullable Collection<SystemDataTransferRequest> requests) throws IOException { in writeRequestsToXml()
|
/ohos5.0/foundation/resourceschedule/resource_schedule_service/ressched/plugins/frame_aware_plugin/include/latency_control/ |
H A D | network_latency_controller.h | 53 std::unordered_set<std::string> requests; variable
|
/aosp14/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/applications/ |
H A D | RecentAppOpsAccessesTest.java | 123 List<RecentAppOpsAccess.Access> requests = mRecentAppOpsAccess.getAppList(false); in testGetAppList_shouldFilterRecentAccesses() local 151 List<RecentAppOpsAccess.Access> requests = mRecentAppOpsAccess.getAppList(true); in testGetAppList_shouldNotShowAndroidOS() local
|
/ohos5.0/base/location/test/location_manager/source/ |
H A D | request_manager_test.cpp | 314 auto requests = std::make_shared<std::list<std::shared_ptr<Request>>>(); variable 526 std::list<std::shared_ptr<Request>> requests; variable 539 std::list<std::shared_ptr<Request>> requests; variable
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/include/ |
H A D | get_active.h | 30 std::vector<sptr<OHOS::Notification::NotificationRequest>> requests; member
|
/aosp14/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/location/ |
H A D | RecentLocationAppsTest.java | 88 List<RecentLocationApps.Request> requests = mRecentLocationApps.getAppList(true); in testGetAppList_shouldFilterRecentApps() local 117 List<RecentLocationApps.Request> requests = mRecentLocationApps.getAppList(true); in testGetAppList_shouldNotShowAndroidOS() local
|
/aosp14/frameworks/base/core/java/android/hardware/camera2/ |
H A D | CameraCaptureSession.java | 478 public abstract int captureBurst(@NonNull List<CaptureRequest> requests, in captureBurst() 526 public int captureBurstRequests(@NonNull List<CaptureRequest> requests, in captureBurstRequests() 721 public abstract int setRepeatingBurst(@NonNull List<CaptureRequest> requests, in setRepeatingBurst() 763 public int setRepeatingBurstRequests(@NonNull List<CaptureRequest> requests, in setRepeatingBurstRequests()
|
/aosp14/frameworks/base/core/java/android/hardware/camera2/extension/ |
H A D | IRequestProcessorImpl.aidl | 28 int submitBurst(in List<Request> requests, in IRequestCallback callback); in submitBurst()
|
/aosp14/frameworks/base/tools/locked_region_code_injection/src/lockedregioncodeinjection/ |
H A D | Utils.java | 32 String[] requests = requestList.split(","); in getTargetsFromLegacyJackConfig() local
|
/aosp14/frameworks/base/services/core/java/com/android/server/graphics/fonts/ |
H A D | FontManagerService.java | 83 public int updateFontFamily(@NonNull List<FontUpdateRequest> requests, int baseVersion) { in updateFontFamily() 101 private static void closeFileDescriptors(@Nullable List<FontUpdateRequest> requests) { in closeFileDescriptors() 285 /* package */ void update(int baseVersion, List<FontUpdateRequest> requests) in update()
|
/ohos5.0/foundation/ability/form_fwk/test/unittest/frs_form_render_record_test/ |
H A D | frs_form_render_record_test.cpp | 1186 std::unordered_map<std::string, Ace::FormRequest> requests; variable 1201 std::vector<Ace::FormRequest> requests; variable 1319 std::unordered_map<std::string, Ace::FormRequest> requests; variable 1346 std::unordered_map<std::string, Ace::FormRequest> requests; variable 1370 std::unordered_map<std::string, Ace::FormRequest> requests; variable 1665 std::vector<Ace::FormRequest> requests; variable 1690 std::vector<Ace::FormRequest> requests; variable
|
/aosp14/frameworks/base/packages/SettingsLib/src/com/android/settingslib/location/ |
H A D | RecentLocationApps.java | 86 ArrayList<Request> requests = new ArrayList<>(appOpsCount); in getAppList() local 148 List<Request> requests = getAppList(showSystemApps); in getAppListSorted() local
|
/aosp14/frameworks/base/core/java/android/hardware/lights/ |
H A D | LightsRequest.java | 42 private LightsRequest(Map<Light, LightState> requests) { in LightsRequest()
|
/aosp14/frameworks/base/tests/vcn/java/com/android/server/vcn/ |
H A D | VcnNetworkProviderTest.java | 125 final List<NetworkRequest> requests = new ArrayList<>(); in testCachedRequestsPassedOnRegister() local
|
/ohos5.0/base/location/services/location_locator/locator/source/ |
H A D | request_manager.cpp | 280 auto requests = locatorAbility->GetRequests(); in UpdateRequestRecord() local 314 void RequestManager::HandleChrEvent(std::list<std::shared_ptr<Request>> requests) in HandleChrEvent() 362 auto requests = iterator->second; in HandleStopLocating() local 386 void RequestManager::DeleteRequestRecord(std::shared_ptr<std::list<std::shared_ptr<Request>>> reque… in DeleteRequestRecord() 413 auto requests = locatorAbility->GetRequests(); in HandleRequest() local
|
/aosp14/frameworks/base/services/core/java/com/android/server/storage/ |
H A D | CacheQuotaStrategy.java | 170 List<CacheQuotaHint> requests = new ArrayList<>(); in getUnfulfilledRequests() local 318 List<CacheQuotaHint> requests, long bytesWhenCalculated) throws IOException { in saveToXml()
|
/aosp14/frameworks/base/core/java/android/graphics/fonts/ |
H A D | FontManager.java | 287 List<FontUpdateRequest> requests = new ArrayList<>(); in updateFontFamily() local
|
/aosp14/frameworks/base/core/proto/android/companion/ |
H A D | telecom.proto | 110 repeated Request requests = 2; field
|