Home
last modified time | relevance | path

Searched full:path (Results 31726 - 31750 of 40200) sorted by relevance

1...<<1261126212631264126512661267126812691270>>...1608

/foundation/graphic/graphic_2d/frameworks/vulkan_layers/test/systemtest/
H A Dvulkan_loader_system_test.cpp96 const char *path = "libvulkan.so"; in DLOpenLibVulkan() local
97 libVulkan_ = dlopen(path, RTLD_NOW | RTLD_LOCAL); in DLOpenLibVulkan()
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/skia_adapter/
H A Dskia_typeface_test.cpp170 ASSERT_TRUE(SkiaTypeface::MakeFromFile("path", 0) == nullptr); in HWTEST_F()
184 auto typefaceInvalidPath = SkiaTypeface::MakeFromFile("invalid/path/to/font.ttf", 0); in HWTEST_F()
/foundation/multimedia/image_framework/interfaces/innerkits/include/
H A Dimage_source.h222 const std::string &path);
229 const std::string &path);
/foundation/multimedia/av_codec/test/nativedemo/avdemuxer/
H A Davdemuxer_demo_runner.cpp495 cout << "Please select file path (0) or uri (1) or dataSource (2)" << endl; in AVSourceDemuxerDemoCase()
502 cout << "Please input file path or uri:" << endl; in AVSourceDemuxerDemoCase()
/foundation/multimedia/media_library/frameworks/innerkitsimpl/media_library_helper/src/
H A Dfile_asset.cpp84 void FileAsset::SetPath(const string &path) in SetPath() argument
86 member_[MEDIA_DATA_DB_FILE_PATH] = path; in SetPath()
/foundation/multimedia/media_foundation/engine/pipeline/filters/source/media_source/
H A Dmedia_source_filter.cpp370 ret = OSAL::ConvertFullPath(uri_, fullPath); // convert path to full path in GetProtocolByUri()
/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/src/
H A Dmedialibrary_notify.cpp359 string path = MediaLibraryRdbStore::GetString(resultSet, PhotoColumn::MEDIA_FILE_PATH); in GetNotifyUri() local
362 MediaFileUtils::GetExtraUri(displayName, path)); in GetNotifyUri()
/foundation/multimedia/media_library/frameworks/services/media_cloud_enhancement/src/enhancement_service/
H A Denhancement_service_callback.cpp90 MEDIA_ERR_LOG("Create Asset Path failed, errCode=%{public}d", errCode); in SetAssetPathInCreate()
173 "Failed to Solve FileAsset Path and Name, displayName=%{private}s", info->displayName.c_str()); in CreateCloudEnhancementPhoto()
/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/fuzztest/medialibrarythumbnail_fuzzer/src/
H A Dmedialibrary_thumbnail_fuzzer.cpp143 .path = FuzzString(data, size), in FuzzThumbRdbOpt()
165 datas.path = FuzzString(data, size); in FuzzThumbnailData()
/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_location_test/src/
H A Dmedialibrary_location_test.cpp307 string path = "/storage/cloud/files/photo/1/" + displayName; in InsertPhoto() local
322 valuesBucket.PutString(MediaColumn::MEDIA_FILE_PATH, path); in InsertPhoto()
/foundation/multimedia/media_library/interfaces/kits/js/
H A DBUILD.gn36 "--frontend-tool-path",
388 "--frontend-tool-path",
/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/create_delete_directory_test/src/
H A Dcreate_delete_directory_test.cpp62 string PathSplicing(string subpath, string path = MEDIA_DIROPRN) in PathSplicing()
64 return (MEDIALIBRARY_DATA_URI + "/" + path + "/" + subpath); in PathSplicing()
/foundation/multimedia/player_framework/services/services/screen_capture/server/
H A Dscreen_capture_server.h357 std::shared_ptr<PixelMap> GetPixelMap(std::string path);
358 std::shared_ptr<PixelMap> GetPixelMapSvg(std::string path, int32_t width, int32_t height);
/foundation/multimedia/ringtone_library/test/unittest/ringtone_restore_test/src/
H A Dringtone_restore_test.cpp90 void Init(RingtoneSource &source, const string &path) in Init() argument
93 source.Init(path, LOCAL_DB_PATH); in Init()
/foundation/systemabilitymgr/samgr/interfaces/innerkits/rust/src/
H A Ddefinition.rs21 //! definition.rs The path of hidumper is
23 //! is "saNameMap_" The path of definition.rs is
/foundation/window/window_manager/snapshot/test/unittest/
H A Dsnapshot_utils_test.cpp89 * @tc.desc: Check random path is invalid file names
94 std::string fileName1 = "/path/to/test/1.jpeg"; in HWTEST_F()
/foundation/communication/netmanager_base/services/netmanagernative/src/netsys/wrapper/
H A Dwrapper_decoder.cpp190 const std::string path = msg[1]; in DecodeAscii() local
191 if (path.empty()) { in DecodeAscii()
/foundation/communication/dsoftbus/sdk/transmission/trans_channel/proxy/src/
H A Dclient_trans_proxy_file_helper.c373 TRANS_LOGE(TRANS_FILE, "strcpy_s dir path error, dirLen=%{public}d", dirLen); in GetDirPath()
386 TRANS_LOGE(TRANS_FILE, "get dir path failed"); in GetAbsFullPath()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/src/relational/
H A Drelational_store_delegate_impl.cpp29 RelationalStoreDelegateImpl::RelationalStoreDelegateImpl(RelationalStoreConnection *conn, const std::string &path) in RelationalStoreDelegateImpl() argument
31 storePath_(path) in RelationalStoreDelegateImpl()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/oh_adapter/src/
H A Dsqlite_store_executor_impl.cpp27 int SqliteStoreExecutorImpl::CreateDatabase(const std::string &path, const DBConfig &config, sqlite3 *&db) in CreateDatabase() argument
33 int errCode = RDSQLiteUtils::CreateDataBase(path, 0, db); in CreateDatabase()
/foundation/distributeddatamgr/data_share/frameworks/native/consumer/src/
H A Ddatashare_helper.cpp207 * @param uri, Indicates the path of the data to operate.
239 * @param uri, Indicates the path of the data to operate.
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/cloud/
H A Dcloud_db_sync_utils_test.cpp43 void CloudDBSyncUtilsTest::SetStorePath(const std::string &path) in SetStorePath() argument
45 g_storePath = path; in SetStorePath()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/object/
H A Dobject_asset_machine.cpp287 oldAsset.path = newAsset.path; in MergeAsset()
/foundation/distributeddatamgr/relational_store/test/native/rdb/unittest/
H A Drdb_attach_test.cpp193 * @tc.desc: Abnormal testCase for Attach with wrong path
207 RdbStoreConfig attachedConfig("/wrong/path"); in HWTEST_F()
/foundation/distributeddatamgr/relational_store/test/js/relationalstore/unittest/src/
H A DRdbStoreQueryByStep.test.js32 path: "path1",
42 path: "path2",

Completed in 45 milliseconds

1...<<1261126212631264126512661267126812691270>>...1608