| /foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/ |
| H A D | model_view_impl.cpp | 139 void ModelViewImpl::SetShader(const std::string& path) {} in SetShader() argument 141 void ModelViewImpl::AddShaderImageTexture(const std::string& path) {} in AddShaderImageTexture() argument
|
| /foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/utils/ |
| H A D | jsi_module_searcher.cpp | 28 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 D | container.cpp | 237 bool Container::IsFontFileExistInPath(const std::string& path) in IsFontFileExistInPath() argument 271 std::string Container::GetFontFamilyName(std::string path) in GetFontFamilyName() argument
|
| H A D | font_manager.h | 31 std::string path; member
|
| /foundation/arkui/ace_engine/test/unittest/core/pattern/canvas/ |
| H A D | canvas_custom_paint_method_test_ng.cpp | 650 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 D | rosen_test.cpp | 350 std::string path = RET_TEST; in HWTEST_F() local
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/ |
| H A D | moon_progress_modifier.cpp | 196 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 D | image_source_preview.h | 78 CreateImageSource( const std::string& path, const SourceOptions& opts, uint32_t& errorCode) CreateImageSource() argument
|
| /foundation/barrierfree/accessibility/common/interface/src/ |
| H A D | accessible_ability_channel_proxy.cpp | 513 sptr<AccessibilityGestureInjectPathParcel> path = in SendSimulateGesture() local
|
| /foundation/bundlemanager/bundle_framework/interfaces/kits/cj/src/ |
| H A D | cj_zip.cpp | 93 std::string path = extractDir.Value(); in CreateDirectory() local
|
| /foundation/barrierfree/accessibility/common/interface/test/unittest/mock/ |
| H A D | mock_accessible_ability_channel_proxy.cpp | 513 sptr<AccessibilityGestureInjectPathParcel> path = in SendSimulateGesture() local
|
| /foundation/bundlemanager/app_domain_verify/interfaces/inner_api/client/src/ |
| H A D | app_domain_verify_mgr_client.cpp | 202 bool AppDomainVerifyMgrClient::IsValidPath(const std::string& path) in IsValidPath() argument
|
| /foundation/bundlemanager/bundle_framework/common/utils/src/ |
| H A D | bundle_file_util.cpp | 205 DeleteDir(const std::string &path) DeleteDir() argument [all...] |
| /foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/ |
| H A D | bundle_installer_proxy.cpp | 444 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 D | zip_writer.cpp | 109 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 D | ui_font.cpp | 123 int8_t UIFont::SetFontPath(const char* path, BaseFont::FontType type) in SetFontPath() argument
|
| /foundation/arkui/ace_engine/test/unittest/interfaces/ |
| H A D | drawable_descriptor_test.cpp | 185 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 D | image.cpp | 245 char* path = static_cast<char*>(UIMalloc(static_cast<uint32_t>(strLen))); in PreParse() local
|
| /foundation/arkui/ui_lite/interfaces/kits/font/ |
| H A D | ui_font.h | 160 int8_t GetFontVersion(BaseFont::FontType type, const char* path, char* version, uint8_t len) const in GetFontVersion() argument
|
| H A D | base_font.h | 136 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 D | ui_dump_dom_tree.cpp | 396 bool UIDumpDomTree::DumpDomTree(const char* id, const char* path) in DumpDomTree() argument
|
| /foundation/arkui/ui_lite/frameworks/engines/gfx/ |
| H A D | soft_engine.cpp | 95 ClipPath path; in ClipCircle() local
|
| /foundation/arkui/ui_lite/test/uitest/test_opacity/ |
| H A D | ui_test_opacity.cpp | 241 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 D | bundle_daemon.cpp | 213 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 D | bundle_daemon_handler.cpp | 285 bool BundleDaemonHandler::IsValideSystemPath(const char *path) in IsValideSystemPath() argument [all...] |