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:convertor_
(Results
1 - 6
of
6
) sorted by relevance
/foundation/distributeddatamgr/kv_store/kvstoremock/frameworks/innerkitsimpl/kvdb/src/
H
A
D
single_store_impl.cpp
23
const Convertor &cvt) :
convertor_
(cvt), dbStore_(std::move(dbStore))
in SingleStoreImpl()
43
DBKey dbKey =
convertor_
.ToLocalDBKey(key);
in Put()
70
dbEntry.key =
convertor_
.ToLocalDBKey(entry.key);
in PutBatch()
95
DBKey dbKey =
convertor_
.ToLocalDBKey(key);
in Delete()
119
DBKey dbKey =
convertor_
.ToLocalDBKey(key);
in DeleteBatch()
201
DBKey dbKey =
convertor_
.ToWholeDBKey(key);
in Get()
235
DBKey dbPrefix =
convertor_
.GetPrefix(prefix);
in GetEntries()
253
DBQuery dbQuery =
convertor_
.GetDBQuery(query);
in GetEntries()
263
DBKey dbPrefix =
convertor_
.GetPrefix(prefix);
in GetResultSet()
281
DBQuery dbQuery =
convertor_
in GetResultSet()
[all...]
/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/src/
H
A
D
single_store_impl.cpp
38
:
convertor_
(cvt), dbStore_(std::move(dbStore))
in SingleStoreImpl()
96
DBKey dbKey =
convertor_
.ToLocalDBKey(key);
in Put()
126
dbEntry.key =
convertor_
.ToLocalDBKey(entry.key);
in PutBatch()
155
DBKey dbKey =
convertor_
.ToLocalDBKey(key);
in Delete()
182
DBKey dbKey =
convertor_
.ToLocalDBKey(key);
in DeleteBatch()
349
DBKey dbKey =
convertor_
.ToWholeDBKey(key);
in Get()
404
DBKey dbPrefix =
convertor_
.GetPrefix(prefix);
in GetEntries()
423
DBQuery dbQuery =
convertor_
.GetDBQuery(query);
in GetEntries()
434
DBKey dbPrefix =
convertor_
.GetPrefix(prefix);
in GetResultSet()
477
entry.key =
convertor_
in GetDeviceEntries()
[all...]
/foundation/communication/netmanager_base/utils/napi_utils/include/
H
A
D
base_context.h
89
NetBaseErrorCodeConvertor
convertor_
;
member in OHOS::NetManagerStandard::BaseContext
/foundation/communication/netmanager_base/utils/napi_utils/src/
H
A
D
base_context.cpp
53
errorMessage_ =
convertor_
.ConvertErrorCode(errorCode_);
in SetErrorCode()
/foundation/distributeddatamgr/kv_store/kvstoremock/frameworks/innerkitsimpl/kvdb/include/
H
A
D
single_store_impl.h
93
const Convertor &
convertor_
;
member in OHOS::DistributedKv::SingleStoreImpl
/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/include/
H
A
D
single_store_impl.h
142
const Convertor &
convertor_
;
member in OHOS::DistributedKv::SingleStoreImpl
Completed in 5 milliseconds