Home
last modified time | relevance | path

Searched defs:path (Results 1101 - 1125 of 5646) sorted by relevance

1...<<41424344454647484950>>...226

/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/verify/
H A Dverify_manager_proxy.cpp89 ErrCode VerifyManagerProxy::DeleteAbc(const std::string &path) in DeleteAbc() argument
H A Dverify_manager_host.cpp85 std::string path = data.ReadString(); in HandleDeleteAbc() local
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/quick_fix/
H A Dquick_fix_manager_interface.h50 virtual ErrCode CreateFd(const std::string &fileName, int32_t &fd, std::string &path) in CreateFd() argument
/foundation/arkui/ace_engine_lite/frameworks/tools/qt/simulator/jsfwk/targets/simulator/mock/jsthread/
H A Djs_thread.cpp52 void JSThread::ConfigAbilityInfo(const char *path, const char *bundleName, uint16_t token) in ConfigAbilityInfo() argument
/foundation/arkui/napi/test/fuzztest/loadarkmodule_fuzzer/
H A Dloadarkmodule_fuzzer.cpp76 const std::string path = "test.abc"; in LoadArkModuleFuzzTest() local
/foundation/arkui/ui_lite/frameworks/common/
H A Dgraphic_startup.cpp72 void GraphicStartUp::InitLineBreakEngine(uintptr_t cacheMemAddr, uint32_t cacheMemLen, const char* path, in InitLineBreakEngine() argument
/foundation/arkui/ui_lite/frameworks/draw/
H A Ddraw_image.cpp35 DrawCommon(BufferInfo& gfxDstBuffer, const Rect& coords, const Rect& mask, const char* path, const Style& style, uint8_t opaScale) DrawCommon() argument
/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/src/
H A Dbundle_res_transform.cpp27 uint8_t BundleResTransform::ConvertResInfoToBundleInfo(const std::string &path, const BundleRes &bundleRes, in ConvertResInfoToBundleInfo() argument
75 bool BundleResTransform::ConvertIconResToBundleInfo(const std::string &path, uint32_t iconId, BundleInfo *bundleInfo, in ConvertIconResToBundleInfo() argument
115 bool BundleResTransform::ConvertLableResToBundleInfo(const std::string &path, uint32_t labelId, BundleInfo *bundleInfo, in ConvertLableResToBundleInfo() argument
147 ConvertDesResIdToBundleInfo(const std::string &path, uint32_t desId, BundleInfo *bundleInfo, uint32_t index) ConvertDesResIdToBundleInfo() argument
[all...]
/foundation/bundlemanager/bundle_framework/test/resource/bmssystemtestability/abilitySrc/thirdPageDemo3/src/
H A DpageAbilityDemo.cpp28 std::string path = BUNDLE_DATA_ROOT_PATH + appName + "/cache/"; in OnStart() local
[all...]
/foundation/graphic/graphic_2d/rosen/modules/effect/test/unittest/
H A Dsk_image_chain_unittest.cpp430 SkPath *path = new SkPath(); in HWTEST_F() local
529 SkPath *path = new SkPath(); in HWTEST_F() local
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/render/
H A Drs_path_test.cpp45 Drawing::Path path; in CreateDrawingPath() local
92 Drawing::Path path = CreateDrawingPath(); in HWTEST_F() local
105 Drawing::Path path = CreateDrawingPath(); in HWTEST_F() local
117 Drawing::Path path in HWTEST_F() local
[all...]
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/unittest/animation/
H A Drs_path_animation_test.cpp211 string path = "PATH"; in HWTEST_F() local
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/ndk/
H A Ddrawing_region_test.cpp130 OH_Drawing_Path* path = OH_Drawing_PathCreate(); in HWTEST_F() local
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render/
H A Drs_path.cpp31 std::shared_ptr<RSPath> RSPath::CreateRSPath(const Drawing::Path& path) in CreateRSPath() argument
38 std::shared_ptr<RSPath> RSPath::CreateRSPath(const std::string& path) in CreateRSPath() argument
62 void RSPath::SetDrawingPath(const Drawing::Path& path) in SetDrawingPath() argument
72 Drawing::Path path; in Reverse() local
[all...]
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/ndk/ndkregion_fuzzer/
H A Dndkregion_fuzzer.cpp67 OH_Drawing_Path* path = OH_Drawing_PathCreate(); in NativeDrawingRegionTest001() local
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/utils/
H A Dregion_test.cpp89 Path path; in HWTEST_F() local
104 Path path; in HWTEST_F() local
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/draw/hmsymbol_fuzzer/
H A Dhm_symbol_fuzzer.cpp38 Path path; in HmSymbolFuzzTest() local
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/skia_adapter/
H A Dskia_path_effect_test.cpp48 Path path; in HWTEST_F() local
H A Dskia_text_blob_test.cpp124 auto path = SkiaTextBlob::GetDrawingPathforTextBlob(glyphId, blob.get()); in HWTEST_F() local
/foundation/graphic/graphic_3d/lume/LumeEngine/src/io/
H A Dpath_tools.cpp37 bool IsRelative(const string_view path) in IsRelative() argument
45 bool ParseUri(string_view uri, string_view& protocol, string_view& path) in ParseUri() argument
63 string NormalizePath(string_view path) in NormalizePath() argument
158 SplitPath(string_view pathIn, string_view& drive, string_view& path, string_view& filename, string_view& ext) SplitPath() argument
[all...]
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing_ndk/cpp/interface/
H A Dmatrix_test.cpp37 OH_Drawing_Path* path = OH_Drawing_PathCreate(); in OnTestPerformance() local
53 OH_Drawing_Path* path = OH_Drawing_PathCreate(); in OnTestPerformance() local
74 OH_Drawing_Path* path = OH_Drawing_PathCreate(); OnTestPerformance() local
93 OH_Drawing_Path* path = OH_Drawing_PathCreate(); OnTestPerformance() local
[all...]
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/animation/
H A Drs_motion_path_option.h29 RSMotionPathOption(const std::string& path) : path_(path) {} in RSMotionPathOption() argument
/foundation/filemanagement/storage_service/services/storage_daemon/utils/
H A Dset_flag_utils.cpp43 void SetFlagUtils::ParseDirPath(const std::string &path) in ParseDirPath() argument
[all...]
/foundation/filemanagement/storage_service/services/storage_manager/volume/test/
H A Dvolume_manager_service_test.cpp190 std::string path = ""; in HWTEST_F() local
261 std::string path = "/"; in HWTEST_F() local
289 std::string path = "/"; in HWTEST_F() local
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/utils/
H A Dregion.h139 Path path; in Dump() local
[all...]

Completed in 10 milliseconds

1...<<41424344454647484950>>...226