Home
last modified time | relevance | path

Searched refs:StrToUpper (Results 1 – 24 of 24) sorted by relevance

/ohos5.0/foundation/ability/idl_tool/idl_tool_2/codegen/HDI/c/
H A Dhdi_c_code_emitter.cpp176 std::string macro = StringHelper::StrToUpper(StringHelper::Replace(name, '.', '_')) + "_H"; in MacroName()
204 …return StringHelper::Format("%s_INTERFACE_DESC", StringHelper::StrToUpper(interface_->GetName()).c… in EmitDescMacroName()
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_toolkit/
H A Dlibwifi_toolkit.map56 "*StrToUpper*";
/ohos5.0/drivers/hdf_core/framework/tools/hdi-gen/util/
H A Dstring_helper.h43 static std::string StrToUpper(const std::string &value);
H A Dstring_helper.cpp144 std::string StringHelper::StrToUpper(const std::string &value) in StrToUpper() function in OHOS::HDI::StringHelper
/ohos5.0/foundation/ability/idl_tool/idl_tool_2/util/
H A Dstring_helper.h50 static std::string StrToUpper(const std::string &value);
H A Dstring_helper.cpp151 std::string StringHelper::StrToUpper(const std::string &value) in StrToUpper() function in OHOS::Idl::StringHelper
/ohos5.0/drivers/hdf_core/framework/tools/hdi-gen/codegen/
H A Dcpp_code_emitter.cpp127 name = StringHelper::StrToUpper(namespaceVec[i]); in EmitCppNameSpaceVec()
247 std::string macro = StringHelper::StrToUpper(StringHelper::Replace(name, '.', '_')) + "_H"; in MacroName()
H A Dc_code_emitter.cpp151 std::string macro = StringHelper::StrToUpper(StringHelper::Replace(name, '.', '_')) + "_H"; in MacroName()
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Dsqlite_utils.cpp62 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 Dsqlite_connection.cpp727 std::string currentMode = SqliteUtils::StrToUpper(static_cast<std::string>(object)); in SetJournalMode()
735 … if (SqliteUtils::StrToUpper(static_cast<std::string>(journalMode)) != config.GetJournalMode()) { in SetJournalMode()
823 std::string walSyncMode = SqliteUtils::StrToUpper(static_cast<std::string>(object)); in SetWalSyncMode()
H A Dsqlite_statement.cpp468 auto declType = SqliteUtils::StrToUpper(std::string(decl)); in GetColumnType()
H A Drdb_store_impl.cpp154 if (SqliteUtils::StrToUpper(columnName) == ROW_ID) { in GetModifyTime()
2050 sqlType = SqliteUtils::StrToUpper(sqlType); in CheckAttach()
2071 auto journalMode = SqliteUtils::StrToUpper((journal == nullptr) ? "" : *journal); in CheckAttach()
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/include/
H A Dsqlite_utils.h52 static std::string StrToUpper(std::string s);
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_toolkit/utils/
H A Dwifi_global_func.h359 void StrToUpper(std::string &str);
H A Dwifi_global_func.cpp462 void StrToUpper(std::string &str) in StrToUpper() function
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_common/wifi_country_code/
H A Dwifi_country_code_manager.cpp144 StrToUpper(wifiCountryCode); in UpdateWifiCountryCode()
H A Dwifi_country_code_policy.cpp187 StrToUpper(tempWifiCountryCode); in StatisticCountryCodeFromScanResult()
/ohos5.0/foundation/ability/idl_tool/idl_tool_2/codegen/
H A Dcode_emitter.cpp249 std::string macro = StringHelper::StrToUpper(StringHelper::Replace(name, '.', '_')) + "_H"; in MacroName()
/ohos5.0/foundation/ability/idl_tool/idl_tool_2/codegen/HDI/cpp/
H A Dhdi_cpp_code_emitter.cpp68 name = StringHelper::StrToUpper(namespaceVec[i]); in EmitCppNameSpaceVec()
/ohos5.0/drivers/hdf_core/framework/tools/hdi-gen/ast/
H A Dast_type.cpp327 ns = StringHelper::StrToUpper(namespaceVec[i]); in GetNameWithNamespace()
H A Dast_interface_type.cpp103 return StringHelper::Format("%s_INTERFACE_DESC", StringHelper::StrToUpper(name_).c_str()); in EmitDescMacroName()
/ohos5.0/foundation/ability/idl_tool/idl_tool_2/codegen/HDI/
H A Dhdi_code_emitter.cpp156 ns = StringHelper::StrToUpper(namespaceVec[i]); in GetNameWithNamespace()
/ohos5.0/foundation/ability/idl_tool/idl_tool_2/codegen/HDI/type/
H A Dhdi_interface_type_emitter.cpp71 return StringHelper::Format("%s_INTERFACE_DESC", StringHelper::StrToUpper(name_).c_str()); in EmitDescMacroName()
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_toolkit/unittest/
H A Dwifi_global_func_test.cpp297 StrToUpper(code);