Home
last modified time | relevance | path

Searched refs:SetFilePath (Results 1 – 24 of 24) sorted by relevance

/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_scanner_db_test/src/
H A Dmedialibrary_metadata_extractor_test.cpp77 data->SetFilePath(path);
80 data->SetFilePath("ExtractAVMetadata");
92 data->SetFilePath(path);
105 data->SetFilePath(path);
117 data->SetFilePath(path);
129 data->SetFilePath(path);
149 data->SetFilePath(path);
174 data->SetFilePath(path);
H A Dmedialibrary_scanner_db_test.cpp129 metadata.SetFilePath(albumPath);
155 metadata.SetFilePath(albumPath);
204 metadata.SetFilePath(albumPath);
284 metadata.SetFilePath(albumPath);
311 metadata.SetFilePath(albumPath);
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/render_context/
H A Dshader_cache_test.cpp61 cache.SetFilePath(testedFileDir);
122 cache.SetFilePath(testedFileDir);
155 cache.SetFilePath(testedFileDir);
188 cache.SetFilePath(testedFileDir);
221 cache.SetFilePath(testedFileDir);
258 cache.SetFilePath(testedFileDir);
H A Dmomory_handler_test.cpp69 ShaderCache::Instance().SetFilePath("test");
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/parcel/
H A Dbluetooth_opp_transfer_information.cpp24 SetFilePath(other.GetFilePath()); in BluetoothIOppTransferInformation()
92 SetFilePath(str); in ReadFromParcel()
/ohos5.0/foundation/arkui/ui_lite/frameworks/dfx/
H A Dui_screenshot.cpp89 void SetFilePath(char* path) in SetFilePath() function in OHOS::UIScreenshotListener
168 screenshotListener_->SetFilePath(destPath); in ScreenshotToFile()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/render_context/
H A Dmemory_handler.cpp28 cache.SetFilePath(cacheFilePath); in ConfigureContext()
H A Dshader_cache.h54 virtual void SetFilePath(const std::string& filename);
H A Dshader_cache.cpp76 void ShaderCache::SetFilePath(const std::string& filename) in SetFilePath() function in OHOS::Rosen::ShaderCache
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/common/
H A Dopp_transfer_information.h35 void SetFilePath(const std::string &filePath);
H A Dopp_transfer_information.cpp46 void IOppTransferInformation::SetFilePath(const std::string &filePath) in SetFilePath() function in OHOS::bluetooth::IOppTransferInformation
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_opp.cpp39 oppTransferinformation.SetFilePath(other.GetFilePath()); in TransferInformation()
198 void BluetoothOppTransferInformation::SetFilePath(std::string filePath) in SetFilePath() function in OHOS::Bluetooth::BluetoothOppTransferInformation
/ohos5.0/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_opp.h182 void SetFilePath(std::string filePath);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render_backend/
H A Ddrawing_context.cpp66 cache.SetFilePath(UNIRENDER_CACHE_DIR); in SetUpDrawingContext()
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_scanner/src/scanner/
H A Dmetadata.cpp68 …cMap_[MEDIA_DATA_DB_FILE_PATH] = make_pair(ResultSetDataType::TYPE_STRING, &Metadata::SetFilePath); in Init()
135 void Metadata::SetFilePath(const VariantData &filePath) in SetFilePath() function in OHOS::Media::Metadata
H A Dmedia_scanner.cpp503 data_->SetFilePath(path_); in BuildData()
726 metadata.SetFilePath(albumPath); in InsertOrUpdateAlbumInfo()
H A Dmetadata_extractor.cpp651 videoData->SetFilePath(videoPath); in CombineMovingPhotoMetadata()
H A Dmedia_scanner_db.cpp829 metadata.SetFilePath(strValue); in ReadAlbums()
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_scanner/include/scanner/
H A Dmetadata.h37 EXPORT void SetFilePath(const VariantData &path);
/ohos5.0/foundation/multimedia/media_library/interfaces/inner_api/media_library_helper/include/
H A Dfile_asset.h188 EXPORT void SetFilePath(const std::string &filePath);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/pipeline/
H A Drs_render_thread.cpp285 ShaderCache::Instance().SetFilePath(cacheDir_); in CreateAndInitRenderContextIfNeed()
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/media_library_helper/src/
H A Dfile_asset.cpp505 void FileAsset::SetFilePath(const std::string &filePath) in SetFilePath() function in OHOS::Media::FileAsset
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/src/
H A Dbackground_cloud_file_processor.cpp429 metadata->SetFilePath(abnormalData.path); in UpdateCloudDataExecutor()
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_backup_extension/src/
H A Dbase_restore.cpp353 data->SetFilePath(fileInfo.filePath); in SetValueFromMetaData()