Home
last modified time | relevance | path

Searched defs:path (Results 851 - 875 of 1344) sorted by relevance

1...<<31323334353637383940>>...54

/foundation/ability/ability_base/interfaces/kits/native/extractortool/src/
H A Dfile_path_utils.cpp28 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 Dapp_recovery.cpp472 bool AppRecovery::GetMissionIds(std::string path, std::vector<int32_t> &missionIds) in GetMissionIds() argument
/foundation/arkui/ace_engine/frameworks/core/components/checkable/
H A Drosen_render_checkbox.cpp152 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 Dsub_container.cpp155 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 Drtsp_unit_test.cpp903 auto path = rtspUrl->GetPath(); in HWTEST_F() local
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/frontend/
H A Dcj_page_router_ng.cpp283 void CJPageRouterNG::GetState(int32_t& index, std::string& name, std::string& path) in GetState() argument
H A Dcj_page_router.cpp166 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 Dpage_router_manager.h65 std::string path; member
/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Djs_third_accessibility_hover_ng.cpp209 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 Dpixel_map_ohos.cpp303 auto path = ImageFileCache::GetInstance().ConstructCacheFilePath(filename); in SavePixelMapToFile() local
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_sceneview.cpp88 bool GetResourceId(const std::string& uri, std::string& path) in GetResourceId() argument
/foundation/arkui/ace_engine/frameworks/base/log/
H A Dace_performance_check.cpp147 RecordPerformanceCheckData( const PerformanceCheckNodeMap& nodeMap, int64_t vsyncTimeout, std::string path) RecordPerformanceCheckData() argument
/foundation/arkui/ace_engine/frameworks/bridge/card_frontend/
H A Djs_card_parser.h123 void SetCardHapPath(const std::string& path) in SetCardHapPath() argument
/foundation/arkui/ace_engine/frameworks/core/accessibility/
H A Daccessibility_manager_ng.cpp144 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 Dimage_file_cache.cpp53 bool IsFileExists(const char* path) in IsFileExists() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_drag/
H A Dtext_drag_pattern.cpp166 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 Djs_drawable_descriptor.cpp444 auto path = OHOS::Ace::Napi::LayeredDrawableDescriptor::GetStaticMaskClipPath(); in GetMaskClipPath() local
H A Ddrawable_descriptor.h309 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 Dgzip_n_exporter.cpp45 std::unique_ptr<char[]> path = nullptr; member
/foundation/arkui/ace_engine/frameworks/core/components_ng/svg/parse/
H A Dsvg_node.h157 void SetImagePath(const std::string& path) in SetImagePath() argument
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/zip/src/
H A Dzip.cpp93 std::string path = extractDir.Value(); in CreateDirectory() local
[all...]
/foundation/arkui/ace_engine_lite/frameworks/src/core/context/
H A Djs_app_context.cpp350 char *path = StringUtil::Slice(uri, URI_PREFIX_DATA_LENGTH); in GetResourcePath() local
[all...]
/foundation/arkui/ui_lite/frameworks/font/
H A Dui_font_bitmap.cpp82 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 Drosen_render_context_test_new.cpp116 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 Dextend_resource_manager_host_impl.cpp46 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

Completed in 23 milliseconds

1...<<31323334353637383940>>...54