/aosp14/frameworks/base/packages/SettingsLib/src/com/android/settingslib/display/ |
H A D | DisplayDensityUtils.java | 161 String[] entries = new String[1 + numSmaller + numLarger]; in DisplayDensityUtils() local
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/ |
H A D | sqlite_local_storage_executor.cpp | 130 int SQLiteLocalStorageExecutor::PutBatch(const std::vector<Entry> &entries) in PutBatch()
|
H A D | sqlite_single_ver_natural_store.cpp | 135 …int GetKvEntriesByDataItems(std::vector<SingleVerKvEntry *> &entries, std::vector<DataItem> &dataI… in GetKvEntriesByDataItems() 619 …NaturalStore::GetSyncData(Timestamp begin, Timestamp end, std::vector<SingleVerKvEntry *> &entries, in GetSyncData() 785 int SQLiteSingleVerNaturalStore::GetSyncDataNext(std::vector<SingleVerKvEntry *> &entries, in GetSyncDataNext() 861 const std::vector<SingleVerKvEntry *> &entries, const std::string &deviceName) in PutSyncDataWithQuery() 1006 std::vector<Entry> entries; in RemoveDeviceDataNormally() local 1020 void SQLiteSingleVerNaturalStore::NotifyRemovedData(std::vector<Entry> &entries) in NotifyRemovedData()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/gaussdb_rd/ |
H A D | rd_single_ver_natural_store_connection.cpp | 552 …eVerNaturalStoreConnection::PutBatchInner(const IOption &option, const std::vector<Entry> &entries) in PutBatchInner() 583 int RdSingleVerNaturalStoreConnection::SaveSyncEntries(const std::vector<Entry> &entries, bool isDe… in SaveSyncEntries() 777 std::vector<Entry> entries; in DeleteSyncEntries() local
|
/ohos5.0/base/hiviewdfx/hiview/base/event_store/store/ |
H A D | sys_event_database.cpp | 245 int SysEventDatabase::Query(SysEventQuery& sysEventQuery, EntryQueue& entries) in Query() 406 int SysEventDatabase::QueryByFiles(SysEventQuery& sysEventQuery, EntryQueue& entries, FileQueue& qu… in QueryByFiles()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/ |
H A D | virtual_relational_ver_sync_db_interface.cpp | 26 …int GetEntriesFromItems(std::vector<SingleVerKvEntry *> &entries, const std::vector<DataItem> &dat… in GetEntriesFromItems() 73 const std::vector<SingleVerKvEntry *> &entries, const std::string &deviceName) in PutSyncDataWithQuery()
|
H A D | distributeddb_single_ver_p2p_complex_sync_test.cpp | 104 vector<Entry> entries; in CrudTest() local 1863 std::vector<Entry> entries; variable 1938 std::vector<Entry> entries; variable 1987 auto entries = data.GetEntries(); in __anonb4f3bed91702() local 2034 auto entries = data.GetEntries(); in __anonb4f3bed91802() local 2081 auto entries = data.GetEntries(); in __anonb4f3bed91902() local
|
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/test/fuzztest/profileutils_fuzzer/ |
H A D | profileutils_fuzzer.cpp | 220 std::map<std::string, std::string> entries; in EntriesToDeviceProfileFuzzTest() local 236 std::map<std::string, std::string> entries; in EntriesToServiceProfileFuzzTest() local
|
/aosp14/frameworks/base/packages/SettingsLib/tests/integ/src/com/android/settingslib/users/ |
H A D | AvatarPhotoControllerTest.java | 92 String[] entries = mImagesDir.list(); in tearDown() local
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coordinator/ |
H A D | PreparationCoordinator.java | 261 private void inflateAllRequiredViews(List<ListEntry> entries) { in inflateAllRequiredViews()
|
/aosp14/frameworks/base/packages/PrintRecommendationService/src/com/android/printservice/recommendation/plugin/mdnsFilter/ |
H A D | VendorConfig.java | 184 ArrayList<T> entries = new ArrayList<>(); in readTagList() local
|
/aosp14/frameworks/base/packages/overlays/tests/src/com/android/theme/icon/ |
H A D | IconPackOverlayTest.java | 274 Enumeration<? extends ZipEntry> entries = file.entries(); in getDrawablesFromOverlay() local
|
/aosp14/frameworks/base/samples/training/network-usage/src/com/example/android/networkusage/ |
H A D | NetworkActivity.java | 218 List<Entry> entries = null; in loadXmlFromNetwork() local
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/singlever/ |
H A D | single_ver_data_sync.h | 54 std::vector<SendDataItem> entries; member
|
/ohos5.0/base/notification/distributed_notification_service/services/distributed/src/ |
H A D | distributed_screen_status_manager.cpp | 194 std::vector<DistributedKv::Entry> entries; in CheckRemoteDevicesIsUsing() local
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/multiver/ |
H A D | multi_ver_storage_executor.cpp | 209 std::vector<MultiVerKvEntry *> entries; in IsCommitExisted() local 448 const std::vector<MultiVerKvEntry *> &entries, const std::string &deviceName) in PutCommitData() 515 std::vector<MultiVerKvEntry *> entries; in MergeOneCommit() local 1333 void MultiVerStorageExecutor::ReleaseMultiVerKvEntries(std::vector<MultiVerKvEntry *> &entries) in ReleaseMultiVerKvEntries()
|
/aosp14/frameworks/base/tools/aapt2/ |
H A D | ResourceValues.h | 333 std::vector<Entry> entries; member 360 std::vector<Reference> entries; member
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/ |
H A D | distributeddb_storage_register_observer_test.cpp | 158 …forOperation(const Entry &entry, bool isLocalPutRegisted, bool isPutRegisted, list<Entry> &entries) in PreDataforOperation() 194 list<Entry> entries; in TestForOperation() local
|
H A D | distributeddb_storage_transaction_record_test.cpp | 938 std::vector<Entry> entries; variable 1055 std::vector<Entry> entries; variable
|
/ohos5.0/foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/src/adaptor/ |
H A D | flat_object_storage_engine.cpp | 231 std::vector<DistributedDB::Entry> entries; in UpdateItems() local 423 std::vector<DistributedDB::Entry> entries; in GetItems() local
|
/aosp14/frameworks/base/packages/SettingsLib/src/com/android/settingslib/location/ |
H A D | RecentLocationApps.java | 169 List<AppOpsManager.OpEntry> entries = ops.getOps(); in getRequestFromOps() local
|
/ohos5.0/base/theme/wallpaper_mgr/utils/include/ |
H A D | concurrent_map.h | 174 auto entries = Clone(); in ForEachCopies() local
|
/ohos5.0/foundation/distributeddatamgr/pasteboard/framework/framework/include/common/ |
H A D | concurrent_map.h | 177 auto entries = Clone(); in ForEachCopies() local
|
/aosp14/frameworks/base/libs/androidfw/ |
H A D | Idmap.cpp | 118 const Idmap_overlay_entry* entries, in OverlayDynamicRefTable() 147 const Idmap_target_entry* entries, in IdmapResMap()
|
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/util/ |
H A D | slots.rs | 43 entries: &'a Vec<Entry<T>>, field 51 entries: Vec<Entry<T>>, field
|