/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/common/test/ |
H A D | concurrent_map_test.cpp | 75 [](const decltype(values_)::map_type &entries) { in __anona9ad0bdc0102() 81 [](const decltype(values_)::map_type &entries) { in __anona9ad0bdc0302() 84 "test", TestValue{ "id", "name", "test case" }); in __anona9ad0bdc0402() 87 [](decltype(values_)::map_type &entries) { in __anona9ad0bdc0502() 95 "test", TestValue{ "id", "name", "test case" }); in __anona9ad0bdc0602()
|
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/pm/dex/ |
H A D | PackageDynamicCodeLoadingTests.java | 68 Entry[] entries = { in testRecord() local 147 Entry[] entries = { in testClear() local 160 Entry[] entries = { in testRemovePackage_present() local 193 Entry[] entries = { in testRemoveUserPackage_presentWithNoOtherUsers() local 208 Entry[] entries = { in testRemoveUserPackage_presentWithUsers() local 221 Entry[] entries = { in testRemoveFile_present() local 238 Entry[] entries = { in testRemoveFile_onlyEntry() local 250 Entry[] entries = { in testRemoveFile_notPresent() local 261 Entry[] entries = { in testRemoveFile_wrongUser() local 276 Entry[] entries = { in testSyncData() local [all …]
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/kv/ |
H A D | kvdb_commit_notify_filterable_data.cpp | 35 std::list<Entry> entries; in GetInsertedEntries() local 42 std::list<Entry> entries; in GetUpdatedEntries() local 49 std::list<Entry> entries; in GetDeletedEntries() local 56 std::list<KvDBConflictEntry> entries; in GetCommitConflicts() local
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/ |
H A D | distributeddb_interfaces_register_syncdb_test.cpp | 251 vector<Entry> entries; variable 287 vector<Entry> entries; variable 453 vector<Entry> entries; variable 498 vector<Entry> entries; variable 586 vector<Entry> entries; variable 878 vector<Entry> entries; variable 906 vector<Entry> entries; variable 1062 vector<Entry> entries; variable 1105 vector<Entry> entries; variable 1198 vector<Entry> entries; variable [all …]
|
H A D | distributeddb_interfaces_nb_transaction_test.cpp | 569 vector<Entry> entries; variable 818 vector<Entry> entries; variable 870 vector<Entry> entries; variable 918 vector<Entry> entries; variable 966 vector<Entry> entries; variable 994 vector<Entry> entries; variable 1088 vector<Entry> entries; variable
|
H A D | distributeddb_interfaces_nb_delegate_local_batch_test.cpp | 68 … void CreatEntrys(int recordSize, vector<Key> &keys, vector<Value> &values, vector<Entry> &entries) in CreatEntrys() 151 vector<Entry> entries; variable 196 vector<Entry> entries; variable 506 vector<Entry> entries; variable 605 vector<Entry> entries; variable 692 vector<Entry> entries(entrysBase.begin(), entrysBase.end() - 1); variable 975 vector<Entry> entries; variable 1050 std::vector<Entry> entries; variable 1135 std::vector<Entry> entries; variable
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/ |
H A D | distributeddb_storage_transaction_data_test.cpp | 186 std::vector<MultiVerKvEntry *> &entries) in PushOneEntry() 547 std::vector<Entry> entries; variable 577 std::vector<Entry> entries; variable 683 std::vector<Entry> entries; variable 719 std::vector<Entry> entries; variable 757 std::vector<Entry> entries; variable 861 std::vector<Entry> entries; variable 895 std::vector<Entry> entries; variable 1015 std::vector<MultiVerKvEntry *> entries; variable 1061 std::vector<MultiVerKvEntry *> entries; variable [all …]
|
H A D | distributeddb_relational_get_data_test.cpp | 385 std::vector<SingleVerKvEntry *> entries; variable 439 std::vector<SingleVerKvEntry *> entries; variable 493 std::vector<SingleVerKvEntry *> entries; variable 573 std::vector<SingleVerKvEntry *> entries; variable 617 std::vector<SingleVerKvEntry *> entries; variable 703 std::vector<SingleVerKvEntry *> entries; variable 789 std::vector<SingleVerKvEntry *> entries; variable 863 std::vector<SingleVerKvEntry *> entries; variable 933 std::vector<SingleVerKvEntry *> entries; variable 1037 std::vector<SingleVerKvEntry *> entries; variable [all …]
|
H A D | distributeddb_storage_query_sync_test.cpp | 167 std::vector<Entry> entries; in SetUp() local 216 std::vector<SingleVerKvEntry *> entries; variable 256 std::vector<SingleVerKvEntry *> entries; variable 325 std::vector<SingleVerKvEntry *> entries; variable 388 std::vector<SingleVerKvEntry *> entries; variable 453 std::vector<SingleVerKvEntry *> entries; variable 520 std::vector<SingleVerKvEntry *> entries; variable 568 std::vector<SingleVerKvEntry *> entries; variable 666 std::vector<SingleVerKvEntry *> entries; variable 738 std::vector<SingleVerKvEntry *> entries; variable [all …]
|
/aosp14/frameworks/base/core/tests/coretests/src/com/android/internal/os/ |
H A D | LooperStatsTest.java | 90 List<LooperStats.ExportedEntry> entries = looperStats.getEntries(); in testSingleMessageDispatched() local 122 List<LooperStats.ExportedEntry> entries = looperStats.getEntries(); in testThrewException() local 195 List<LooperStats.ExportedEntry> entries = looperStats.getEntries(); in testMultipleMessagesDispatched() local 284 List<LooperStats.ExportedEntry> entries = looperStats.getEntries(); in testDispatchDelayIsRecorded() local 305 List<LooperStats.ExportedEntry> entries = looperStats.getEntries(); in testDataNotCollectedBeforeDeviceStateSet() local 320 List<LooperStats.ExportedEntry> entries = looperStats.getEntries(); in testDataNotCollectedOnCharger() local 336 List<LooperStats.ExportedEntry> entries = looperStats.getEntries(); in testDataCollectedIfIgnoreBatteryStatusFlagSet() local 360 List<LooperStats.ExportedEntry> entries = looperStats.getEntries(); in testScreenStateCollected() local 399 List<LooperStats.ExportedEntry> entries = looperStats.getEntries(); in testMessagesOverSizeCap() local 464 List<LooperStats.ExportedEntry> entries = looperStats.getEntries(); in testReset() local [all …]
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/src/ |
H A D | distributeddb_nb_predicate_query_test.cpp | 128 vector<Entry> entries; in CheckSchemaQuery() local 170 vector<Entry> entries; in CheckSchemaQueryForOrderBy() local 204 vector<Entry> entries; in CheckSchemaNotExist() local 273 vector<Entry> entries; variable 393 vector<Entry> entries; variable 525 vector<Entry> entries; variable 608 vector<Entry> entries; variable 786 vector<Entry> entries; variable 904 vector<Entry> entries; variable 950 vector<Entry> entries; variable [all …]
|
/ohos5.0/base/hiviewdfx/faultloggerd/tools/process_dump/ |
H A D | dfx_fdsan.h | 27 struct FdEntry entries[]; member 32 struct FdEntry entries[FD_TABLE_SIZE]; member
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/include/ |
H A D | sync_generic_interface.h | 40 … virtual int GetSyncData(Timestamp begin, Timestamp end, std::vector<SingleVerKvEntry *> &entries, in GetSyncData() 50 std::vector<SingleVerKvEntry *> &entries) const in GetSyncData() 61 …virtual int GetSyncDataNext(std::vector<SingleVerKvEntry *> &entries, ContinueToken &continueStmtT… in GetSyncDataNext() 102 …l int PutSyncDataWithQuery(const QueryObject &query, const std::vector<SingleVerKvEntry *> &entrie… in PutSyncDataWithQuery() 113 virtual int InterceptData(std::vector<SingleVerKvEntry *> &entries, const std::string &sourceID, in InterceptData()
|
/aosp14/frameworks/base/services/core/java/com/android/server/locksettings/recoverablekeystore/storage/ |
H A D | RecoverySessionStorage.java | 93 ArrayList<Entry> entries = mSessionsByUid.get(uid); in remove() local 112 ArrayList<Entry> entries = mSessionsByUid.valueAt(i); in size() local 127 ArrayList<Entry> entries = mSessionsByUid.valueAt(i); in destroy() local
|
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/ |
H A D | udmf_run_time_store_test.cpp | 139 vector<Entry> entries; variable 172 vector<Entry> entries; variable 206 vector<Entry> entries; variable 237 vector<Entry> entries; variable 278 vector<Entry> entries; variable 317 vector<Entry> entries; variable 357 vector<Entry> entries; variable 473 vector<Entry> entries; variable 509 vector<Entry> entries; variable
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/distributeddatafwk/test/unittest/ |
H A D | local_subscribe_device_store_test.cpp | 497 std::vector<Entry> entries; variable 534 std::vector<Entry> entries; variable 571 std::vector<Entry> entries; variable 626 std::vector<Entry> entries; variable 668 std::vector<Entry> entries; variable 1022 std::vector<Entry> entries; variable 1078 std::vector<Entry> entries; variable 1121 std::vector<Entry> entries; variable 1164 std::vector<Entry> entries; variable 1452 std::vector<Entry> entries; variable [all …]
|
H A D | local_subscribe_store_test.cpp | 509 std::vector<Entry> entries; variable 546 std::vector<Entry> entries; variable 583 std::vector<Entry> entries; variable 638 std::vector<Entry> entries; variable 680 std::vector<Entry> entries; variable 1035 std::vector<Entry> entries; variable 1091 std::vector<Entry> entries; variable 1134 std::vector<Entry> entries; variable 1177 std::vector<Entry> entries; variable 1465 std::vector<Entry> entries; variable [all …]
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/ |
H A D | single_ver_natural_store_connection.cpp | 33 std::vector<Entry> entries; in Put() local 40 …SingleVerNaturalStoreConnection::PutBatch(const IOption &option, const std::vector<Entry> &entries) in PutBatch() 58 bool SingleVerNaturalStoreConnection::CheckAndGetEntryLen(const std::vector<Entry> &entries, uint32… in CheckAndGetEntryLen()
|
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/src/deviceprofilemanager/listener/ |
H A D | kv_data_change_listener.cpp | 165 …std::vector<DistributedKv::Entry> entries = DeviceProfileManager::GetInstance().GetEntriesByKeys(o… in FilterEntries() local 175 std::map<std::string, std::string> entries; in HandleAddChange() local 186 std::map<std::string, std::string> entries; in HandleUpdateChange() local 197 std::map<std::string, std::string> entries; in HandleDeleteChange() local
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/listbuilder/ |
H A D | OnBeforeFinalizeFilterListener.java | 33 void onBeforeFinalizeFilter(List<ListEntry> entries); in onBeforeFinalizeFilter()
|
H A D | OnBeforeRenderListListener.java | 33 void onBeforeRenderList(List<ListEntry> entries); in onBeforeRenderList()
|
H A D | OnBeforeSortListener.java | 33 void onBeforeSort(List<ListEntry> entries); in onBeforeSort()
|
H A D | OnAfterRenderListListener.java | 36 void onAfterRenderList( in onAfterRenderList()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/include/relational/ |
H A D | relational_row_data.h | 40 static void Release(std::vector<RelationalRowData *> &entries) in Release()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/notifcollection/ |
H A D | CollectionReadyForBuildListener.java | 32 void onBuildList(Collection<NotificationEntry> entries, String reason); in onBuildList()
|