Home
last modified time | relevance | path

Searched defs:path (Results 3076 - 3100 of 4114) sorted by relevance

1...<<121122123124125126127128129130>>...165

/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/src/
H A Dbundle_manager_service.cpp289 void ManagerService::InstallThirdBundle(const char *path, const SvcIdentity &svc, int32_t installLocation) in InstallThirdBundle() argument
749 std::string path = (bundleInfos + index)->codePath; in ScanSharedLibPath() local
[all...]
/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H A Dasset_loader.cpp62 void AddNodeToCollectionRecursive(IEntityCollection& ec, ISceneNode& node, string_view path) in AddNodeToCollectionRecursive() argument
H A Dmaterial_impl.cpp170 META_ACCESS_PROPERTY(Path)->SetValue(path); variable
/foundation/graphic/graphic_3d/lume/LumeRender/src/device/
H A Dshader_manager.h52 BASE_NS::string_view path; member
63 BASE_NS::string_view path; member
284 BASE_NS::fixed_string<MAX_DEFAULT_NAME_LENGTH> path; global() member
[all...]
/foundation/multimedia/audio_framework/frameworks/native/ohaudio/test/example/
H A Doh_audio_capturer_lowlatency_test.cpp383 char path[PATH_MAX] = { 0x00 }; in OpenSpkFile() local
/foundation/graphic/graphic_3d/kits/js/src/
H A DSceneJS.cpp527 BASE_NS::string path = ctx.Arg<0>(); in GetNode() local
/foundation/graphic/graphic_3d/lume/LumeEcsSerializer/Util/src/util/
H A Dio_util.cpp310 auto path = PathUtil::ResolvePath(folderUri, entry.name); in ReplaceTextInFilesImpl() local
/foundation/multimedia/audio_framework/frameworks/native/examples/
H A Dpa_stream_test.cpp154 char path[PATH_MAX] = { 0x00 }; in OpenSpkFile() local
181 std::string path = filePathMap_[fileIndex]; in InitRenderer() local
/foundation/graphic/graphic_3d/lume/LumeFont/src/
H A Dfont_manager.cpp65 TypeFace InitTypeFace(FT_Face face, string_view path, string_view filename) in InitTypeFace() argument
245 void FontManager::GetTypeFacesByFile(vector<TypeFace>& typeFaces, string_view path) in GetTypeFacesByFile() argument
302 GetTypeFacesByDir(vector<TypeFace>& typeFaces, string_view path) GetTypeFacesByDir() argument
[all...]
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rsrenderimage_fuzzer/
H A Drsrenderimage_fuzzer.cpp260 Drawing::Path path; in RSMaskFuzzTest() local
337 std::shared_ptr<RSPath> path = std::make_shared<RSPath>(); in RSShadowFuzzTest() local
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/property/
H A Drs_property_drawable_bounds_geometry_test.cpp538 auto path = std::make_shared<RSPath>(); in HWTEST_F() local
897 Drawing::Path path; in HWTEST_F() local
/foundation/graphic/graphic_3d/lume/LumeBinaryCompile/lumeassetcompiler/src/
H A Dmain.cpp94 void add_directory(const std::string& path, const std::string& outpath) argument
/foundation/graphic/graphic_2d/rosen/modules/texgine/src/
H A Dfont_parser.cpp300 const char* path = fontSet_[i].c_str(); in SetFontDescriptor() local
421 bool FontParser::ParserFontDescriptorFromPath(const std::string& path, in ParserFontDescriptorFromPath() argument
459 std::string path in ParseFontDescriptor() local
[all...]
/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/
H A Ddrawing_sample_canvaskit0310.cpp135 Path path; in TestDrawPathPro() local
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/recording/
H A Ddraw_cmd_test.cpp270 Path path; in HWTEST_F() local
289 Path path; in HWTEST_F() local
308 Path path; in HWTEST_F() local
362 Path path; in HWTEST_F() local
451 Path path; in HWTEST_F() local
853 auto path in HWTEST_F() local
[all...]
/foundation/filemanagement/storage_service/services/storage_daemon/utils/
H A Dfile_utils.cpp41 int32_t ChMod(const std::string &path, mode_t mode) in ChMod() argument
46 int32_t ChOwn(const std::string &path, uid_t uid, gid_t gid) in ChOwn() argument
51 int32_t MkDir(const std::string &path, mode_t mode) in MkDir() argument
56 int32_t RmDir(const std::string &path) in RmDir() argument
67 int32_t UMount(const std::string &path) in UMount() argument
72 UMount2(const std::string &path, int flag) UMount2() argument
77 IsDir(const std::string &path) IsDir() argument
89 IsFile(const std::string &path) IsFile() argument
99 MkDirRecurse(const std::string& path, mode_t mode) MkDirRecurse() argument
120 PrepareDir(const std::string &path, mode_t mode, uid_t uid, gid_t gid) PrepareDir() argument
179 RmDirRecurse(const std::string &path) RmDirRecurse() argument
220 TravelChmod(const std::string &path, mode_t mode) TravelChmod() argument
273 GetSubDirs(const std::string &path, std::vector<std::string> &dirList) GetSubDirs() argument
302 ReadDigitDir(const std::string &path, std::vector<FileList> &dirInfo) ReadDigitDir() argument
339 OpenSubFile(const std::string &path, std::vector<std::string> &file) OpenSubFile() argument
372 ReadFile(const std::string &path, std::string *str) ReadFile() argument
470 TraverseDirUevent(const std::string &path, bool flag) TraverseDirUevent() argument
572 DeleteFile(const std::string &path) DeleteFile() argument
598 IsTempFolder(const std::string &path, const std::string &sub) IsTempFolder() argument
611 DelTemp(const std::string &path) DelTemp() argument
636 IsPathMounted(std::string &path) IsPathMounted() argument
664 CreateFolder(const std::string &path) CreateFolder() argument
687 DelFolder(const std::string &path) DelFolder() argument
[all...]
/foundation/filemanagement/user_file_service/interfaces/kits/native/trash/src/
H A Dfile_trash_n_exporter.cpp76 static bool GetRealPath(string &path) in GetRealPath() argument
86 static string GetTimeSlotFromPath(const string &path) in GetTimeSlotFromPath() argument
107 static int RecursiveFunc(const string &path, vecto argument
186 FindSourceFilePath(const string &path) FindSourceFilePath() argument
220 Mkdirs(const string &path, bool isDir, string &newRecoveredPath) Mkdirs() argument
319 RecurCheckIfOnlyContentInDir(const string &path, size_t trashWithTimePos, const string &trashWithTimePath) RecurCheckIfOnlyContentInDir() argument
607 string path = fileUri.GetPath(); Recover() local
664 string path = fileUri.GetPath(); CompletelyDelete() local
[all...]
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/drawing_ndk/src/
H A Ddrawing_path.cpp73 Path* path = CastToPath(cPath); in OH_Drawing_PathCopy() local
91 Path* path = CastToPath(cPath); in OH_Drawing_PathMoveTo() local
101 Path* path = CastToPath(cPath); in OH_Drawing_PathRMoveTo() local
111 Path* path = CastToPath(cPath); OH_Drawing_PathLineTo() local
121 Path* path = CastToPath(cPath); OH_Drawing_PathRLineTo() local
132 Path* path = CastToPath(cPath); OH_Drawing_PathArcTo() local
142 Path* path = CastToPath(cPath); OH_Drawing_PathQuadTo() local
152 Path* path = CastToPath(cPath); OH_Drawing_PathRQuadTo() local
162 Path* path = CastToPath(cPath); OH_Drawing_PathConicTo() local
172 Path* path = CastToPath(cPath); OH_Drawing_PathRConicTo() local
183 Path* path = CastToPath(cPath); OH_Drawing_PathCubicTo() local
194 Path* path = CastToPath(cPath); OH_Drawing_PathRCubicTo() local
209 Path* path = CastToPath(cPath); OH_Drawing_PathAddRect() local
228 Path* path = CastToPath(cPath); OH_Drawing_PathAddRectWithInitialCorner() local
247 Path* path = CastToPath(cPath); OH_Drawing_PathAddRoundRect() local
266 Path* path = CastToPath(cPath); OH_Drawing_PathAddOvalWithInitialPoint() local
281 Path* path = CastToPath(cPath); OH_Drawing_PathAddArc() local
296 Path* path = CastToPath(cPath); OH_Drawing_PathAddPath() local
316 Path* path = CastToPath(cPath); OH_Drawing_PathAddPathWithMatrixAndMode() local
340 Path* path = CastToPath(cPath); OH_Drawing_PathAddPathWithMode() local
360 Path* path = CastToPath(cPath); OH_Drawing_PathAddPathWithOffsetAndMode() local
383 Path* path = CastToPath(cPath); OH_Drawing_PathAddOval() local
397 Path* path = CastToPath(cPath); OH_Drawing_PathAddPolygon() local
420 Path* path = CastToPath(cPath); OH_Drawing_PathAddCircle() local
434 Path* path = CastToPath(cPath); OH_Drawing_PathBuildFromSvgString() local
444 Path* path = CastToPath(cPath); OH_Drawing_PathContains() local
458 Path* path = CastToPath(cPath); OH_Drawing_PathTransform() local
469 Path* path = CastToPath(cPath); OH_Drawing_PathTransformWithPerspectiveClip() local
488 Path* path = CastToPath(cPath); OH_Drawing_PathSetFillType() local
498 Path* path = CastToPath(cPath); OH_Drawing_PathClose() local
508 Path* path = CastToPath(cPath); OH_Drawing_PathOffset() local
519 Path* path = CastToPath(cPath); OH_Drawing_PathReset() local
529 Path* path = CastToPath(cPath); OH_Drawing_PathGetLength() local
539 Path* path = CastToPath(cPath); OH_Drawing_PathIsClosed() local
550 Path* path = CastToPath(cPath); OH_Drawing_PathGetPositionTangent() local
566 Path* path = CastToPath(cPath); OH_Drawing_PathOp() local
582 Path* path = CastToPath(cPath); OH_Drawing_PathGetMatrix() local
593 Path* path = CastToPath(cPath); OH_Drawing_PathGetBounds() local
[all...]
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/
H A Dstatic_factory.cpp72 std::shared_ptr<Typeface> StaticFactory::MakeFromFile(const char path[], int index) in MakeFromFile() argument
82 std::shared_ptr<Typeface> StaticFactory::MakeFromFile(const char path[], const FontArguments& fontArguments) in MakeFromFile() argument
288 std::shared_ptr<Data> StaticFactory::MakeDataFromFileName(const char path[]) in MakeDataFromFileName() argument
298 void StaticFactory::PathOutlineDecompose(const Path& path, st argument
[all...]
/foundation/graphic/graphic_2d/rosen/modules/2d_engine/rosen_text/adapter/skia_txt/
H A Dtypography.cpp200 void Typography::Paint(Drawing::Canvas* drawCanvas, Drawing::Path* path, double hOffset, double vOffset) in Paint() argument
/foundation/graphic/graphic_2d/rosen/modules/2d_engine/rosen_text/skia_txt/impl/
H A Dparagraph_impl.cpp222 void ParagraphImpl::Paint(Drawing::Canvas* canvas, Drawing::Path* path, double hOffset, double vOffset) in Paint() argument
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/
H A Dskia_static_factory.cpp56 std::shared_ptr<Typeface> SkiaStaticFactory::MakeFromFile(const char path[], int index) in MakeFromFile() argument
61 std::shared_ptr<Typeface> SkiaStaticFactory::MakeFromFile(const char path[], const FontArguments& fontArguments) in MakeFromFile() argument
166 std::shared_ptr<Data> SkiaStaticFactory::MakeDataFromFileName(const char path[]) in MakeDataFromFileName() argument
176 void SkiaStaticFactory::PathOutlineDecompose(const Path& path, std::vector<Path>& paths) in PathOutlineDecompose() argument
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/test/fuzztest/rsanimation_fuzzer/
H A Drsanimation_fuzzer.cpp209 auto path = GetStringFromData(STR_LEN); in RsPathAnimationFuzzTest() local
246 auto path = GetStringFromData(STR_LEN); in RsMotionPathOptionFuzzTest() local
349 auto path = GetStringFromData(STR_LEN); in RsImplicitAnimatorFuzzTest() local
378 auto path = GetStringFromData(STR_LEN); in RsImplicitAnimatorParamFuzzTest() local
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rsmarshallinghelper_fuzzer/
H A Drsmarshallinghelper_fuzzer.cpp85 std::shared_ptr<RSPath> path; in DoUnmarshalling() local
158 char* path = new char[length]; in DoMarshallingHelper001() local
[all...]
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/pipeline/
H A Drs_paint_filter_canvas_test.cpp406 Drawing::Path path; in HWTEST_F() local
432 Drawing::Path path; in HWTEST_F() local
451 Drawing::Path path; in HWTEST_F() local
762 Drawing::Path path; in HWTEST_F() local

Completed in 35 milliseconds

1...<<121122123124125126127128129130>>...165