Home
last modified time | relevance | path

Searched refs:ToLower (Results 1 – 25 of 46) sorted by relevance

12

/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_backup_extension/src/restore/
H A Dphotos_restore.cpp60 …if (fileInfo.lPath.empty() || this->ToLower(fileInfo.lPath) == this->ToLower(GALLERT_HIDDEN_ALBUM)… in FindAlbumInfo()
66 this->ToLower(lPath).c_str(), in FindAlbumInfo()
71 if (this->ToLower(lPath) == this->ToLower(AlbumPlugin::LPATH_SCREEN_SHOTS) && in FindAlbumInfo()
275 return this->ToLower(displayName.substr(dotPos + 1)); // without dot, e.g. "jpg" in GetSuffix()
H A Dphoto_album_dao.cpp30 std::string StringUtils::ToLower(const std::string &str) in ToLower() function in OHOS::Media::StringUtils
70 if (this->photoAlbumCache_.Find(StringUtils::ToLower(lPath), albumDataInCache)) { in FindUniqueAlbumName()
136 if (this->photoAlbumCache_.Find(StringUtils::ToLower(lPath), albumRowData)) { in GetPhotoAlbum()
142 StringUtils::ToLower(lPath).c_str()); in GetPhotoAlbum()
164 this->photoAlbumCache_.Insert(StringUtils::ToLower(lPath), albumRowData); in GetPhotoAlbum()
168 StringUtils::ToLower(albumRowData.lPath).c_str()); in GetPhotoAlbum()
283 this->photoAlbumCache_.Insert(StringUtils::ToLower(album.lPath), album); in LoadPhotoAlbums()
H A Dphotos_clone.cpp36 std::string PhotosClone::ToLower(const std::string &str) in ToLower() function in OHOS::Media::PhotosClone
124 this->ToLower(lPath).c_str(), in FindAlbumInfo()
128 if (this->ToLower(lPath) == this->ToLower(AlbumPlugin::LPATH_SCREEN_SHOTS) && in FindAlbumInfo()
/ohos5.0/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()
H A Dnet_http_cache_proxy.cpp42 CommonUtils::ToLower(requestOptions.GetMethod()) + HTTP_LINE_SEPARATOR; in CacheProxy()
/ohos5.0/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()
/ohos5.0/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()
/ohos5.0/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… in FetchRequest()
H A Dfetch_response.cpp53 header_[CommonUtils::ToLower(CommonUtils::Strip(header.substr(0, index)))] = in ParseHeaders()
/ohos5.0/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()
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_backup_extension/include/restore/
H A Dphotos_dao.h60 std::string ToLower(const std::string &str);
H A Dphoto_album_dao.h184 static std::string ToLower(const std::string &str);
H A Dphotos_clone.h101 std::string ToLower(const std::string &str);
H A Dphotos_restore.h95 std::string ToLower(const std::string &str) in ToLower() function
/ohos5.0/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()
/ohos5.0/foundation/communication/netstack/frameworks/native/http/http_client/
H A Dhttp_client_response.cpp62 headers_[CommonUtils::ToLower(CommonUtils::Strip(header.substr(0, index)))] = in ParseHeaders()
H A Dhttp_client_request.cpp50 headers_[CommonUtils::ToLower(key)] = val; in SetHeader()
/ohos5.0/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()
H A Dhttp_cache_response.cpp61 std::string key = CommonUtils::ToLower(iterCacheResponse.first); in ParseCacheResponseHeader()
/ohos5.0/foundation/communication/netstack/utils/common_utils/include/
H A Dnetstack_common_utils.h44 std::string ToLower(const std::string &s);
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/http/cache/cache_proxy/src/
H A Dcache_proxy.cpp46 … CommonUtils::ToLower(requestOptions.GetMethod()) + HttpConstant::HTTP_LINE_SEPARATOR; in CacheProxy()
/ohos5.0/base/print/print_fwk/frameworks/models/print_models/include/
H A Dprint_utils.h39 static std::string ToLower(const std::string &s);
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_backup_extension/src/
H A Dothers_clone_restore.cpp581 static std::string ToLower(const std::string &str) in ToLower() function
597 if (ToLower(fileInfo.lPath) == ToLower(AlbumPlugin::LPATH_SCREEN_SHOTS) && in FindAlbumInfo()
/ohos5.0/foundation/communication/netmanager_base/utils/common_utils/include/
H A Dnetmanager_base_common_utils.h51 std::string ToLower(const std::string &s);

12