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:createIndexStr
(Results
1 - 4
of
4
) sorted by relevance
/base/telephony/telephony_data/global_params/src/
H
A
D
rdb_global_params_helper.cpp
74
void RdbGlobalParamsHelper::CreateNumMatchIndexStr(std::string &
createIndexStr
)
in CreateNumMatchIndexStr()
argument
77
createIndexStr
.append("CREATE INDEX IF NOT EXISTS [").append(NUMERIC_INDEX).append("]");
in CreateNumMatchIndexStr()
78
createIndexStr
.append("ON [").append(TABLE_NUMBER_MATCH).append("]");
in CreateNumMatchIndexStr()
79
createIndexStr
.append("([").append(NumMatchData::MCCMNC).append("])");
in CreateNumMatchIndexStr()
80
DATA_STORAGE_LOGD("RdbGlobalParamsHelper::CreateNumMatchIndexStr end: %s",
createIndexStr
.c_str());
in CreateNumMatchIndexStr()
/base/telephony/telephony_data/opkey/src/
H
A
D
rdb_opkey_helper.cpp
75
void RdbOpKeyHelper::CreateOpKeyInfoIndexStr(std::string &
createIndexStr
)
in CreateOpKeyInfoIndexStr()
argument
77
createIndexStr
.append("CREATE INDEX IF NOT EXISTS [").append(MCCMNC_INDEX).append("]");
in CreateOpKeyInfoIndexStr()
78
createIndexStr
.append("ON [").append(TABLE_OPKEY_INFO).append("]");
in CreateOpKeyInfoIndexStr()
79
createIndexStr
.append("([").append(OpKeyData::MCCMNC).append("])");
in CreateOpKeyInfoIndexStr()
/base/telephony/telephony_data/opkey/include/
H
A
D
rdb_opkey_helper.h
62
* @param
createIndexStr
Create index statement
64
void CreateOpKeyInfoIndexStr(std::string &
createIndexStr
);
/base/telephony/telephony_data/global_params/include/
H
A
D
rdb_global_params_helper.h
57
* @param
createIndexStr
Create index statement
59
void CreateNumMatchIndexStr(std::string &
createIndexStr
);
Completed in 1 milliseconds