| /foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ark_theme/theme_manager/src/ |
| H A D | import.ts | 15 /// <reference path='../../../../../../../../../out/sdk/ohos-sdk/windows/ets/component/enums.d.ts' />
16 /// <reference path='../../../../../../../../../out/sdk/ohos-sdk/windows/ets/component/with_theme.d.ts' />
|
| /foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/cppview/ |
| H A D | canvas_renderer.cpp | 238 auto path = canvasPath->GetCanvasPath2d(); in Stroke() local 241 renderingContext2DModel_->SetStrokeRuleForPath2D(fillRule, path); in Stroke()
|
| /foundation/arkui/ace_engine/frameworks/core/common/ |
| H A D | font_manager.cpp | 177 fontInfo.path = systemFontDesc->path; in GetSystemFont()
|
| /foundation/arkui/ace_engine/frameworks/core/animation/ |
| H A D | svg_animate.h | 334 void SetPath(const std::string& path) in SetPath() argument 336 path_ = path; in SetPath()
|
| /foundation/arkui/ace_engine/interfaces/napi/kits/font/ |
| H A D | js_font.cpp | 161 napi_create_string_utf8(env, fontInfo.path.c_str(), NAPI_AUTO_LENGTH, &resultArray[FONT_INFO_INDEX_PATH]); in JSgetFontByName() 176 napi_set_named_property(env, result, "path", resultArray[FONT_INFO_INDEX_PATH]); in JSgetFontByName()
|
| /foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/ |
| H A D | ability_info.h | 237 std::string codePath; // ability main code path with name 238 std::string resourcePath; // resource path for resource init
|
| /foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ |
| H A D | bundle_installer_host.h | 42 * @attention Notice that the bundleFilePath should be an absolute path. 43 * @param bundleFilePath Indicates the path for storing the ohos Ability Package (HAP) of the application
|
| /foundation/bundlemanager/bundle_framework/services/bundlemgr/src/aot/ |
| H A D | aot_executor.cpp | 137 std::filesystem::path filePath(aotArgs.arkProfilePath); in GetSubjectInfo() 177 argsMap.emplace("ABC-Path", aotArgs.hapPath + ServiceConstants::PATH_SEPARATOR + ABC_RELATIVE_PATH); in MapArgs()
|
| /foundation/arkui/ace_engine_lite/frameworks/src/core/components/ |
| H A D | camera_component.cpp | 143 HILOG_ERROR(HILOG_MODULE_ACE, "FrameCallback: get data path failed!"); in CreateFilePath() 148 HILOG_ERROR(HILOG_MODULE_ACE, "FrameCallback: invalid data path!"); in CreateFilePath()
|
| /foundation/arkui/ace_engine/test/unittest/core/svg/ |
| H A D | svg_manager_test_ng.cpp | 233 test = "/path/to/resource"; in HWTEST_F() 235 test = "./path/to/resource"; in HWTEST_F()
|
| /foundation/communication/bluetooth_service/services/bluetooth/service/src/common/ |
| H A D | profile_config.h | 59 * @brief Reload XML Document from specified path. 180 * @brief Reload XML Document from specified path.
|
| /foundation/bundlemanager/bundle_framework/services/bundlemgr/src/quick_fix/ |
| H A D | quick_fix_checker.cpp | 119 LOG_E(BMS_TAG_DEFAULT, "qfInfo path: %{public}s, applicationInfo path: %{public}s", in CheckPatchNativeSoWithInstalledBundle()
|
| /foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/include/scene_plugin/interface/ |
| H A D | intf_node.h | 53 * @brief Path of this object on 3D scene (mirrored to META_NS::IContainer, also), 56 META_READONLY_PROPERTY(BASE_NS::string, Path)
|
| /foundation/graphic/graphic_3d/lume/LumeRender/api/render/nodecontext/ |
| H A D | intf_render_node_graph_manager.h | 60 /** Optional uri, which can be fetched later to get path to the loaded file */ 211 * @param uri Path to render node graph json file.
|
| /foundation/multimedia/av_codec/interfaces/inner_api/native/ |
| H A D | avcodec_common.h | 75 /** Indicates that the frame is an extended discardable frame. It is not on the main reference path and 77 * reference path are discarded by decoder, the frame can be further discarded.
|
| /foundation/graphic/graphic_2d/rosen/modules/2d_engine/rosen_text/skia_txt/impl/ |
| H A D | drawing_painter_impl.cpp | 237 void RSCanvasParagraphPainter::drawPath(const RSPath& path, const DecorationStyle& decorStyle) in drawPath() argument 242 canvas_->DrawPath(path); in drawPath()
|
| /foundation/multimedia/av_codec/test/unittest/video_test/video_test/sample/helper/ |
| H A D | arg_parser.cpp | 130 --input input file path 131 --output output file path
|
| /foundation/multimedia/media_foundation/services/media_monitor/server/src/ |
| H A D | ffmpeg_api_wrap.cpp | 41 std::string path = "libohosffmpeg.z.so"; in Open() local 42 handler = dlopen(path.c_str(), RTLD_NOW); in Open()
|
| /foundation/multimedia/image_effect/frameworks/native/efilter/filterimpl/crop/ |
| H A D | crop_efilter.cpp | 199 CHECK_AND_RETURN_RET_LOG(dataType == DataType::PIXEL_MAP || dataType == DataType::URI || dataType == DataType::PATH, in Render() 200 ErrorCode::ERR_UNSUPPORTED_DATA_TYPE, "crop only support pixelMap uri path! dataType=%{public}d", dataType); in Render()
|
| /foundation/multimedia/media_utils_lite/interfaces/kits/ |
| H A D | source.h | 59 /** Local file path or network address */ 200 * @param uri Indicates the media source URI, which can be a network URI or local file path.
|
| /foundation/multimedia/media_library/frameworks/native/c_api/ |
| H A D | moving_photo_impl.cpp | 147 MEDIA_INFO_LOG("Dest real path = %{public}s", destPath.c_str()); in WriteToSandboxUri() 149 MEDIA_ERR_LOG("Create empty dest file in sandbox failed, path:%{public}s", destPath.c_str()); in WriteToSandboxUri()
|
| /foundation/multimedia/media_lite/services/recorder_lite/impl/src/ |
| H A D | recorder_sink.cpp | 72 int32_t RecorderSink::SetOutputPath(const string &path) in SetOutputPath() argument 74 path_ = path; in SetOutputPath()
|
| /foundation/resourceschedule/work_scheduler/services/native/include/ |
| H A D | work_scheduler_service.h | 164 * @param filePath The file path. 311 void LoadWorksFromFile(const char *path, std::list<std::shared_ptr<WorkInfo>> &workInfos);
|
| /foundation/window/window_manager/dmserver/src/ |
| H A D | display_cutout_controller.cpp | 123 WLOGFE("Parse svg string path failed."); in CalcCutoutBoundingRect() 140 WLOGFI("calc rect from path,[%{public}d, %{public}d, %{public}u, %{public}u]", left, top, width, height); in CalcCutoutBoundingRect()
|
| /foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/data_share/common/ |
| H A D | kv_delegate.cpp | 358 KvDelegate::KvDelegate(const std::string &path, const std::shared_ptr<ExecutorPool> &executors)
in KvDelegate() argument 359 : path_(path), executors_(executors)
in KvDelegate()
|