Home
last modified time | relevance | path

Searched refs:path (Results 3826 - 3850 of 3917) sorted by relevance

1...<<151152153154155156157

/foundation/arkui/ace_engine/test/unittest/core/pattern/data_panel/
H A Ddata_panel_test_ng.cpp828 RSPath path; in HWTEST_F() local
831 dataPanelModifier.PaintProgress(rsCanvas, arcData, path, endPath, true); in HWTEST_F()
834 dataPanelModifier.PaintProgress(rsCanvas, arcData, path, endPath, false); in HWTEST_F()
/foundation/arkui/ace_engine/test/unittest/core/pattern/gauge/
H A Dgauge_test_ng.cpp1320 RSPath path; in HWTEST_F() local
1321 gaugeModifier->CreateDefaultTrianglePath(pathStartVertexX, pathStartVertexY, data.radius, path); in HWTEST_F()
1322 EXPECT_TRUE(path.BuildFromSVGString(" ")); in HWTEST_F()
/foundation/barrierfree/accessibility/interfaces/kits/napi/src/
H A Dnapi_accessibility_utils.cpp1354 AccessibilityGesturePosition path; in ConvertGesturePathJSToNAPIPart1() local
1359 bool result = ConvertGesturePointJSToNAPI(env, jsValue, path); in ConvertGesturePathJSToNAPIPart1()
1361 gesturePath->AddPosition(path); in ConvertGesturePathJSToNAPIPart1()
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/installer/
H A Dinstaller.cpp773 std::string path; in ParseSharedBundleDirPaths() local
774 if (!CommonFunc::ParseString(env, value, path)) { in ParseSharedBundleDirPaths()
778 sharedBundleDirPaths.emplace_back(path); in ParseSharedBundleDirPaths()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/
H A Drs_marshalling_helper.cpp1273 Drawing::Path path; in Unmarshalling() local
1279 if (!path.Deserialize(data)) { in Unmarshalling()
1284 val = RSPath::CreateRSPath(path); in Unmarshalling()
/test/xts/hats/powermgr/power/hdi_power_additional/common/
H A Dhdi_power_test.cpp64 static int32_t ReadFile(const std::string path, std::string &buf, size_t size);
75 int32_t HdfPowerHdiTestAdditional::ReadFile(const std::string path, std::string &buf, size_t size) in ReadFile() argument
80 int32_t fd = open(path.c_str(), O_RDONLY, S_IRUSR | S_IRGRP | S_IROTH); in ReadFile()
/foundation/ability/ability_runtime/frameworks/native/appkit/app/
H A Dmain_thread.cpp178 // libraries in patch lib path has a higher priority when loading. in GetNativeLibPath()
181 TAG_LOGD(AAFwkTag::APPKIT, "lib path = %{private}s", patchLibPath.c_str()); in GetNativeLibPath()
192 TAG_LOGD(AAFwkTag::APPKIT, "lib path = %{private}s", libPath.c_str()); in GetNativeLibPath()
1384 "MainThread::handleLaunchApplication %{public}s need add app detail ability library path", in HandleLaunchApplication()
1778 TAG_LOGD(AAFwkTag::APPKIT, "handle entries for: %{public}s, with path: %{public}s", in CalcNativeLiabraryEntries()
1786 TAG_LOGI(AAFwkTag::APPKIT, "module lib path: %{public}s", libPath.c_str()); in CalcNativeLiabraryEntries()
1802 TAG_LOGW(AAFwkTag::APPKIT, "Native library path is empty"); in CalcNativeLiabraryEntries()
1811 TAG_LOGD(AAFwkTag::APPKIT, "native library path = %{public}s", libPath.c_str()); in CalcNativeLiabraryEntries()
1843 TAG_LOGD(AAFwkTag::APPKIT, "Load libformrender.z.so from native lib path."); in LoadNativeLibrary()
2709 const char *path in LoadAceAbilityLibrary() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/event/
H A Ddrag_event.cpp2289 RSPath path; in PrepareShadowParametersForDragData() local
2290 if (path.BuildFromSVGString(stringPath)) { in PrepareShadowParametersForDragData()
2294 path.Transform(matrix); in PrepareShadowParametersForDragData()
2295 stringPath = path.ConvertToSVGString(); in PrepareShadowParametersForDragData()
/foundation/multimedia/av_codec/test/unittest/avsource_test/
H A Davsource_unit_test.cpp1522 string path = TEST_FILE_PATH + string("avcc_aac_mp3.mp4"); in HWTEST_F() local
1523 fd_ = OpenFile(path); in HWTEST_F()
1524 size_ = GetFileSize(path); in HWTEST_F()
1525 printf("---- %s ----\n", path.c_str()); in HWTEST_F()
/foundation/multimedia/media_library/frameworks/services/media_backup_extension/src/
H A Dclone_restore.cpp618 static std::string GetThumbnailLocalPath(const string path) in GetThumbnailLocalPath() argument
621 if (path.length() <= cloudDirLength || path.substr(0, cloudDirLength).compare(RESTORE_FILES_CLOUD_DIR) != 0) { in GetThumbnailLocalPath()
625 std::string suffixStr = path.substr(cloudDirLength); in GetThumbnailLocalPath()
705 MEDIA_ERR_LOG("Prepare thumbnail dir path failed"); in MoveThumbnailDir()
739 MEDIA_INFO_LOG("Thumbnail dose not exist, id:%{public}d, path:%{public}s", in MoveThumbnail()
745 MEDIA_ERR_LOG("Move thumbnail failed, id:%{public}d, path:%{public}s", in MoveThumbnail()
754 MEDIA_ERR_LOG("Astc does not exist, id:%{public}d, path:%{public}s", in MoveThumbnail()
760 MEDIA_ERR_LOG("Move astc failed, id:%{public}d, path:%{public}s", in MoveThumbnail()
1356 MEDIA_ERR_LOG("Create Asset Path failed, errCode=%{public}d, path in PrepareCloudPath()
[all...]
/foundation/multimedia/player_framework/services/services/screen_capture/server/
H A Dscreen_capture_server.cpp1639 std::shared_ptr<PixelMap> ScreenCaptureServer::GetPixelMap(std::string path) in GetPixelMap() argument
1645 ImageSource::CreateImageSource(path, opts, errorCode); in GetPixelMap()
1652 std::shared_ptr<PixelMap> ScreenCaptureServer::GetPixelMapSvg(std::string path, int32_t width, int32_t height) in GetPixelMapSvg() argument
1658 ImageSource::CreateImageSource(path, opts, errorCode); in GetPixelMapSvg()
/test/xts/acts/multimedia/drm/drm_ndk_test/entry/src/main/cpp/
H A Dhello.cpp134 std::string path; in getHttp() local
156 path = "/"; in getHttp()
158 path = url.substr(pos2); in getHttp()
162 std::string requestStr = "POST " + path + in getHttp()
/applications/standard/app_samples/code/Project/HapBuild/compile-tool/bin/
H A Dcompile-ut-ohpm.sh69 --p=config path
/foundation/ai/neural_network_runtime/test/system_test/
H A Dend_to_end_test.cpp381 const fs::path cachePath{CACHE_DIR}; in HWTEST_F()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/property/
H A Drs_properties.h407 void SetClipBounds(const std::shared_ptr<RSPath>& path);
/foundation/multimedia/audio_framework/services/audio_service/test/unittest/
H A Daudio_service_unit_test.cpp197 library.path ="test.so"; in HWTEST()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navigation/
H A Dnavigation_group_node.cpp717 path = curNavDestination->GetNavDestinationPathInfo()]() { in TransitionWithPush()
725 AceScopedPerformanceCheck::RecordPerformanceCheckData(nodeMap, endTime - startTime, path); in TransitionWithPush()
/foundation/arkui/ace_engine/frameworks/bridge/plugin_frontend/
H A Dplugin_frontend_delegate.cpp776 void PluginFrontendDelegate::GetState(int32_t& index, std::string& name, std::string& path) in GetState() argument
794 path = url.substr(0, pos + 1); in GetState()
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/src/
H A Dability_info.cpp285 stctUri.path = Str16ToStr8(parcel.ReadString16()); in ReadFromParcel()
474 WRITE_PARCEL_AND_RETURN_FALSE_IF_FAIL(String16, parcel, Str8ToStr16(uri.path)); in Marshalling()
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/fuzztest/imageyuvconvert_fuzzer/src/
H A Dimage_yuv_convert_fuzzer.cpp245 bool ReadFile(void *chOrg, std::string path, int32_t totalsize, int32_t srcNum) in ReadFile() argument
247 FILE* const fileOrg = fopen(path.c_str(), "rb"); in ReadFile()
/foundation/multimedia/av_codec/test/unittest/demuxer_test/
H A Ddemuxer_uri_unit_test.cpp1090 string path = TEST_URI_PATH + string("avcc_aac_mp3.mp4"); in HWTEST_F() local
1091 InitResource(path, URI); in HWTEST_F()
/foundation/resourceschedule/background_task_mgr/services/continuous_task/src/
H A Dbg_continuous_task_mgr.cpp132 std::string path = "/proc/" + std::to_string(pid) + "/reclaim"; in ReclaimProcessMemory() local
134 int fd = open(path.c_str(), O_WRONLY); in ReclaimProcessMemory()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/common/distributeddb/src/
H A Ddistributed_test_tools.cpp442 string path = srcFullDir; local
450 DIR *dpSrc = opendir(path.c_str());
/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/
H A Dstringndk.cpp968 const char *path = "/data/storage/el2/base/files/Fzl.txt"; in Strrchr_Chk() local
970 checkParam = __strrchr_chk(path, character, size); in Strrchr_Chk()
/test/xts/acts/multimedia_lite/media_lite_posix/recorder_native/src/
H A DActsMediaRecorderTest.cpp1794 * @tc.name : Set Output Path with empty path
1800 const string path = ""; in HWTEST_F() local
1801 int32_t ret = recorder->SetOutputPath(path); in HWTEST_F()

Completed in 74 milliseconds

1...<<151152153154155156157