Home
last modified time | relevance | path

Searched refs:StrToUpper (Results 1 - 17 of 17) sorted by relevance

/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_str()); in EmitDescMacroName()
/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
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/include/
H A Dsqlite_utils.h52 static std::string StrToUpper(std::string s);
/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.cpp718 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 Drdb_store_impl.cpp153 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 Dsqlite_statement.cpp480 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 Dwifi_country_code_manager.cpp144 StrToUpper(wifiCountryCode); in UpdateWifiCountryCode()
H A Dwifi_country_code_policy.cpp187 StrToUpper(tempWifiCountryCode); in StatisticCountryCodeFromScanResult()
/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
/foundation/ability/idl_tool/idl_tool_2/codegen/
H A Dcode_emitter.cpp249 std::string macro = StringHelper::StrToUpper(StringHelper::Replace(name, '.', '_')) + "_H"; in MacroName()
/foundation/ability/idl_tool/idl_tool_2/codegen/HDI/cpp/
H A Dhdi_cpp_code_emitter.cpp68 name = StringHelper::StrToUpper(namespaceVec[i]); in EmitCppNameSpaceVec()
/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()
/foundation/ability/idl_tool/idl_tool_2/codegen/HDI/
H A Dhdi_code_emitter.cpp156 ns = StringHelper::StrToUpper(namespaceVec[i]); in GetNameWithNamespace()
/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_toolkit/unittest/
H A Dwifi_global_func_test.cpp298 StrToUpper(code); in HWTEST_F()

Completed in 15 milliseconds