Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:record_
(Results
1 - 9
of
9
) sorted by relevance
/foundation/distributeddatamgr/relational_store/frameworks/js/napi/relationalstore/src/
H
A
D
napi_async_call.cpp
30
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
D
udmf.cpp
125
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
D
udmf_capi_common.h
93
std::shared_ptr<OHOS::UDMF::UnifiedRecord>
record_
;
member
/foundation/distributeddatamgr/pasteboard/framework/innerkits/src/
H
A
D
paste_data_record.cpp
35
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
D
napi_async_call.h
106
static thread_local Record
record_
;
member in OHOS::RelationalStoreJsKit::final
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/cloud/
H
A
D
cloud_db_proxy.h
131
std::vector<VBucket>
record_
;
member in DistributedDB::CloudDBProxy::CloudActionContext
H
A
D
cloud_db_proxy.cpp
503
record_
= std::move(record);
in MoveInRecordAndExtend()
517
record = std::move(
record_
);
in MoveOutRecordAndExtend()
/foundation/distributeddatamgr/pasteboard/framework/innerkits/include/
H
A
D
paste_data_record.h
139
std::shared_ptr<PasteDataRecord>
record_
= nullptr;
member in OHOS::MiscServices::PasteDataRecord::Builder
/foundation/distributeddatamgr/udmf/framework/ndkimpl/unittest/
H
A
D
udmf_test.cpp
608
EXPECT_NE(record->
record_
, nullptr);
in HWTEST_F()
Completed in 12 milliseconds