Home
last modified time | relevance | path

Searched defs:path (Results 176 - 200 of 1344) sorted by relevance

12345678910>>...54

/foundation/filemanagement/storage_service/services/storage_daemon/mtpfs/src/
H A Dmtpfs_tmp_files_pool.cpp27 void MtpFsTmpFilesPool::RemoveFile(const std::string &path) in RemoveFile() argument
/foundation/filemanagement/storage_service/services/storage_manager/storage/src/
H A Dvolume_storage_status_service.cpp50 std::string path = GetVolumePath(volumeUuid); in GetFreeSizeOfVolume() local
66 std::string path = GetVolumePath(volumeUuid); in GetTotalSizeOfVolume() local
/foundation/graphic/graphic_2d/frameworks/bootanimation/src/
H A Dboot_animation_controller.cpp36 std::string path = GetConfigFilePath(); in Start() local
74 char *path = GetOneCfgFile(BOOT_CUSTOM_CONFIG_PATH_SUFFIX.c_str(), buf, MAX_PATH_LEN); in GetConfigFilePath() local
/foundation/ability/ability_runtime/test/unittest/frameworks_kits_appkit_native_test/
H A Dapplication_cleaner_test.cpp103 std::string path = "/data/app/base"; in HWTEST_F() local
/foundation/ability/form_fwk/services/form_render_service/src/
H A Dform_module_checker.cpp75 const std::string path = item.substr(0, item.rfind('.')); in CheckApiWithSuffix() local
133 char* path = GetOneCfgFile(FORM_MODULE_WHITE_LIST_PATH.c_str(), buf, MAX_PATH_LEN); in GetModuleAllowList() local
/foundation/ai/intelligent_voice_framework/tests/unittest/intell_voice_test/src/
H A Dtrigger_manager_test.cpp72 void TriggerManagerTest::ReadFile(const std::string &path) in ReadFile() argument
/foundation/ability/ability_runtime/test/unittest/task_data_persistence_mgr_test/
H A Dtask_data_persistence_mgr_test.cpp141 const std::string path = TASK_DATA_FILE_BASE_PATH + "/" + std::to_string(userId); in HWTEST_F() local
/foundation/ability/ability_runtime/test/mock/frameworks_kits_runtime_test/
H A Dmock_runtime.h88 bool RunScript(const std::string& path, const std::string& hapPath, bool useCommonChunk = false) in RunScript() argument
97 napi_value LoadJsBundle(const std::string& path, const std::string& hapPath, bool useCommonChunk = false) in LoadJsBundle() argument
101 napi_value LoadJsModule(const std::string& path, const std::string& hapPath) in LoadJsModule() argument
105 bool LoadScript(const std::string& path, std::vector<uint8_t>* buffer = nullptr, bool isBundle = false) in LoadScript() argument
/foundation/arkui/ace_engine/frameworks/core/components/common/painter/
H A Drosen_svg_painter.h46 std::string path; member
/foundation/arkui/ace_engine/frameworks/core/components/svg/
H A Drender_svg_text_path.h52 void SetPath(const std::string& path) in SetPath() argument
H A Drosen_render_svg_ellipse.cpp48 SkPath path; in Paint() local
53 RSPath path; in Paint() local
78 SkPath path; in PaintDirectly() local
86 RSPath path; in PaintDirectly() local
94 UpdateMotion(const std::string& path, const std::string& rotate, double percent) UpdateMotion() argument
107 SkPath path; GetPaintBounds() local
120 GetPath(SkPath& path) GetPath() argument
[all...]
H A Dsvg_text_path_component.cpp66 void SvgTextPathComponent::SetPath(const std::string& path) in SetPath() argument
H A Drosen_render_svg_rect.cpp47 SkPath path; in Paint() local
52 RSRecordingPath path; in Paint() local
78 SkPath path; in PaintDirectly() local
86 RSRecordingPath path; in PaintDirectly() local
94 UpdateMotion(const std::string& path, const std::string& rotate, double percent) UpdateMotion() argument
107 SkPath path; GetPaintBounds() local
120 GetPath(SkPath& path) GetPath() argument
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dtransparent_node_detector.cpp86 std::string path = AceApplicationInfo::GetInstance().GetDataFileDirPath() + "/dump_info.log"; in DumpNodeInfo() local
/foundation/arkui/ace_engine/frameworks/core/components/declaration/svg/
H A Dsvg_text_path_declaration.h25 std::string path; member
55 void SetPath(const std::string& path) in SetPath() argument
/foundation/arkui/ace_engine/frameworks/core/components/common/properties/
H A Danimatable_path.cpp136 std::string AnimatablePath::FormatPathString(const std::string& path) in FormatPathString() argument
/foundation/arkui/ace_engine/frameworks/core/components/drag_bar/
H A Drosen_render_drag_bar.cpp74 SkPath path; in Paint() local
105 RSRecordingPath path; in Paint() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/components/svg/parse/
H A Dsvg_line.cpp75 SkPath path; in AsPath() local
85 RSPath path; in AsPath() local
/foundation/arkui/ace_engine/frameworks/core/components/plugin/
H A Dhap_asset_provider_impl.cpp79 void HapAssetProviderImpl::GetAssetList(const std::string& path, std::vector<std::string>& assetList) in GetAssetList() argument
H A Dhap_asset_provider.cpp79 void HapAssetProvider::GetAssetList(const std::string& path, std::vector<std::string>& assetList) in GetAssetList() argument
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_path.cpp67 auto path = AceType::DynamicCast<Path>(basicShape_); in ObjectCommands() local
77 auto path = AceType::MakeRefPtr<Path>(); in ConstructorCallback() local
/foundation/arkui/ace_engine/test/mock/base/
H A Dmock_ace_performance_check.cpp31 RecordPerformanceCheckData( const PerformanceCheckNodeMap& nodeMap, int64_t vsyncTimeout, std::string path) RecordPerformanceCheckData() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/svg/parse/
H A Dsvg_rect.cpp58 SkPath path; in AsPath() local
66 RSRecordingPath path; in AsPath() local
/foundation/arkui/ace_engine/frameworks/core/image/test/unittest/
H A Dimage_compressor_test.cpp83 std::string &path = const_cast<std::string &>(instance->shader_path_); in HWTEST_F() local
/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

Completed in 10 milliseconds

12345678910>>...54