Home
last modified time | relevance | path

Searched refs:GetExtension (Results 1 – 25 of 26) sorted by relevance

12

/ohos5.0/foundation/multimedia/player_framework/services/services/recorder/server/
H A Dmedia_library_adapter.cpp41 return GetTitle() + '.' + GetExtension(); in GetDisplayName()
49 std::string GetExtension() override in GetExtension() function in OHOS::Media::MeidaLibraryAdapter::RecorderPhotoProxy
/ohos5.0/base/theme/wallpaper_mgr/utils/include/
H A Dfile_deal.h34 static std::string GetExtension(const std::string &filePath);
/ohos5.0/foundation/multimedia/media_library/interfaces/inner_api/media_library_helper/include/
H A Dphoto_proxy.h47 virtual std::string GetExtension() = 0; // 图片后缀,例如:jpg/png
/ohos5.0/docs/zh-cn/release-notes/api-diff/v2.2-beta2/
H A Dnative-apidiff-v2.2-beta2.md8 | global_i18n_lite | const char LocaleInfo ::*GetExtension(const …
/ohos5.0/foundation/multimedia/camera_framework/interfaces/inner_api/native/camera/include/output/
H A Ddeferred_photo_proxy.h42 std::string GetExtension() override;
/ohos5.0/docs/en/release-notes/api-diff/v2.2-beta2/
H A Dnative-apidiff-v2.2-beta2.md8 | global_i18n_lite | const char LocaleInfo ::*GetExtension(const …
/ohos5.0/base/global/i18n_lite/interfaces/kits/i18n/include/
H A Dlocale_info.h191 const char *GetExtension(const char *key);
/ohos5.0/foundation/multimedia/camera_framework/services/camera_service/include/avcodec/
H A Dcamera_server_photo_proxy.h63 std::string GetExtension() override;
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_helper_test/include/
H A Dphoto_proxy_test.h68 virtual std::string GetExtension() override in GetExtension() function
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/media_library_manager_test/include/
H A Dphoto_proxy_test.h66 std::string GetExtension() override in GetExtension() function
/ohos5.0/foundation/resourceschedule/work_scheduler/frameworks/include/
H A Dwork_info.h308 bool GetExtension() const;
/ohos5.0/base/theme/wallpaper_mgr/utils/src/
H A Dfile_deal.cpp130 std::string FileDeal::GetExtension(const std::string &filePath) in GetExtension() function in OHOS::WallpaperMgrService::FileDeal
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/src/output/
H A Ddeferred_photo_proxy.cpp209 std::string DeferredPhotoProxy::GetExtension() in GetExtension() function in OHOS::CameraStandard::DeferredPhotoProxy
/ohos5.0/foundation/multimedia/camera_framework/services/camera_service/src/avcodec/
H A Dcamera_server_photo_proxy.cpp201 std::string CameraServerPhotoProxy::GetExtension() in GetExtension() function in OHOS::CameraStandard::CameraServerPhotoProxy
/ohos5.0/foundation/resourceschedule/work_scheduler/services/native/src/
H A Dwork_conn_manager.cpp71 if (!workStatus->workInfo_->GetExtension()) { in StartWork()
/ohos5.0/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H A Dasset_loader.h194 static BASE_NS::string GetExtension(BASE_NS::string_view path) in GetExtension() function
H A Dasset_loader.cpp250 const auto ext = PathUtil::GetExtension(resolvedFile); in StartLoading()
/ohos5.0/base/global/i18n_lite/frameworks/i18n/src/
H A Dlocale_info.cpp444 const char *LocaleInfo::GetExtension(const char *key) in GetExtension() function in LocaleInfo
H A Dnumber_format_impl.cpp77 const char *numberDigits = mLocale.GetExtension("nu"); in Init()
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/media_library_helper/src/
H A Dmedia_photo_asset_proxy.cpp144 string displayName = photoProxy->GetTitle() + "." + photoProxy->GetExtension(); in CreatePhotoAsset()
/ohos5.0/base/theme/wallpaper_mgr/frameworks/native/src/
H A Dwallpaper_manager.cpp663 if (isLive && (FileDeal::GetExtension(realPath) != ".mp4" || !CheckVideoFormat(realPath))) { in CheckWallpaperFormat()
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/include/context/
H A Dwebgl_rendering_context_base.h334 static napi_value GetExtension(napi_env env, napi_callback_info info);
/ohos5.0/foundation/resourceschedule/work_scheduler/frameworks/src/
H A Dwork_info.cpp201 bool WorkInfo::GetExtension() const in GetExtension() function in OHOS::WorkScheduler::WorkInfo
/ohos5.0/base/global/i18n_lite/frameworks/i18n/test/unittest/lite/common/
H A Di18n_test.cpp1068 const char *numberDigits = locale.GetExtension("nu");
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/src/
H A Dwebgl_rendering_context_common.cpp1516 NVal::DeclareNapiFunction("getExtension", WebGLRenderingContextBase::GetExtension), in GetRenderingContextBasePropertyDesc()

12