/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_backup_extension/src/restore/ |
H A D | photos_restore.cpp | 60 …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 D | photo_album_dao.cpp | 30 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 D | photos_clone.cpp | 36 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 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()
|
H A D | net_http_cache_proxy.cpp | 42 CommonUtils::ToLower(requestOptions.GetMethod()) + HTTP_LINE_SEPARATOR; in CacheProxy()
|
/ohos5.0/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()
|
/ohos5.0/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()
|
/ohos5.0/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… in FetchRequest()
|
H A D | fetch_response.cpp | 53 header_[CommonUtils::ToLower(CommonUtils::Strip(header.substr(0, index)))] = in ParseHeaders()
|
/ohos5.0/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()
|
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_backup_extension/include/restore/ |
H A D | photos_dao.h | 60 std::string ToLower(const std::string &str);
|
H A D | photo_album_dao.h | 184 static std::string ToLower(const std::string &str);
|
H A D | photos_clone.h | 101 std::string ToLower(const std::string &str);
|
H A D | photos_restore.h | 95 std::string ToLower(const std::string &str) in ToLower() function
|
/ohos5.0/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()
|
/ohos5.0/foundation/communication/netstack/frameworks/native/http/http_client/ |
H A D | http_client_response.cpp | 62 headers_[CommonUtils::ToLower(CommonUtils::Strip(header.substr(0, index)))] = in ParseHeaders()
|
H A D | http_client_request.cpp | 50 headers_[CommonUtils::ToLower(key)] = val; in SetHeader()
|
/ohos5.0/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()
|
H A D | http_cache_response.cpp | 61 std::string key = CommonUtils::ToLower(iterCacheResponse.first); in ParseCacheResponseHeader()
|
/ohos5.0/foundation/communication/netstack/utils/common_utils/include/ |
H A D | netstack_common_utils.h | 44 std::string ToLower(const std::string &s);
|
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/http/cache/cache_proxy/src/ |
H A D | cache_proxy.cpp | 46 … CommonUtils::ToLower(requestOptions.GetMethod()) + HttpConstant::HTTP_LINE_SEPARATOR; in CacheProxy()
|
/ohos5.0/base/print/print_fwk/frameworks/models/print_models/include/ |
H A D | print_utils.h | 39 static std::string ToLower(const std::string &s);
|
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_backup_extension/src/ |
H A D | others_clone_restore.cpp | 581 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 D | netmanager_base_common_utils.h | 51 std::string ToLower(const std::string &s);
|