Home
last modified time | relevance | path

Searched defs:records (Results 101 - 125 of 127) sorted by relevance

123456

/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_scan/
H A Dscan_state_machine.cpp1065 FilterScanResultRecord records; in FilterScanResult() local
/foundation/distributeddatamgr/udmf/framework/ndkimpl/data/
H A Dudmf.cpp67 static void DestroyUnifiedRecordArray(OH_UdmfRecord**& records, unsigned int& count) in DestroyUnifiedRecordArray() argument
108 CreateUnifiedDataRecordsArray(OH_UdmfData* unifiedData, std::vector<std::shared_ptr<UnifiedRecord>>& records) CreateUnifiedDataRecordsArray() argument
245 std::vector<std::shared_ptr<UnifiedRecord>> records = unifiedData->unifiedData_->GetRecords(); OH_UdmfData_GetRecords() local
251 GetFirstPlainText(OH_UdmfRecord **records, unsigned int recordCount, OH_UdsPlainText* plainText) GetFirstPlainText() argument
270 GetFirstHtml(OH_UdmfRecord **records, unsigned int recordCount, OH_UdsHtml* html) GetFirstHtml() argument
297 std::vector<std::shared_ptr<UnifiedRecord>> records = data->unifiedData_->GetRecords(); OH_UdmfData_GetPrimaryPlainText() local
312 std::vector<std::shared_ptr<UnifiedRecord>> records = data->unifiedData_->GetRecords(); OH_UdmfData_GetPrimaryHtml() local
327 std::vector<std::shared_ptr<UnifiedRecord>> records = data->unifiedData_->GetRecords(); OH_UdmfData_GetRecordCount() local
341 std::vector<std::shared_ptr<UnifiedRecord>> records = data->unifiedData_->GetRecords(); OH_UdmfData_GetRecord() local
[all...]
/foundation/distributeddatamgr/pasteboard/framework/innerkits/src/
H A Dpaste_data.cpp91 PasteData::PasteData(std::vector<std::shared_ptr<PasteDataRecord>> records) : records_{ std::move(records) } in PasteData() argument
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-ot-color-cbdt-table.hh575 hb_vector_t<IndexSubtableRecord> records; subset() local
[all...]
/base/telephony/core_service/test/unittest/core_service_gtest/
H A Dzero_branch_test_sim_ril.cpp569 std::vector<std::string> records; in HWTEST_F() local
697 std::vector<std::string> records; in HWTEST_F() local
1023 std::vector<std::string> records = { "460000", "01AABBCCDD" }; in HWTEST_F() local
H A Dzero_branch_test.cpp710 std::vector<std::string> records = { "46000", "46002", "46004", "46007", "46008" }; in HWTEST_F() local
752 std::vector<std::string> records = { "46000", "46002", "46004", "46007", "46008" }; in HWTEST_F() local
/base/telephony/core_service/services/sim/src/
H A Dsim_file.cpp514 void SimFile::ParsePnn(const std::vector<std::string> &records) in ParsePnn() argument
556 void SimFile::ParseOpl(const std::vector<std::string> &records) in ParseOpl() argument
587 void SimFile::ParseOpl5g(const std::vector<std::string> &records) in ParseOpl5g() argument
[all...]
/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_scan/
H A Dscan_state_machine_test.cpp1032 ScanStateMachine::FilterScanResultRecord records; in RecordFilteredScanResultTest() local
1042 ScanStateMachine::FilterScanResultRecord records; in GetScanInfoMsgTest() local
1048 ScanStateMachine::FilterScanResultRecord records; in GetFilteredScanResultMsgTest() local
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/
H A Dsqlite_single_ver_relational_storage_extend_executor.cpp405 int SQLiteSingleVerRelationalStorageExecutor::ExecuteSql(const SqlCondition &condition, std::vector<VBucket> &records) in ExecuteSql() argument
H A Dsqlite_relational_store.cpp1273 int SQLiteRelationalStore::ExecuteSql(const SqlCondition &condition, std::vector<VBucket> &records) in ExecuteSql() argument
1430 UpsertData(RecordStatus status, const std::string &tableName, const std::vector<VBucket> &records) UpsertData() argument
1444 CheckParamForUpsertData(RecordStatus status, const std::string &tableName, const std::vector<VBucket> &records) CheckParamForUpsertData() argument
1475 CheckSchemaForUpsertData(const std::string &tableName, const std::vector<VBucket> &records) CheckSchemaForUpsertData() argument
[all...]
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/common/
H A Ddistributeddb_tools_unit_test.cpp1465 GetRecordLog(sqlite3 *db, const std::string &tableName, std::vector<DistributedDB::VBucket> &records) GetRecordLog() argument
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/cloud/
H A Ddistributeddb_cloud_syncer_download_assets_test.cpp2408 std::vector<VBucket> records; in HWTEST_F() local
/foundation/distributeddatamgr/udmf/framework/ndkimpl/unittest/
H A Dudmf_test.cpp1927 OH_UdmfRecord** records = OH_UdmfData_GetRecords(udmfData, &recordCount); in HWTEST_F() local
1985 OH_UdmfRecord** records = OH_UdmfData_GetRecords(udmfData, &recordCount); in HWTEST_F() local
2049 OH_UdmfRecord** records in HWTEST_F() local
2102 OH_UdmfRecord** records = OH_UdmfData_GetRecords(udmfData, &recordCount); HWTEST_F() local
2155 OH_UdmfRecord** records = OH_UdmfData_GetRecords(udmfData, &recordCount); HWTEST_F() local
2208 OH_UdmfRecord** records = OH_UdmfData_GetRecords(udmfData, &recordCount); HWTEST_F() local
[all...]
/third_party/mesa3d/src/gallium/auxiliary/driver_ddebug/
H A Ddd_draw.c1109 struct list_head records; in dd_thread_main() local
[all...]
H A Ddd_pipe.h322 struct list_head records; /* oldest record first */ member
/third_party/mesa3d/src/gallium/drivers/asahi/
H A Dagx_state.c1092 unsigned records = DIV_ROUND_UP(push.length, halfs_per_record); in agx_build_pipeline() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/TableGen/
H A DRecord.h1456 explicit Record(Init *N, ArrayRef<SMLoc> locs, RecordKeeper &records, in Record() argument
1463 explicit Record(StringRef N, ArrayRef<SMLoc> locs, RecordKeeper &records, in Record() argument
/foundation/ability/ability_runtime/services/abilitymgr/src/scene_board/
H A Dui_ability_lifecycle_manager.cpp2007 std::vector<std::shared_ptr<AbilityRecord>> records; in GetAbilityRecordsByNameInner() local
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/relational/
H A Drelational_sync_able_storage.cpp1760 UpsertData(RecordStatus status, const std::string &tableName, const std::vector<VBucket> &records) UpsertData() argument
1777 UpsertDataInner(SQLiteSingleVerRelationalStorageExecutor *handle, const std::string &tableName, const std::vector<VBucket> &records) UpsertDataInner() argument
1805 UpsertDataInTransaction(SQLiteSingleVerRelationalStorageExecutor *handle, const std::string &tableName, const std::vector<VBucket> &records) UpsertDataInTransaction() argument
/foundation/distributeddatamgr/pasteboard/services/core/src/
H A Dpasteboard_service.cpp1784 std::shared_ptr<PasteDataRecord> records = data.GetRecordAt(counts); in GetDataSize() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/
H A DvktRayTracingPipelineFlagsTests.cpp488 auto records = m_testInstance.prepareShaderBindingTable(); in createHitShaderBindingTable() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
H A DRewriteStatepointsForGC.cpp1202 recomputeLiveInValues( Function &F, DominatorTree &DT, ArrayRef<CallBase *> toUpdate, MutableArrayRef<struct PartiallyConstructedSafepointRecord> records) recomputeLiveInValues() argument
1916 findLiveReferences( Function &F, DominatorTree &DT, ArrayRef<CallBase *> toUpdate, MutableArrayRef<struct PartiallyConstructedSafepointRecord> records) findLiveReferences() argument
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_tracing/
H A DvktRayTracingPipelineFlagsTests.cpp484 auto records = m_testInstance.prepareShaderBindingTable(); in createHitShaderBindingTable() local
/foundation/ability/ability_runtime/services/abilitymgr/src/mission/
H A Dmission_list_manager.cpp3513 std::vector<std::shared_ptr<AbilityRecord>> records; in GetAbilityRecordsByName() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/
H A Drich_editor_pattern.cpp9233 auto records = UdmfClient::GetInstance()->GetPlainTextRecords(data); in HandleOnDragDropStyledString() local

Completed in 101 milliseconds

123456