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:StrToUpper
(Results
1 - 17
of
17
) sorted by relevance
/foundation/ability/idl_tool/idl_tool_2/codegen/HDI/c/
H
A
D
hdi_c_code_emitter.cpp
176
std::string macro = StringHelper::
StrToUpper
(StringHelper::Replace(name, '.', '_')) + "_H";
in MacroName()
204
return StringHelper::Format("%s_INTERFACE_DESC", StringHelper::
StrToUpper
(interface_->GetName()).c_str());
in EmitDescMacroName()
/foundation/ability/idl_tool/idl_tool_2/util/
H
A
D
string_helper.h
50
static std::string
StrToUpper
(const std::string &value);
H
A
D
string_helper.cpp
151
std::string StringHelper::
StrToUpper
(const std::string &value)
in StrToUpper()
function in OHOS::Idl::StringHelper
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/include/
H
A
D
sqlite_utils.h
52
static std::string
StrToUpper
(std::string s);
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H
A
D
sqlite_utils.cpp
62
std::string prefixSql =
StrToUpper
(sql.substr(pos, 3));
in GetSqlStatementType()
74
std::string SqliteUtils::
StrToUpper
(std::string s)
in StrToUpper()
function in OHOS::NativeRdb::SqliteUtils
H
A
D
sqlite_connection.cpp
718
std::string currentMode = SqliteUtils::
StrToUpper
(static_cast<std::string>(object));
in SetJournalMode()
726
if (SqliteUtils::
StrToUpper
(static_cast<std::string>(journalMode)) != config.GetJournalMode()) {
in SetJournalMode()
814
std::string walSyncMode = SqliteUtils::
StrToUpper
(static_cast<std::string>(object));
in SetWalSyncMode()
H
A
D
rdb_store_impl.cpp
153
if (SqliteUtils::
StrToUpper
(columnName) == ROW_ID) {
in GetModifyTime()
2031
sqlType = SqliteUtils::
StrToUpper
(sqlType);
in CheckAttach()
2052
auto journalMode = SqliteUtils::
StrToUpper
((journal == nullptr) ? "" : *journal);
in CheckAttach()
H
A
D
sqlite_statement.cpp
480
auto declType = SqliteUtils::
StrToUpper
(std::string(decl));
in GetColumnType()
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_common/wifi_country_code/
H
A
D
wifi_country_code_manager.cpp
144
StrToUpper
(wifiCountryCode);
in UpdateWifiCountryCode()
H
A
D
wifi_country_code_policy.cpp
187
StrToUpper
(tempWifiCountryCode);
in StatisticCountryCodeFromScanResult()
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_toolkit/utils/
H
A
D
wifi_global_func.h
359
void
StrToUpper
(std::string &str);
H
A
D
wifi_global_func.cpp
462
void
StrToUpper
(std::string &str)
in StrToUpper()
function
/foundation/ability/idl_tool/idl_tool_2/codegen/
H
A
D
code_emitter.cpp
249
std::string macro = StringHelper::
StrToUpper
(StringHelper::Replace(name, '.', '_')) + "_H";
in MacroName()
/foundation/ability/idl_tool/idl_tool_2/codegen/HDI/cpp/
H
A
D
hdi_cpp_code_emitter.cpp
68
name = StringHelper::
StrToUpper
(namespaceVec[i]);
in EmitCppNameSpaceVec()
/foundation/ability/idl_tool/idl_tool_2/codegen/HDI/type/
H
A
D
hdi_interface_type_emitter.cpp
71
return StringHelper::Format("%s_INTERFACE_DESC", StringHelper::
StrToUpper
(name_).c_str());
in EmitDescMacroName()
/foundation/ability/idl_tool/idl_tool_2/codegen/HDI/
H
A
D
hdi_code_emitter.cpp
156
ns = StringHelper::
StrToUpper
(namespaceVec[i]);
in GetNameWithNamespace()
/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_toolkit/unittest/
H
A
D
wifi_global_func_test.cpp
298
StrToUpper
(code);
in HWTEST_F()
Completed in 15 milliseconds