Home
last modified time | relevance | path

Searched defs:path (Results 2526 - 2550 of 4663) sorted by relevance

1...<<101102103104105106107108109110>>...187

/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/utils/
H A Djsi_module_searcher.cpp28 char* realpath(const char* path, char* resolvedPath) in realpath() argument
159 void JsiModuleSearcher::FixExtName(std::string& path) in FixExtName() argument
237 char path[PATH_MAX]; MakeNewJsModulePath() local
248 char path[PATH_MAX]; FindNpmPackageInPath() local
284 std::string path = FindNpmPackageInTopLevel() local
300 std::string path = moduleInstallPath + npmPackage; FindNpmPackage() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/common/
H A Dcontainer.cpp237 bool Container::IsFontFileExistInPath(const std::string& path) in IsFontFileExistInPath() argument
271 std::string Container::GetFontFamilyName(std::string path) in GetFontFamilyName() argument
H A Dfont_manager.h31 std::string path; member
/foundation/arkui/ace_engine/test/unittest/core/pattern/canvas/
H A Dcanvas_custom_paint_method_test_ng.cpp650 Testing::MockPath path; in HWTEST_F() local
694 Testing::MockPath path; in HWTEST_F() local
734 Testing::MockPath path; in HWTEST_F() local
761 Testing::MockPath path; in HWTEST_F() local
952 Testing::MockPath path; HWTEST_F() local
986 Testing::MockPath path; HWTEST_F() local
1023 Testing::MockPath path; HWTEST_F() local
1078 Testing::MockPath path; HWTEST_F() local
1109 Testing::MockPath path; HWTEST_F() local
1312 Testing::MockPath path; HWTEST_F() local
[all...]
/foundation/arkui/ace_engine/test/unittest/core/common/rosen/
H A Drosen_test.cpp350 std::string path = RET_TEST; in HWTEST_F() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H A Dmoon_progress_modifier.cpp196 void MoonProgressModifier::CalculateSquareMoonPath(RSPath& path, const PointF& centerPt, const double& angle) in CalculateSquareMoonPath() argument
223 RSPath path; in PaintSquareMoon() local
226 RSRecordingPath path; in PaintSquareMoon() local
268 RSPath path; PaintSquareMoonShadow() local
272 RSRecordingPath path; PaintSquareMoonShadow() local
[all...]
/foundation/arkui/ace_engine/interfaces/inner_api/drawable_descriptor/
H A Dimage_source_preview.h78 CreateImageSource( const std::string& path, const SourceOptions& opts, uint32_t& errorCode) CreateImageSource() argument
/foundation/barrierfree/accessibility/common/interface/src/
H A Daccessible_ability_channel_proxy.cpp513 sptr<AccessibilityGestureInjectPathParcel> path = in SendSimulateGesture() local
/foundation/bundlemanager/bundle_framework/interfaces/kits/cj/src/
H A Dcj_zip.cpp93 std::string path = extractDir.Value(); in CreateDirectory() local
/foundation/barrierfree/accessibility/common/interface/test/unittest/mock/
H A Dmock_accessible_ability_channel_proxy.cpp513 sptr<AccessibilityGestureInjectPathParcel> path = in SendSimulateGesture() local
/foundation/bundlemanager/app_domain_verify/interfaces/inner_api/client/src/
H A Dapp_domain_verify_mgr_client.cpp202 bool AppDomainVerifyMgrClient::IsValidPath(const std::string& path) in IsValidPath() argument
/foundation/bundlemanager/bundle_framework/common/utils/src/
H A Dbundle_file_util.cpp205 DeleteDir(const std::string &path) DeleteDir() argument
[all...]
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/
H A Dbundle_installer_proxy.cpp444 ErrCode BundleInstallerProxy::WriteFile(const std::string &path, int32_t outputFd) in WriteFile() argument
491 WriteHapFileToStream(sptr<IBundleStreamInstaller> &streamInstaller, const std::string &path) WriteHapFileToStream() argument
519 WriteSignatureFileToStream(sptr<IBundleStreamInstaller> &streamInstaller, const std::string &path, const std::string &moduleName) WriteSignatureFileToStream() argument
547 WriteSharedFileToStream(sptr<IBundleStreamInstaller> &streamInstaller, const std::string &path, uint32_t index) WriteSharedFileToStream() argument
576 WritePgoFileToStream(sptr<IBundleStreamInstaller> &streamInstaller, const std::string &path, const std::string &moduleName) WritePgoFileToStream() argument
[all...]
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/zip/src/
H A Dzip_writer.cpp109 bool AddDirectoryEntryToZip(zipFile zip_file, FilePath &path, struct tm *lastModified, const OPTIONS &options) in AddDirectoryEntryToZip() argument
75 OpenNewFileEntry( zipFile zip_file, FilePath &path, bool isDirectory, struct tm *lastModified, const OPTIONS &options) OpenNewFileEntry() argument
/foundation/arkui/ui_lite/frameworks/font/
H A Dui_font.cpp123 int8_t UIFont::SetFontPath(const char* path, BaseFont::FontType type) in SetFontPath() argument
/foundation/arkui/ace_engine/test/unittest/interfaces/
H A Ddrawable_descriptor_test.cpp185 std::string path = "path"; in HWTEST_F() local
204 std::string path = "path"; in HWTEST_F() local
232 std::string path in HWTEST_F() local
282 std::string path = "path"; HWTEST_F() local
[all...]
/foundation/arkui/ui_lite/frameworks/common/
H A Dimage.cpp245 char* path = static_cast<char*>(UIMalloc(static_cast<uint32_t>(strLen))); in PreParse() local
/foundation/arkui/ui_lite/interfaces/kits/font/
H A Dui_font.h160 int8_t GetFontVersion(BaseFont::FontType type, const char* path, char* version, uint8_t len) const in GetFontVersion() argument
H A Dbase_font.h136 virtual int8_t GetFontVersion(FontType type, const char* path, char* version, uint8_t len) in GetFontVersion() argument
/foundation/arkui/ui_lite/frameworks/dfx/
H A Dui_dump_dom_tree.cpp396 bool UIDumpDomTree::DumpDomTree(const char* id, const char* path) in DumpDomTree() argument
/foundation/arkui/ui_lite/frameworks/engines/gfx/
H A Dsoft_engine.cpp95 ClipPath path; in ClipCircle() local
/foundation/arkui/ui_lite/test/uitest/test_opacity/
H A Dui_test_opacity.cpp241 UIImageView* UITestOpacity::CreateTestCaseUIImageView(const char* path, uint8_t opaScale) const in CreateTestCaseUIImageView() argument
/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/bundle_daemon/src/
H A Dbundle_daemon.cpp213 const char *path = reinterpret_cast<char *>(ReadString(req, &len)); in StoreContentToFileInvoke() local
243 const char *path = reinterpret_cast<char *>(ReadString(req, &len)); in RemoveFileInvoke() local
H A Dbundle_daemon_handler.cpp285 bool BundleDaemonHandler::IsValideSystemPath(const char *path) in IsValideSystemPath() argument
[all...]
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/rdb/
H A Drdb_data_manager.cpp107 void RdbDataManager::CheckSystemSizeAndHisysEvent(const std::string &path, const std::string &fileName) in CheckSystemSizeAndHisysEvent() argument

Completed in 20 milliseconds

1...<<101102103104105106107108109110>>...187