Home
last modified time | relevance | path

Searched refs:record_ (Results 1 - 9 of 9) sorted by relevance

/foundation/distributeddatamgr/relational_store/frameworks/js/napi/relationalstore/src/
H A Dnapi_async_call.cpp30 thread_local AsyncCall::Record AsyncCall::record_; member in OHOS::RelationalStoreJsKit::AsyncCall
127 record_.total_.times_++; in Call()
128 record_.total_.lastTime_ = std::chrono::duration_cast<std::chrono::milliseconds>( in Call()
130 context->executed_ = record_.executed_; in Call()
156 auto report = (record_.total_.times_.load() - record_.completed_.times_.load()) / EXCEPT_DELTA; in Async()
157 if (report > record_.reportTimes_ && record_.executed_ != nullptr) { in Async()
160 record_.total_.times_.load(), record_ in Async()
[all...]
/foundation/distributeddatamgr/udmf/framework/ndkimpl/data/
H A Dudmf.cpp125 result[i]->record_ = records[i]; in CreateUnifiedDataRecordsArray()
140 return record != nullptr && record->record_ != nullptr && in IsUnifiedRecordValid()
186 unifiedData->unifiedData_->AddRecord(record->record_); in OH_UdmfData_AddRecord()
225 auto types = record->record_->GetUtdIds(); in OH_UdmfRecord_GetTypes()
259 if (type == nullptr || !records[i]->record_->HasType(type)) { in GetFirstPlainText()
278 if (type == nullptr || !records[i]->record_->HasType(type)) { in GetFirstHtml()
412 record->record_ = std::make_shared<UnifiedRecord>(); in OH_UdmfRecord_Create()
441 if (record->record_->GetType() == UD_BUTT) { in OH_UdmfRecord_AddGeneralEntry()
442 record->record_ = std::make_shared<ApplicationDefinedRecord>(APPLICATION_DEFINED_RECORD, obj); in OH_UdmfRecord_AddGeneralEntry()
443 record->record_ in OH_UdmfRecord_AddGeneralEntry()
[all...]
H A Dudmf_capi_common.h93 std::shared_ptr<OHOS::UDMF::UnifiedRecord> record_; member
/foundation/distributeddatamgr/pasteboard/framework/innerkits/src/
H A Dpaste_data_record.cpp35 record_->mimeType_ = std::move(mimeType); in SetMimeType()
61 record_->htmlText_ = std::move(htmlText); in SetHtmlText()
67 record_->want_ = std::move(want); in SetWant()
73 record_->plainText_ = std::move(plainText); in SetPlainText()
78 record_->uri_ = std::move(uri); in SetUri()
84 record_->pixelMap_ = std::move(pixelMap); in SetPixelMap()
90 record_->customData_ = std::move(customData); in SetCustomData()
96 return record_; in Build()
101 record_ = std::make_shared<PasteDataRecord>(); in Builder()
102 if (record_ ! in Builder()
[all...]
/foundation/distributeddatamgr/relational_store/frameworks/js/napi/relationalstore/include/
H A Dnapi_async_call.h106 static thread_local Record record_; member in OHOS::RelationalStoreJsKit::final
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/cloud/
H A Dcloud_db_proxy.h131 std::vector<VBucket> record_; member in DistributedDB::CloudDBProxy::CloudActionContext
H A Dcloud_db_proxy.cpp503 record_ = std::move(record); in MoveInRecordAndExtend()
517 record = std::move(record_); in MoveOutRecordAndExtend()
/foundation/distributeddatamgr/pasteboard/framework/innerkits/include/
H A Dpaste_data_record.h139 std::shared_ptr<PasteDataRecord> record_ = nullptr; member in OHOS::MiscServices::PasteDataRecord::Builder
/foundation/distributeddatamgr/udmf/framework/ndkimpl/unittest/
H A Dudmf_test.cpp608 EXPECT_NE(record->record_, nullptr); in HWTEST_F()

Completed in 12 milliseconds