| /foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/src/relational/ |
| H A D | relational_store_delegate_impl.cpp | 357 DBStatus RelationalStoreDelegateImpl::ExecuteSql(const SqlCondition &condition, std::vector<VBucket> &records) in ExecuteSql() argument 426 DBStatus RelationalStoreDelegateImpl::UpsertData(const std::string &tableName, const std::vector<VBucket> &records, in UpsertData() argument
|
| /foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/cloud/ |
| H A D | distributeddb_cloud_meta_data_test.cpp | 378 std::vector<VBucket> records; in HWTEST_F() local
|
| H A D | distributeddb_cloud_assets_operation_sync_test.cpp | 818 vector<VBucket> records; in HWTEST_F() local [all...] |
| /foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/ |
| H A D | distributeddb_interfaces_relational_tracker_table_test.cpp | 1255 std::vector<VBucket> records; in HWTEST_F() local 1310 std::vector<VBucket> records; in HWTEST_F() local 1370 std::vector<VBucket> records; in HWTEST_F() local 1426 std::vector<VBucket> records; HWTEST_F() local 1481 std::vector<VBucket> records; HWTEST_F() local 1535 std::vector<VBucket> records; HWTEST_F() local 1608 std::vector<VBucket> records; HWTEST_F() local 1670 std::vector<VBucket> records; HWTEST_F() local 1699 std::vector<VBucket> records; HWTEST_F() local 1833 std::vector<VBucket> records; HWTEST_F() local [all...] |
| H A D | distributeddb_cloud_interfaces_relational_ext_test.cpp | 1279 std::vector<VBucket> records; in HWTEST_F() local 1768 std::vector<VBucket> records = {}; in HWTEST_F() local 1813 std::vector<VBucket> records = {}; in HWTEST_F() local
|
| /foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/ |
| H A D | sqlite_relational_store_connection.cpp | 372 int SQLiteRelationalStoreConnection::ExecuteSql(const SqlCondition &condition, std::vector<VBucket> &records) in ExecuteSql() argument 412 UpsertData(RecordStatus status, const std::string &tableName, const std::vector<VBucket> &records) UpsertData() argument
|
| H A D | sqlite_single_relational_storage_engine.cpp | 599 int SQLiteSingleRelationalStorageEngine::ExecuteSql(const SqlCondition &condition, std::vector<VBucket> &records) in ExecuteSql() argument
|
| /foundation/distributeddatamgr/preferences/test/native/unittest/ |
| H A D | preferences_test.cpp | 114 OnChange( const std::map<std::string, OHOS::NativePreferences::PreferencesValue> &records) OnChange() argument
|
| /foundation/distributeddatamgr/udmf/framework/innerkitsimpl/test/unittest/ |
| H A D | ndk_data_conversion_test.cpp | 312 std::vector<std::shared_ptr<UnifiedRecord>> records = { systemDefinedPixelMap };
in HWTEST_F() local 373 std::vector<std::shared_ptr<UnifiedRecord>> records = { systemDefinedPixelMap };
in HWTEST_F() local 427 std::vector<std::shared_ptr<UnifiedRecord>> records = { systemDefinedPixelMap };
in HWTEST_F() local 475 std::vector<std::shared_ptr<UnifiedRecord>> records = { systemDefinedPixelMap };
in HWTEST_F() local 620 std::vector<std::shared_ptr<UnifiedRecord>> records = { html, contentForm };
in HWTEST_F() local [all...] |
| H A D | udmf_client_test.cpp | 1973 auto records = inputData.GetRecords(); in HWTEST_F() local 2013 auto records = inputData.GetRecords(); in HWTEST_F() local 2245 std::vector<std::shared_ptr<UnifiedRecord>> records = {record1, record2}; in HWTEST_F() local
|
| /third_party/python/Tools/unicode/ |
| H A D | makeunicodedata.py | 935 def records(self) -> Iterator[List[str]]: member in UcdFile [all...] |
| /base/hiviewdfx/hisysevent/test/moduletest/common/ |
| H A D | hisysevent_manager_c_test.cpp | 88 void OnQueryTest(HiSysEventRecord records[], size_t size)
in OnQueryTest() argument
|
| /base/notification/common_event_service/services/src/ |
| H A D | common_event_subscriber_manager.cpp | 126 auto records = std::vector<SubscriberRecordPtr>(); in GetSubscriberRecords() local 236 std::vector<SubscriberRecordPtr> records; in DumpState() local 405 GetSubscriberRecordsByWantLocked(const CommonEventRecord &eventRecord, std::vector<SubscriberRecordPtr> &records) GetSubscriberRecordsByWantLocked() argument 464 GetSubscriberRecordsByEvent( const std::string &event, const int32_t &userId, std::vector<SubscriberRecordPtr> &records) GetSubscriberRecordsByEvent() argument [all...] |
| H A D | inner_common_event_manager.cpp | 656 std::vector<std::string> records; in HiDump() local
|
| H A D | common_event_control_manager.cpp | 914 GetUnorderedEventRecords( const std::string &event, const int32_t &userId, std::vector<std::shared_ptr<OrderedEventRecord>> &records) GetUnorderedEventRecords() argument 941 GetOrderedEventRecords( const std::string &event, const int32_t &userId, std::vector<std::shared_ptr<OrderedEventRecord>> &records) GetOrderedEventRecords() argument 968 GetHistoryEventRecords( const std::string &event, const int32_t &userId, std::list<HistoryEventRecord> &records) GetHistoryEventRecords() argument 1348 std::vector<std::shared_ptr<OrderedEventRecord>> records; DumpState() local 1387 std::list<HistoryEventRecord> records; DumpHistoryState() local [all...] |
| /foundation/communication/netmanager_ext/services/netfirewallmanager/src/ |
| H A D | netfirewall_db_helper.cpp | 810 int32_t NetFirewallDbHelper::AddInterceptRecord(const int32_t userId, std::vector<sptr<InterceptRecord>> &records)
in AddInterceptRecord() argument [all...] |
| /foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/udmf/ |
| H A D | udmf_service_impl.cpp | 276 auto records = unifiedData.GetRecords(); in ProcessUri() local 324 void UdmfServiceImpl::SetRemoteUri(const QueryOption &query, std::vector<std::shared_ptr<UnifiedRecord>> &records) in SetRemoteUri() argument
|
| /foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/udmf/store/ |
| H A D | runtime_store.cpp | 156 auto records = data.GetRecords();
in GetDetailsFromUData() local
|
| /foundation/distributeddatamgr/udmf/framework/common/unittest/ |
| H A D | tlv_util_test.cpp | 344 std::vector<std::shared_ptr<UnifiedRecord>> records = { fileUri, plainText, html }; in HWTEST_F() local 464 std::vector<std::shared_ptr<UnifiedRecord>> records = { pixelMapRecord, form, definedRecord }; in HWTEST_F() local 565 std::vector<std::shared_ptr<UnifiedRecord>> records = { fileUri, plainText, html }; in HWTEST_F() local
|
| /foundation/distributeddatamgr/pasteboard/framework/innerkits/src/ |
| H A D | pasteboard_utils.cpp | 111 Convert( const std::vector<std::shared_ptr<UnifiedRecord>> &records) Convert() argument
|
| /third_party/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/ |
| H A D | AlphabeticIndex.java | 901 private List<Record<V>> records; global() field in AlphabeticIndex.Bucket [all...] |
| /third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
| H A D | AlphabeticIndex.java | 867 private List<Record<V>> records; global() field in AlphabeticIndex.Bucket [all...] |
| /third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/ |
| H A D | font.cc | 327 HeaderOffsetSortedSet records; in LoadFont() local 338 HeaderOffsetSortedSet records; in LoadFont() local 494 ReadHeader(FontInputStream* is, HeaderOffsetSortedSet* records) ReadHeader() argument 518 ReadHeader(ReadableFontData* fd, int32_t offset, HeaderOffsetSortedSet* records) ReadHeader() argument [all...] |
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/ |
| H A D | StackMapParser.h | 413 iterator_range<record_iterator> records() const { in records() function in llvm::StackMapParser::LocationKind
|
| /foundation/ability/form_fwk/services/src/ |
| H A D | form_data_proxy_record.cpp | 719 std::map<int64_t, SubscribeResultRecord> records; in AddSubscribeResultRecord() local
|