/foundation/multimedia/media_library/frameworks/services/media_backup_extension/src/restore/ |
H A D | photo_album_dao.cpp | 28 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 D | photos_restore.cpp | 125 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 D | photos_clone.cpp | 36 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 D | net_http_response.cpp | 52 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 D | net_http_cache_entity.cpp | 57 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 D | http_response.cpp | 52 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 D | fetch_request.cpp | 24 header_[CommonUtils::ToLower(FetchConstant::HTTP_CONTENT_TYPE)] = FetchConstant::HTTP_CONTENT_TYPE_JSON; // default in FetchRequest()
|
H A D | fetch_response.cpp | 53 header_[CommonUtils::ToLower(CommonUtils::Strip(header.substr(0, index)))] = in ParseHeaders()
|
/foundation/CastEngine/castengine_cast_plus_stream/src/rtsp/src/ |
H A D | rtsp_parse.cpp | 79 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 D | rtsp_parse.cpp | 79 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 D | type_finder.cpp | 64 void ToLower(std::string& str) in ToLower() function 99 ToLower(uri); in IsSniffNeeded()
|
/foundation/multimedia/media_foundation/engine/pipeline/filters/demux/ |
H A D | type_finder.cpp | 56 void ToLower(std::string& str) in ToLower() function 88 ToLower(uri); in IsSniffNeeded()
|
/foundation/CastEngine/castengine_cast_plus_stream/src/utils/include/ |
H A D | utils.h | 61 static std::string &ToLower(std::string &str);
|
/foundation/CastEngine/castengine_cast_framework/service/src/session/src/utils/include/ |
H A D | utils.h | 61 static std::string &ToLower(std::string &str);
|
/foundation/multimedia/media_library/frameworks/services/media_backup_extension/include/restore/ |
H A D | photos_restore.h | 71 std::string ToLower(const std::string &str)
in ToLower() function in OHOS::Media::PhotosRestore
|
H A D | photos_clone.h | 77 std::string ToLower(const std::string &str);
|
H A D | photo_album_dao.h | 167 static std::string ToLower(const std::string &str);
|
/foundation/communication/netstack/utils/common_utils/include/ |
H A D | netstack_common_utils.h | 45 std::string ToLower(const std::string &s);
|
/foundation/communication/netstack/frameworks/native/http/http_client/ |
H A D | http_client_request.cpp | 50 headers_[CommonUtils::ToLower(key)] = val; in SetHeader()
|
H A D | http_client_response.cpp | 62 headers_[CommonUtils::ToLower(CommonUtils::Strip(header.substr(0, index)))] = in ParseHeaders()
|
/foundation/communication/netstack/frameworks/js/napi/http/cache/cache_strategy/src/ |
H A D | http_cache_request.cpp | 57 std::string key = CommonUtils::ToLower(iterRequest.first); in ParseRequestHeader()
|
/foundation/communication/netstack/frameworks/js/napi/fetch/async_context/src/ |
H A D | fetch_context.cpp | 97 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 D | utils.cpp | 77 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 D | utils.cpp | 77 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 D | netmanager_base_common_utils.h | 51 std::string ToLower(const std::string &s);
|