/ohos5.0/foundation/multimedia/player_framework/services/services/recorder/server/ |
H A D | media_library_adapter.cpp | 41 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 D | file_deal.h | 34 static std::string GetExtension(const std::string &filePath);
|
/ohos5.0/foundation/multimedia/media_library/interfaces/inner_api/media_library_helper/include/ |
H A D | photo_proxy.h | 47 virtual std::string GetExtension() = 0; // 图片后缀,例如:jpg/png
|
/ohos5.0/docs/zh-cn/release-notes/api-diff/v2.2-beta2/ |
H A D | native-apidiff-v2.2-beta2.md | 8 | global_i18n_lite | const char LocaleInfo ::*GetExtension(const …
|
/ohos5.0/foundation/multimedia/camera_framework/interfaces/inner_api/native/camera/include/output/ |
H A D | deferred_photo_proxy.h | 42 std::string GetExtension() override;
|
/ohos5.0/docs/en/release-notes/api-diff/v2.2-beta2/ |
H A D | native-apidiff-v2.2-beta2.md | 8 | global_i18n_lite | const char LocaleInfo ::*GetExtension(const …
|
/ohos5.0/base/global/i18n_lite/interfaces/kits/i18n/include/ |
H A D | locale_info.h | 191 const char *GetExtension(const char *key);
|
/ohos5.0/foundation/multimedia/camera_framework/services/camera_service/include/avcodec/ |
H A D | camera_server_photo_proxy.h | 63 std::string GetExtension() override;
|
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_helper_test/include/ |
H A D | photo_proxy_test.h | 68 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 D | photo_proxy_test.h | 66 std::string GetExtension() override in GetExtension() function
|
/ohos5.0/foundation/resourceschedule/work_scheduler/frameworks/include/ |
H A D | work_info.h | 308 bool GetExtension() const;
|
/ohos5.0/base/theme/wallpaper_mgr/utils/src/ |
H A D | file_deal.cpp | 130 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 D | deferred_photo_proxy.cpp | 209 std::string DeferredPhotoProxy::GetExtension() in GetExtension() function in OHOS::CameraStandard::DeferredPhotoProxy
|
/ohos5.0/foundation/multimedia/camera_framework/services/camera_service/src/avcodec/ |
H A D | camera_server_photo_proxy.cpp | 201 std::string CameraServerPhotoProxy::GetExtension() in GetExtension() function in OHOS::CameraStandard::CameraServerPhotoProxy
|
/ohos5.0/foundation/resourceschedule/work_scheduler/services/native/src/ |
H A D | work_conn_manager.cpp | 71 if (!workStatus->workInfo_->GetExtension()) { in StartWork()
|
/ohos5.0/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/ |
H A D | asset_loader.h | 194 static BASE_NS::string GetExtension(BASE_NS::string_view path) in GetExtension() function
|
H A D | asset_loader.cpp | 250 const auto ext = PathUtil::GetExtension(resolvedFile); in StartLoading()
|
/ohos5.0/base/global/i18n_lite/frameworks/i18n/src/ |
H A D | locale_info.cpp | 444 const char *LocaleInfo::GetExtension(const char *key) in GetExtension() function in LocaleInfo
|
H A D | number_format_impl.cpp | 77 const char *numberDigits = mLocale.GetExtension("nu"); in Init()
|
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/media_library_helper/src/ |
H A D | media_photo_asset_proxy.cpp | 144 string displayName = photoProxy->GetTitle() + "." + photoProxy->GetExtension(); in CreatePhotoAsset()
|
/ohos5.0/base/theme/wallpaper_mgr/frameworks/native/src/ |
H A D | wallpaper_manager.cpp | 663 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 D | webgl_rendering_context_base.h | 334 static napi_value GetExtension(napi_env env, napi_callback_info info);
|
/ohos5.0/foundation/resourceschedule/work_scheduler/frameworks/src/ |
H A D | work_info.cpp | 201 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 D | i18n_test.cpp | 1068 const char *numberDigits = locale.GetExtension("nu");
|
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/src/ |
H A D | webgl_rendering_context_common.cpp | 1516 NVal::DeclareNapiFunction("getExtension", WebGLRenderingContextBase::GetExtension), in GetRenderingContextBasePropertyDesc()
|