| /device/soc/hisilicon/common/hal/display/hi3751v350/linux_standard/adapter/ |
| H A D | display_adapter_impl.cpp | 20 static int32_t DisplayOpenDevice(const char *path, int flags, mode_t mode)
in DisplayOpenDevice() argument
|
| /device/qemu/SmartL_E802/adapter/hals/utils/file/src/ |
| H A D | hal_file.c | 37 int HalFileOpen(const char* path, int oflag, int mode) in HalFileOpen() argument 59 int HalFileDelete(const char *path) in HalFileDelete() argument 66 int HalFileStat(const char *path, unsigned int *fileSize) in HalFileStat() argument
|
| /foundation/ability/ability_runtime/test/unittest/frameworks_kits_appkit_native_test/ |
| H A D | application_cleaner_test.cpp | 103 std::string path = "/data/app/base"; in HWTEST_F() local
|
| /foundation/ability/form_fwk/services/form_render_service/src/ |
| H A D | form_module_checker.cpp | 75 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 D | trigger_manager_test.cpp | 72 void TriggerManagerTest::ReadFile(const std::string &path) in ReadFile() argument
|
| /foundation/ability/ability_runtime/test/unittest/task_data_persistence_mgr_test/ |
| H A D | task_data_persistence_mgr_test.cpp | 141 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 D | mock_runtime.h | 88 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 D | rosen_svg_painter.h | 46 std::string path; member
|
| /foundation/arkui/ace_engine/frameworks/core/components/svg/ |
| H A D | render_svg_text_path.h | 52 void SetPath(const std::string& path) in SetPath() argument
|
| H A D | rosen_render_svg_ellipse.cpp | 48 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 D | svg_text_path_component.cpp | 66 void SvgTextPathComponent::SetPath(const std::string& path) in SetPath() argument
|
| H A D | rosen_render_svg_rect.cpp | 47 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 D | transparent_node_detector.cpp | 86 std::string path = AceApplicationInfo::GetInstance().GetDataFileDirPath() + "/dump_info.log"; in DumpNodeInfo() local
|
| /foundation/arkui/ace_engine/frameworks/core/components/declaration/svg/ |
| H A D | svg_text_path_declaration.h | 25 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 D | animatable_path.cpp | 136 std::string AnimatablePath::FormatPathString(const std::string& path) in FormatPathString() argument
|
| /foundation/arkui/ace_engine/frameworks/core/components/drag_bar/ |
| H A D | rosen_render_drag_bar.cpp | 74 SkPath path; in Paint() local 105 RSRecordingPath path; in Paint() local [all...] |
| /foundation/arkui/ace_engine/frameworks/core/components/svg/parse/ |
| H A D | svg_line.cpp | 75 SkPath path; in AsPath() local 85 RSPath path; in AsPath() local
|
| /foundation/arkui/ace_engine/frameworks/core/components/plugin/ |
| H A D | hap_asset_provider_impl.cpp | 79 void HapAssetProviderImpl::GetAssetList(const std::string& path, std::vector<std::string>& assetList) in GetAssetList() argument
|
| H A D | hap_asset_provider.cpp | 79 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 D | js_path.cpp | 67 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 D | mock_ace_performance_check.cpp | 31 RecordPerformanceCheckData( const PerformanceCheckNodeMap& nodeMap, int64_t vsyncTimeout, std::string path) RecordPerformanceCheckData() argument
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/svg/parse/ |
| H A D | svg_rect.cpp | 58 SkPath path; in AsPath() local 66 RSRecordingPath path; in AsPath() local
|
| /foundation/arkui/ace_engine/frameworks/core/image/test/unittest/ |
| H A D | image_compressor_test.cpp | 83 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 D | verify_manager_proxy.cpp | 89 ErrCode VerifyManagerProxy::DeleteAbc(const std::string &path) in DeleteAbc() argument
|
| H A D | verify_manager_host.cpp | 85 std::string path = data.ReadString(); in HandleDeleteAbc() local
|