Home
last modified time | relevance | path

Searched defs:path (Results 3101 - 3125 of 4582) sorted by relevance

1...<<121122123124125126127128129130>>...184

/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/bms_install_system_test/
H A Dbms_install_external_hsp_so_test.cpp189 InstallPathBundle( const std::string &path) InstallPathBundle() argument
217 UpdateInstallPath( const std::string &path) UpdateInstallPath() argument
[all...]
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_quick_fix_mgr_rdb_test/
H A Dbms_bundle_quick_fix_mgr_rdb_test.cpp645 std::string path; in HWTEST_F() local
663 std::string path = "/data/app/el1/bundle/public/com.example.l3jsdemo/patch_1000001/"; in HWTEST_F() local
698 std::string path = "/data/app/el1/bundle/public/com.example.l3jsdemo/patch_1000001/"; in HWTEST_F() local
/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/src/
H A Dbundle_installer.cpp93 uint8_t BundleInstaller::GetHapType(const char *path) in GetHapType() argument
106 uint8_t BundleInstaller::Install(const char *path, const InstallParam &installParam) in Install() argument
168 uint8_t BundleInstaller::ProcessBundleInstall(const std::string &path, const char *randStr, in ProcessBundleInstall() argument
502 CheckInstallFileIsValid(const char *path) CheckInstallFileIsValid() argument
555 RecordThirdSystemBundle(const char *bundleName, const char *path) RecordThirdSystemBundle() argument
602 InitThirdSystemBundleRecord(const char *bundleName, const char *path) InitThirdSystemBundleRecord() argument
[all...]
/foundation/multimedia/audio_framework/services/audio_service/test/example/
H A Daudio_stream_playback_test.cpp147 char path[PATH_MAX] = { 0x00 }; in OpenSpkFile() local
208 std::string path = "/data/test.wav"; in InitRenderer() local
242 std::string path = "/data/test.wav"; in InitSatelliteProcess() local
420 char path[PATH_MA in OpenMicFile() local
461 std::string path = "/data/mic.pcm"; InitCapturer() local
[all...]
/foundation/graphic/graphic_3d/kits/js/src/
H A DNodeImpl.cpp166 BASE_NS::string path; in GetPath() local
575 SCENE_NS::INode::Ptr recurse_children(const SCENE_NS::INode::Ptr startNode, BASE_NS::string_view path) in recurse_children() argument
597 BASE_NS::string path = ctx.Arg<0>(); GetNodeByPath() local
[all...]
/foundation/graphic/graphic_3d/lume/LumeEcsSerializer/EcsSerializer/src/ecs_serializer/
H A Decs_asset_loader.cpp52 void AddNodeToCollectionRecursive(IEntityCollection& ec, ISceneNode& node, string_view path) in AddNodeToCollectionRecursive() argument
/foundation/graphic/graphic_utils_lite/interfaces/kits/gfx_utils/diagram/vertexprimitive/
H A Dgeometry_path_storage.h423 void ConcatPath(BezierArc& path, uint32_t pathId = 0) in ConcatPath() argument
441 void JoinPath(BezierArcSvg& path, uint32_t pathId = 0) in JoinPath() argument
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/platform/ohos/overdraw/
H A Drs_canvas_listener.h48 virtual void DrawPath(const Drawing::Path& path) {}; in DrawPath() argument
50 virtual void DrawShadow(const Drawing::Path& path, const Drawing::Point3& planeParams, in DrawShadow() argument
53 virtual void DrawShadowStyle(const Drawing::Path& path, const Drawing::Point3& planeParams, in DrawShadowStyle() argument
/foundation/graphic/graphic_2d/rosen/modules/render_service_profiler/
H A Drs_profiler_utils.cpp243 std::string Utils::GetRealPath(const std::string& path) in GetRealPath() argument
258 std::string Utils::NormalizePath(const std::string& path) in NormalizePath() argument
263 std::string Utils::GetFileName(const std::string& path) in GetFileName() argument
277 GetDirectory(const std::string& path) GetDirectory() argument
291 IsDirectory(const std::string& path) IsDirectory() argument
301 IterateDirectory(const std::string& path, std::vector<std::string>& files) IterateDirectory() argument
338 LoadLine(const std::string& path, std::string& line) LoadLine() argument
353 LoadLines(const std::string& path, std::vector<std::string>& lines) LoadLines() argument
371 LoadContent(const std::string& path, std::string& content) LoadContent() argument
391 IsRecordInMemoryFile(const std::string& path) IsRecordInMemoryFile() argument
411 FileExists(const std::string& path) FileExists() argument
424 FileDelete(const std::string& path) FileDelete() argument
439 FileOpen(const std::string& path, const std::string& options) FileOpen() argument
[all...]
H A Drs_profiler_telemetry.cpp45 static std::string path; in GetTemperaturePath() local
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/ndk/ndkcanvas_fuzzer/
H A Dcanvas_fuzzer.cpp390 OH_Drawing_Path* path = OH_Drawing_PathCreate(); in CanvasFuzzTest002() local
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/drawable/
H A Drs_property_drawable_utils_test.cpp53 Drawing::Path path; in HWTEST_F() local
399 Drawing::Path path; in HWTEST_F() local
494 Drawing::Path path; in HWTEST_F() local
549 Drawing::Path path; in HWTEST_F() local
[all...]
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/property/
H A Drs_properties_painter_test.cpp232 Drawing::Path path; in HWTEST_F() local
342 Drawing::Path path; in HWTEST_F() local
538 Drawing::Path path; in HWTEST_F() local
570 Drawing::Path path; in HWTEST_F() local
[all...]
/foundation/graphic/graphic_3d/lume/LumeEngine/src/
H A Dplugin_registry.cpp556 void PluginRegistry::RegisterPluginPath(const string_view path) in RegisterPluginPath() argument
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/overdraw/
H A Drs_gpu_overdraw_canvas_listener.cpp89 Drawing::Path path; in DrawLine() local
129 Drawing::Path path; in DrawArc() local
141 Drawing::Path path; in DrawPie() local
152 Drawing::Path path; DrawOval() local
163 Drawing::Path path; DrawCircle() local
168 DrawPath(const Drawing::Path& path) DrawPath() argument
182 DrawShadow(const Drawing::Path& path, const Drawing::Point3& planeParams, const Drawing::Point3& devLightPos, Drawing::scalar lightRadius, Drawing::Color ambientColor, Drawing::Color spotColor, Drawing::ShadowFlags flag) DrawShadow() argument
189 DrawShadowStyle(const Drawing::Path& path, const Drawing::Point3& planeParams, const Drawing::Point3& devLightPos, Drawing::scalar lightRadius, Drawing::Color ambientColor, Drawing::Color spotColor, Drawing::ShadowFlags flag, bool isLimitElevation) DrawShadowStyle() argument
[all...]
H A Drs_cpu_overdraw_canvas_listener.cpp60 Drawing::Path path; in DrawLine() local
68 Drawing::Path path; in DrawRect() local
75 Drawing::Path path; in DrawRoundRect() local
82 Drawing::Path path; DrawNestedRoundRect() local
91 Drawing::Path path; DrawArc() local
99 Drawing::Path path; DrawPie() local
106 Drawing::Path path; DrawOval() local
113 Drawing::Path path; DrawCircle() local
118 DrawPath(const Drawing::Path& path) DrawPath() argument
129 DrawShadow(const Drawing::Path& path, const Drawing::Point3& planeParams, const Drawing::Point3& devLightPos, Drawing::scalar lightRadius, Drawing::Color ambientColor, Drawing::Color spotColor, Drawing::ShadowFlags flag) DrawShadow() argument
136 DrawShadowStyle(const Drawing::Path& path, const Drawing::Point3& planeParams, const Drawing::Point3& devLightPos, Drawing::scalar lightRadius, Drawing::Color ambientColor, Drawing::Color spotColor, Drawing::ShadowFlags flag, bool isLimitElevation) DrawShadowStyle() argument
194 AppendRegion(Drawing::Path& path) AppendRegion() argument
[all...]
H A Drs_listened_canvas.cpp106 void RSListenedCanvas::DrawPath(const Path& path) in DrawPath() argument
122 void RSListenedCanvas::DrawShadow(const Path& path, const Point3& planeParams, const Point3& devLightPos, in DrawShadow() argument
131 void RSListenedCanvas::DrawShadowStyle(const Path& path, const Point3& planeParams, const Point3& devLightPos, in DrawShadowStyle() argument
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing_ndk/cpp/dm/
H A Dshadowutils.cpp59 void draw_shadow(OH_Drawing_Canvas* canvas, OH_Drawing_Path* path, DRAW_PARAM param) in draw_shadow() argument
130 OH_Drawing_Path* path = OH_Drawing_PathCreate(); in make_path_star() local
175 draw_rect_path( OH_Drawing_Canvas* canvas, OH_Drawing_Path* path, ShadowUtils::ShadowMode mode, OH_Drawing_CanvasShadowFlags flags) draw_rect_path() argument
[all...]
/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/
H A Ddrawing_sample_rs.cpp128 Path path; in TestDrawPathPro() local
438 Path path; TestDrawShadow() local
455 Path path; TestDrawShadowStyle() local
[all...]
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/ndk/drawing_fuzzer/
H A Ddrawing_fuzzer.cpp158 OH_Drawing_Path* path = OH_Drawing_PathCreate(); in NativeDrawingCanvasDrawPathTest() local
223 OH_Drawing_Path* path = OH_Drawing_PathCreate(); in NativeDrawingPathMoveToTest() local
236 OH_Drawing_Path* path = OH_Drawing_PathCreate(); in NativeDrawingPathLineToTest() local
249 OH_Drawing_Path* path in NativeDrawingPathResetTest() local
267 OH_Drawing_Path* path = OH_Drawing_PathCreate(); NativeDrawingPathArcToTest() local
282 OH_Drawing_Path* path = OH_Drawing_PathCreate(); NativeDrawingPathQuadToTest() local
299 OH_Drawing_Path* path = OH_Drawing_PathCreate(); NativeDrawingPathCubicToTest() local
312 OH_Drawing_Path* path = OH_Drawing_PathCreate(); NativeDrawingPathCloseTest() local
[all...]
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/ndk/ndkpath_fuzzer/
H A Dpath_fuzzer.cpp52 OH_Drawing_Path* path = OH_Drawing_PathCreate(); in NativeDrawingPathTest001() local
137 OH_Drawing_Path* path = OH_Drawing_PathCreate(); in NativeDrawingPathTest003() local
200 OH_Drawing_Path* path = OH_Drawing_PathCreate(); NativeDrawingPathTest004() local
248 OH_Drawing_Path* path = OH_Drawing_PathCreate(); NativeDrawingPathTest005() local
302 OH_Drawing_Path* path = OH_Drawing_PathCreate(); NativeDrawingPathTest006() local
352 OH_Drawing_Path* path = OH_Drawing_PathCreate(); NativeDrawingPathTest007() local
401 OH_Drawing_Path* path = OH_Drawing_PathCreate(); NativeDrawingPathTest008() local
439 OH_Drawing_Path* path = OH_Drawing_PathCreate(); NativeDrawingPathTest009() local
[all...]
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/animation/
H A Drs_path_animation.cpp37 RSPathAnimation::RSPathAnimation(std::shared_ptr<RSPropertyBase> property, const std::string& path, in RSPathAnimation() argument
306 ProcessPath(const std::string& path, const float startX, const float startY, const float endX, const float endY) const ProcessPath() argument
317 PreProcessPath(const std::string& path, const std::shared_ptr<RSPropertyBase>& startValue, const std::shared_ptr<RSPropertyBase>& endValue) const PreProcessPath() argument
[all...]
/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/benchmarks/benchmark_dcl/
H A Ddrawing_playback.cpp116 MSKPSrc::MSKPSrc(const std::string& path) : fPath_(path) in MSKPSrc() argument
/foundation/filemanagement/storage_service/services/storage_daemon/mtpfs/src/
H A Dmtpfs_mtp_device.cpp227 const MtpFsTypeDir *MtpFsDevice::DirFetchContent(std::string path) in DirFetchContent() argument
278 int MtpFsDevice::DirCreateNew(const std::string &path) in DirCreateNew() argument
304 DirRemove(const std::string &path) DirRemove() argument
451 FileRead(const std::string &path, char *buf, size_t size, off_t offset) FileRead() argument
483 FileWrite(const std::string &path, const char *buf, size_t size, off_t offset) FileWrite() argument
593 FileRemove(const std::string &path) FileRemove() argument
[all...]
/foundation/graphic/graphic_2d/frameworks/vulkan_layers/test/systemtest/
H A Dvulkan_loader_system_test.cpp96 const char *path = "libvulkan.so"; in DLOpenLibVulkan() local

Completed in 25 milliseconds

1...<<121122123124125126127128129130>>...184