/ohos5.0/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… in EmitDescMacroName()
|
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_toolkit/ |
H A D | libwifi_toolkit.map | 56 "*StrToUpper*";
|
/ohos5.0/drivers/hdf_core/framework/tools/hdi-gen/util/ |
H A D | string_helper.h | 43 static std::string StrToUpper(const std::string &value);
|
H A D | string_helper.cpp | 144 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 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
|
/ohos5.0/drivers/hdf_core/framework/tools/hdi-gen/codegen/ |
H A D | cpp_code_emitter.cpp | 127 name = StringHelper::StrToUpper(namespaceVec[i]); in EmitCppNameSpaceVec() 247 std::string macro = StringHelper::StrToUpper(StringHelper::Replace(name, '.', '_')) + "_H"; in MacroName()
|
H A D | c_code_emitter.cpp | 151 std::string macro = StringHelper::StrToUpper(StringHelper::Replace(name, '.', '_')) + "_H"; in MacroName()
|
/ohos5.0/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 | 727 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 D | sqlite_statement.cpp | 468 auto declType = SqliteUtils::StrToUpper(std::string(decl)); in GetColumnType()
|
H A D | rdb_store_impl.cpp | 154 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 D | sqlite_utils.h | 52 static std::string StrToUpper(std::string s);
|
/ohos5.0/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
|
/ohos5.0/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()
|
/ohos5.0/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()
|
/ohos5.0/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()
|
/ohos5.0/drivers/hdf_core/framework/tools/hdi-gen/ast/ |
H A D | ast_type.cpp | 327 ns = StringHelper::StrToUpper(namespaceVec[i]); in GetNameWithNamespace()
|
H A D | ast_interface_type.cpp | 103 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 D | hdi_code_emitter.cpp | 156 ns = StringHelper::StrToUpper(namespaceVec[i]); in GetNameWithNamespace()
|
/ohos5.0/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()
|
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_toolkit/unittest/ |
H A D | wifi_global_func_test.cpp | 297 StrToUpper(code);
|