Home
last modified time | relevance | path

Searched refs:ToLower (Results 1 - 25 of 42) sorted by relevance

12

/foundation/multimedia/media_library/frameworks/services/media_backup_extension/src/restore/
H A Dphoto_album_dao.cpp28 std::string StringUtils::ToLower(const std::string &str) in ToLower() function in OHOS::Media::StringUtils
67 if (this->photoAlbumCache_.count(StringUtils::ToLower(lPath)) > 0) { in FindUniqueAlbumName()
68 PhotoAlbumDao::PhotoAlbumRowData albumDataInCache = this->photoAlbumCache_[StringUtils::ToLower(lPath)]; in FindUniqueAlbumName()
132 if (this->photoAlbumCache_.count(StringUtils::ToLower(lPath)) > 0) { in GetPhotoAlbum()
133 return this->photoAlbumCache_[StringUtils::ToLower(lPath)]; in GetPhotoAlbum()
138 StringUtils::ToLower(lPath).c_str()); in GetPhotoAlbum()
161 this->photoAlbumCache_[StringUtils::ToLower(lPath)] = albumRowData; in GetPhotoAlbum()
H A Dphotos_restore.cpp125 this->ToLower(lPathForScreenshot).c_str(), in FindAlbumInfo()
128 if (this->ToLower(lPathForScreenshot) == this->ToLower(AlbumPlugin::LPATH_SCREEN_SHOTS) && in FindAlbumInfo()
141 if (fileInfo.lPath.empty() || this->ToLower(fileInfo.lPath) == this->ToLower(GALLERT_HIDDEN_ALBUM)) { in FindAlbumInfo()
H A Dphotos_clone.cpp36 std::string PhotosClone::ToLower(const std::string &str) in ToLower() function in OHOS::Media::PhotosClone
115 if (this->ToLower(fileInfo.lPath) == this->ToLower(AlbumPlugin::LPATH_SCREEN_SHOTS) && in FindAlbumInfo()
/foundation/communication/netstack/frameworks/cj/http/src/
H A Dnet_http_response.cpp52 if (CommonUtils::ToLower(CommonUtils::Strip(header.substr(0, index))) == in ParseHeaders()
57 header_[CommonUtils::ToLower(CommonUtils::Strip(header.substr(0, index)))] = in ParseHeaders()
H A Dnet_http_cache_entity.cpp57 std::string key = CommonUtils::ToLower(iterRequest.first); in ParseRequestHeader()
185 std::string key = CommonUtils::ToLower(iterCacheResponse.first); in ParseCacheResponseHeader()
/foundation/communication/netstack/frameworks/js/napi/http/options/src/
H A Dhttp_response.cpp52 if (CommonUtils::ToLower(CommonUtils::Strip(header.substr(0, index))) == in ParseHeaders()
57 header_[CommonUtils::ToLower(CommonUtils::Strip(header.substr(0, index)))] = in ParseHeaders()
/foundation/communication/netstack/frameworks/js/napi/fetch/options/src/
H A Dfetch_request.cpp24 header_[CommonUtils::ToLower(FetchConstant::HTTP_CONTENT_TYPE)] = FetchConstant::HTTP_CONTENT_TYPE_JSON; // default in FetchRequest()
H A Dfetch_response.cpp53 header_[CommonUtils::ToLower(CommonUtils::Strip(header.substr(0, index)))] = in ParseHeaders()
/foundation/CastEngine/castengine_cast_plus_stream/src/rtsp/src/
H A Drtsp_parse.cpp79 CLOGD("Parse msg headers_ %{public}s %{public}s", Utils::Trim(Utils::ToLower(subStrL)).c_str(), in ParseMsg()
81 msg.headers_.insert(std::make_pair(Utils::Trim(Utils::ToLower(subStrL)), Utils::Trim(subStrR))); in ParseMsg()
/foundation/CastEngine/castengine_cast_framework/service/src/session/src/rtsp/src/
H A Drtsp_parse.cpp79 CLOGD("Parse msg headers_ %{public}s %{public}s", Utils::Trim(Utils::ToLower(subStrL)).c_str(), in ParseMsg()
81 msg.headers_.insert(std::make_pair(Utils::Trim(Utils::ToLower(subStrL)), Utils::Trim(subStrR))); in ParseMsg()
/foundation/multimedia/av_codec/services/media_engine/modules/demuxer/
H A Dtype_finder.cpp64 void ToLower(std::string& str) in ToLower() function
99 ToLower(uri); in IsSniffNeeded()
/foundation/multimedia/media_foundation/engine/pipeline/filters/demux/
H A Dtype_finder.cpp56 void ToLower(std::string& str) in ToLower() function
88 ToLower(uri); in IsSniffNeeded()
/foundation/CastEngine/castengine_cast_plus_stream/src/utils/include/
H A Dutils.h61 static std::string &ToLower(std::string &str);
/foundation/CastEngine/castengine_cast_framework/service/src/session/src/utils/include/
H A Dutils.h61 static std::string &ToLower(std::string &str);
/foundation/multimedia/media_library/frameworks/services/media_backup_extension/include/restore/
H A Dphotos_restore.h71 std::string ToLower(const std::string &str) in ToLower() function in OHOS::Media::PhotosRestore
H A Dphotos_clone.h77 std::string ToLower(const std::string &str);
H A Dphoto_album_dao.h167 static std::string ToLower(const std::string &str);
/foundation/communication/netstack/utils/common_utils/include/
H A Dnetstack_common_utils.h45 std::string ToLower(const std::string &s);
/foundation/communication/netstack/frameworks/native/http/http_client/
H A Dhttp_client_request.cpp50 headers_[CommonUtils::ToLower(key)] = val; in SetHeader()
H A Dhttp_client_response.cpp62 headers_[CommonUtils::ToLower(CommonUtils::Strip(header.substr(0, index)))] = in ParseHeaders()
/foundation/communication/netstack/frameworks/js/napi/http/cache/cache_strategy/src/
H A Dhttp_cache_request.cpp57 std::string key = CommonUtils::ToLower(iterRequest.first); in ParseRequestHeader()
/foundation/communication/netstack/frameworks/js/napi/fetch/async_context/src/
H A Dfetch_context.cpp97 request.SetHeader(CommonUtils::ToLower(name), value); in ParseHeader()
183 request.SetHeader(CommonUtils::ToLower(FetchConstant::HTTP_CONTENT_TYPE), in GetUrlParam()
/foundation/CastEngine/castengine_cast_plus_stream/src/utils/src/
H A Dutils.cpp77 std::string &Utils::ToLower(std::string &str) in ToLower() function in OHOS::CastEngine::CastEngineService::Utils
/foundation/CastEngine/castengine_cast_framework/service/src/session/src/utils/src/
H A Dutils.cpp77 std::string &Utils::ToLower(std::string &str) in ToLower() function in OHOS::CastEngine::CastEngineService::Utils
/foundation/communication/netmanager_base/utils/common_utils/include/
H A Dnetmanager_base_common_utils.h51 std::string ToLower(const std::string &s);

Completed in 11 milliseconds

12