/foundation/ability/ability_base/interfaces/kits/native/extractortool/src/ |
H A D | file_path_utils.cpp | 28 char* realpath(const char* path, char* resolvedPath) in realpath() argument 117 void FixExtName(std::string& path) in FixExtName() argument 205 char path[PATH_MAX]; MakeNewJsModulePath() local 216 char path[PATH_MAX]; FindNpmPackageInPath() local 262 std::string path = moduleInstallPath + NPM_PATH_SEGMENT + '/' + std::to_string(level) + '/' + npmPackage; FindNpmPackageInTopLevel() local 298 std::string path = FindNpmPackage() local [all...] |
/foundation/ability/ability_runtime/frameworks/native/ability/native/recovery/ |
H A D | app_recovery.cpp | 472 bool AppRecovery::GetMissionIds(std::string path, std::vector<int32_t> &missionIds) in GetMissionIds() argument
|
/foundation/arkui/ace_engine/frameworks/core/components/checkable/ |
H A D | rosen_render_checkbox.cpp | 152 RSRecordingPath path; in DrawPartSelect() local 200 RSRecordingPath path; in DrawCheck() local 247 RSPath path; DrawAnimationOffToOn() local 301 RSRecordingPath path; DrawAnimationOnToOff() local [all...] |
/foundation/arkui/ace_engine/frameworks/core/components/form/ |
H A D | sub_container.cpp | 155 void SubContainer::RunCard(int64_t formId, const std::string& path, const std::string& module, const std::string& data, in RunCard() argument
|
/foundation/CastEngine/castengine_wifi_display/tests/unittest/protocol/rtsp/ |
H A D | rtsp_unit_test.cpp | 903 auto path = rtspUrl->GetPath(); in HWTEST_F() local
|
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/frontend/ |
H A D | cj_page_router_ng.cpp | 283 void CJPageRouterNG::GetState(int32_t& index, std::string& name, std::string& path) in GetState() argument
|
H A D | cj_page_router.cpp | 166 void CJPageRouter::GetState(int32_t& index, std::string& name, std::string& path) in GetState() argument
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ng/ |
H A D | page_router_manager.h | 65 std::string path; member
|
/foundation/arkui/ace_engine/adapter/ohos/osal/ |
H A D | js_third_accessibility_hover_ng.cpp | 209 AccessibilityHoverTestPathForThird path; in HoverPathForThird() local 236 AccessibilityHoverTestPathForThird path = in HandleAccessibilityHoverForThird() local 161 HoverPathForThirdRecursive( const int64_t hostElementId, const NG::PointF& hoverPoint, const AccessibilityElementInfo& nodeInfo, AccessibilityHoverTestPathForThird& path, NG::OffsetF hostOffset) HoverPathForThirdRecursive() argument
|
H A D | pixel_map_ohos.cpp | 303 auto path = ImageFileCache::GetInstance().ConstructCacheFilePath(filename); in SavePixelMapToFile() local
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_sceneview.cpp | 88 bool GetResourceId(const std::string& uri, std::string& path) in GetResourceId() argument
|
/foundation/arkui/ace_engine/frameworks/base/log/ |
H A D | ace_performance_check.cpp | 147 RecordPerformanceCheckData( const PerformanceCheckNodeMap& nodeMap, int64_t vsyncTimeout, std::string path) RecordPerformanceCheckData() argument
|
/foundation/arkui/ace_engine/frameworks/bridge/card_frontend/ |
H A D | js_card_parser.h | 123 void SetCardHapPath(const std::string& path) in SetCardHapPath() argument
|
/foundation/arkui/ace_engine/frameworks/core/accessibility/ |
H A D | accessibility_manager_ng.cpp | 144 AccessibilityHoverTestPath path = AccessibilityProperty::HoverTest(point, root, debugInfo); in HandleAccessibilityHoverEventInner() local 234 AccessibilityHoverTestPath path = AccessibilityProperty::HoverTest(point, root, debugInfo); in HoverTestDebug() local 269 std::vector<RefPtr<NG::FrameNode>> path; in ConvertPointFromAncestorToNode() local [all...] |
/foundation/arkui/ace_engine/frameworks/core/image/ |
H A D | image_file_cache.cpp | 53 bool IsFileExists(const char* path) in IsFileExists() argument
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_drag/ |
H A D | text_drag_pattern.cpp | 166 std::shared_ptr<RSPath> path = std::make_shared<RSPath>(); in GenerateClipPath() local 198 std::shared_ptr<RSPath> path = std::make_shared<RSPath>(); GenerateBackgroundPath() local 207 std::shared_ptr<RSPath> path = std::make_shared<RSPath>(); GenerateSelBackgroundPath() local 262 CalculateLineAndArc(std::vector<TextPoint>& points, std::shared_ptr<RSPath>& path, float radiusRatio) CalculateLineAndArc() argument 310 CalculateLine(std::vector<TextPoint>& points, std::shared_ptr<RSPath>& path) CalculateLine() argument [all...] |
/foundation/arkui/ace_engine/interfaces/inner_api/drawable_descriptor/ |
H A D | js_drawable_descriptor.cpp | 444 auto path = OHOS::Ace::Napi::LayeredDrawableDescriptor::GetStaticMaskClipPath(); in GetMaskClipPath() local
|
H A D | drawable_descriptor.h | 309 std::string path = std::get<2>(info); in Create() local 345 std::string path = std::get<2>(info); in Create() local 103 LayeredDrawableDescriptor(std::unique_ptr<uint8_t[]> jsonBuf, size_t len, const std::shared_ptr<Global::Resource::ResourceManager>& resourceMgr, std::string path, uint32_t iconType, uint32_t density) LayeredDrawableDescriptor() argument 111 LayeredDrawableDescriptor(std::unique_ptr<uint8_t[]> jsonBuf, size_t len, const std::shared_ptr<Global::Resource::ResourceManager>& resourceMgr, std::string path, uint32_t iconType, std::pair<std::unique_ptr<uint8_t[]>, size_t>& foregroundInfo, std::pair<std::unique_ptr<uint8_t[]>, size_t>& backgroundInfo) LayeredDrawableDescriptor() argument 365 Create(std::pair<std::unique_ptr<uint8_t[]>, size_t> &foregroundInfo, std::pair<std::unique_ptr<uint8_t[]>, size_t> &backgroundInfo, std::string &path, DrawableType& drawableType, const std::shared_ptr<ResourceManager>& resourceMgr) Create() argument [all...] |
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/zip/napi/class_gzip/ |
H A D | gzip_n_exporter.cpp | 45 std::unique_ptr<char[]> path = nullptr; member
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/svg/parse/ |
H A D | svg_node.h | 157 void SetImagePath(const std::string& path) in SetImagePath() argument
|
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/zip/src/ |
H A D | zip.cpp | 93 std::string path = extractDir.Value(); in CreateDirectory() local [all...] |
/foundation/arkui/ace_engine_lite/frameworks/src/core/context/ |
H A D | js_app_context.cpp | 350 char *path = StringUtil::Slice(uri, URI_PREFIX_DATA_LENGTH); in GetResourcePath() local [all...] |
/foundation/arkui/ui_lite/frameworks/font/ |
H A D | ui_font_bitmap.cpp | 82 int8_t UIFontBitmap::SetFontPath(const char* path, FontType type) in SetFontPath() argument 203 int8_t UIFontBitmap::GetFontVersion(FontType type, const char* path, char* version, uint8_t len) in GetFontVersion() argument
|
/foundation/arkui/ace_engine/test/unittest/core/rosen/ |
H A D | rosen_render_context_test_new.cpp | 116 RSPath path; in HWTEST_F() local 148 RSPath path; in HWTEST_F() local 194 RSPath path; in HWTEST_F() local 228 RSPath path; in HWTEST_F() local 260 RSPath path; HWTEST_F() local [all...] |
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/extend_resource/ |
H A D | extend_resource_manager_host_impl.cpp | 46 bool IsValidPath(const std::string &path) in IsValidPath() argument 80 std::string path = BuildResourcePath(bundleName); in ConvertToExtendResourceInfo() local 634 CreateFd( const std::string &fileName, int32_t &fd, std::string &path) CreateFd() argument
|