Home
last modified time | relevance | path

Searched refs:GetFilePath (Results 1 – 25 of 91) sorted by relevance

1234

/ohos5.0/foundation/communication/dhcp/test/unittest/services/dhcp_server/unittest/
H A Dcommon_util_test.cpp57 EXPECT_TRUE(GetFilePath(NULL) == NULL);
58 EXPECT_TRUE(GetFilePath("") == NULL);
59 EXPECT_STREQ("/etc/dhcp", GetFilePath(testPath));
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_multistages_capture_test/src/
H A Dmedialibrary_multistages_video_capture_test.cpp149 string GetFilePath(int fileId) in GetFilePath() function
234 string filePath = GetFilePath(fileId);
261 string filePath = GetFilePath(fileId);
325 string filePath = GetFilePath(fileId);
354 string filePath = GetFilePath(fileId);
392 string filePath = GetFilePath(fileId);
426 string filePath = GetFilePath(fileId);
463 string filePath = GetFilePath(fileId);
497 string filePath = GetFilePath(fileId);
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/parcel/
H A Dbluetooth_opp_transfer_information.cpp24 SetFilePath(other.GetFilePath()); in BluetoothIOppTransferInformation()
43 if (!parcel.WriteString(GetFilePath())) { in WriteToParcel()
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_helper_test/src/
H A Dmedia_file_uri_test.cpp431 EXPECT_EQ(MediaFileUri(uri).GetFilePath(), "");
433 EXPECT_EQ(MediaFileUri(uri).GetFilePath(), "");
435 EXPECT_EQ(MediaFileUri(uri).GetFilePath(), "");
437 EXPECT_EQ(MediaFileUri(uri).GetFilePath(), "");
439 EXPECT_EQ(MediaFileUri(uri).GetFilePath(), "");
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_scanner/src/scanner/
H A Dmetadata_extractor.cpp357 ImageSource::CreateImageSource(data->GetFilePath(), opts, err); in ExtractImageMetadata()
523 …if (MovingPhotoFileUtils::GetCoverPosition(data->GetFilePath(), frameIndex, coverPosition) != E_OK… in ParseLivePhotoCoverPosition()
600 string filePath = data->GetFilePath(); in ExtractAVMetadata()
643 string videoPath = MediaFileUtils::GetMovingPhotoVideoPath(data->GetFilePath()); in CombineMovingPhotoMetadata()
650 videoData->SetMovingPhotoImagePath(data->GetFilePath()); in CombineMovingPhotoMetadata()
663 if (MovingPhotoFileUtils::GetExtraDataLen(data->GetFilePath(), in CombineMovingPhotoMetadata()
H A Dmedia_scanner_db.cpp190 values.PutString(MEDIA_DATA_DB_FILE_PATH, metadata.GetFilePath()); in SetValuesFromMetaDataApi9()
224 string videoPath = MediaFileUtils::GetMovingPhotoVideoPath(metadata.GetFilePath()); in HandleMovingPhotoDirty()
238 values.PutString(MediaColumn::MEDIA_FILE_PATH, metadata.GetFilePath()); in SetValuesFromMetaDataApi10()
360 GetTableNameByPath(mediaType, tableName, metadata.GetFilePath()); in InsertMetadata()
375 … MediaFileUtils::GetExtraUri(metadata.GetFileName(), metadata.GetFilePath())) + "?api_version=10"; in InsertMetadata()
420 GetTableNameByPath(mediaType, tableName, metadata.GetFilePath()); in UpdateMetadata()
1054 … MediaFileUtils::GetExtraUri(metadata.GetFileName(), metadata.GetFilePath())) + "?api_version=10" + in MakeFileUri()
/ohos5.0/foundation/communication/dhcp/services/dhcp_server/include/
H A Dcommon_util.h31 const char *GetFilePath(const char *fileName);
/ohos5.0/foundation/communication/bluetooth_service/test/unittest/opp/
H A Dopp_test.cpp101 (information.GetFilePath() != transferInformation.GetFilePath()) || in CompareTransferInformation()
/ohos5.0/base/telephony/core_service/services/sim/src/
H A Dicc_dialling_numbers_handler.cpp47 std::string IccDiallingNumbersHandler::GetFilePath(int elementaryFileId) in GetFilePath() function in OHOS::Telephony::IccDiallingNumbersHandler
69 fileController_->ObtainLinearFixedFile(ef, GetFilePath(ef), index, ptDiallingNumberRead); in GetDiallingNumbers()
86 fileController_->ObtainAllLinearFixedFile(ef, GetFilePath(ef), ptDiallingNumberReadAll); in GetAllDiallingNumbers()
107 fileController_->ObtainLinearFileSize(infor.fileId, GetFilePath(infor.fileId), linearFileSize); in UpdateDiallingNumbers()
315 GetFilePath(loadRequest->GetElementaryFileId()), loadRequest->GetIndex(), data, dataLen, in SendUpdateCommand()
/ohos5.0/foundation/ability/idl_tool/idl_tool_2/codegen/SA/cpp/
H A Dsa_cpp_interface_code_emitter.cpp27 std::string SaCppInterfaceCodeEmitter::GetFilePath(const std::string &fpnp) const in GetFilePath() function in OHOS::Idl::SaCppInterfaceCodeEmitter
120 filePath = GetFilePath(interface->GetNamespace()->ToString()); in EmitInterfaceSelfDefinedTypeInclusions()
H A Dsa_cpp_interface_code_emitter.h40 std::string GetFilePath(const std::string &fpnp) const;
/ohos5.0/foundation/multimedia/av_codec/test/nativedemo/avdemuxer/server_demo/
H A Dfile_server_demo.h62 static void GetFilePath(const std::string &recvStr, std::string &path);
H A Dfile_server_demo.cpp125 void FileServerDemo::GetFilePath(const std::string &recvStr, std::string &path) in GetFilePath() function in OHOS::MediaAVCodec::FileServerDemo
210 GetFilePath(recvStr, path); in FileReadFunc()
/ohos5.0/foundation/multimedia/av_codec/test/unittest/common/
H A Dhttp_server_demo.h63 static void GetFilePath(const std::string &recvStr, std::string &path);
/ohos5.0/foundation/communication/dhcp/test/fuzztest/commonutil_fuzzer/
H A Dcommonutil_fuzzer.cpp47 (void)GetFilePath(&fileName); in GetFilePathTest()
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/common/
H A Dopp_transfer_information.h34 std::string GetFilePath() const;
H A Dopp_transfer_information.cpp41 std::string IOppTransferInformation::GetFilePath() const in GetFilePath() function in OHOS::bluetooth::IOppTransferInformation
/ohos5.0/drivers/hdf_core/framework/tools/hdi-gen/lexer/
H A Dlexer.h35 inline std::string GetFilePath() const in GetFilePath() function
/ohos5.0/foundation/ability/idl_tool/idl_tool_2/lexer/
H A Dlexer.h42 inline std::string GetFilePath() const in GetFilePath() function
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_opp.cpp39 oppTransferinformation.SetFilePath(other.GetFilePath()); in TransferInformation()
138 std::string BluetoothOppTransferInformation::GetFilePath() const in GetFilePath() function in OHOS::Bluetooth::BluetoothOppTransferInformation
/ohos5.0/base/update/updater/services/package/pkg_manager/
H A Dpkg_utils.cpp49 std::string GetFilePath(const std::string &fileName) in GetFilePath() function
141 std::string path = GetFilePath(fileName); in GetFileSize()
H A Dpkg_utils.h37 std::string GetFilePath(const std::string &fileName);
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/js/zip/include/
H A Dzip_reader.h71 const FilePath &GetFilePath() const in GetFilePath() function
/ohos5.0/base/account/os_account/services/accountmgr/include/
H A Daccount_file_watcher_manager.h39 std::string GetFilePath() const;
/ohos5.0/foundation/filemanagement/dfs_service/utils/system/include/
H A Dutils_directory.h96 std::vector<std::string> GetFilePath(const std::string &name);

1234