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:Concatenate
(Results
1 - 6
of
6
) sorted by relevance
/foundation/distributeddatamgr/kv_store/kvstoremock/distributeddb/distributeddataservice/adapter/autils/
H
A
D
constant.cpp
89
std::string str = Constant::
Concatenate
({ KvStoreMetaRow::KEY_PREFIX, Constant::KEY_SEPARATOR, key });
in GetKeyFor()
95
std::string str = Constant::
Concatenate
({ SecretMetaRow::KEY_PREFIX, Constant::KEY_SEPARATOR, key});
in GetKeyFor()
99
std::string Constant::
Concatenate
(std::initializer_list<std::string> stringList)
in Concatenate()
function in OHOS::DistributedKv::Constant
H
A
D
constant.h
53
KVSTORE_API static std::string
Concatenate
(std::initializer_list<std::string> stringList);
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/metadata/
H
A
D
capability_meta_data.cpp
39
std::string str = Constant::
Concatenate
({ KEY_PREFIX, Constant::KEY_SEPARATOR, key });
in GetKeyFor()
H
A
D
user_meta_data.cpp
60
std::string str = Constant::
Concatenate
({ KEY_PREFIX, Constant::KEY_SEPARATOR, key });
in GetKeyFor()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/utils/
H
A
D
constant.cpp
24
std::string Constant::
Concatenate
(std::initializer_list<std::string> stringList)
in Concatenate()
function in OHOS::DistributedData::Constant
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/include/utils/
H
A
D
constant.h
34
API_EXPORT static std::string
Concatenate
(std::initializer_list<std::string> stringList);
Completed in 2 milliseconds