/ohos5.0/foundation/communication/dhcp/test/unittest/services/dhcp_server/unittest/ |
H A D | common_util_test.cpp | 57 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 D | medialibrary_multistages_video_capture_test.cpp | 149 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 D | bluetooth_opp_transfer_information.cpp | 24 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 D | media_file_uri_test.cpp | 431 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 D | metadata_extractor.cpp | 357 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 D | media_scanner_db.cpp | 190 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 D | common_util.h | 31 const char *GetFilePath(const char *fileName);
|
/ohos5.0/foundation/communication/bluetooth_service/test/unittest/opp/ |
H A D | opp_test.cpp | 101 (information.GetFilePath() != transferInformation.GetFilePath()) || in CompareTransferInformation()
|
/ohos5.0/base/telephony/core_service/services/sim/src/ |
H A D | icc_dialling_numbers_handler.cpp | 47 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 D | sa_cpp_interface_code_emitter.cpp | 27 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 D | sa_cpp_interface_code_emitter.h | 40 std::string GetFilePath(const std::string &fpnp) const;
|
/ohos5.0/foundation/multimedia/av_codec/test/nativedemo/avdemuxer/server_demo/ |
H A D | file_server_demo.h | 62 static void GetFilePath(const std::string &recvStr, std::string &path);
|
H A D | file_server_demo.cpp | 125 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 D | http_server_demo.h | 63 static void GetFilePath(const std::string &recvStr, std::string &path);
|
/ohos5.0/foundation/communication/dhcp/test/fuzztest/commonutil_fuzzer/ |
H A D | commonutil_fuzzer.cpp | 47 (void)GetFilePath(&fileName); in GetFilePathTest()
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/common/ |
H A D | opp_transfer_information.h | 34 std::string GetFilePath() const;
|
H A D | opp_transfer_information.cpp | 41 std::string IOppTransferInformation::GetFilePath() const in GetFilePath() function in OHOS::bluetooth::IOppTransferInformation
|
/ohos5.0/drivers/hdf_core/framework/tools/hdi-gen/lexer/ |
H A D | lexer.h | 35 inline std::string GetFilePath() const in GetFilePath() function
|
/ohos5.0/foundation/ability/idl_tool/idl_tool_2/lexer/ |
H A D | lexer.h | 42 inline std::string GetFilePath() const in GetFilePath() function
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/ |
H A D | bluetooth_opp.cpp | 39 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 D | pkg_utils.cpp | 49 std::string GetFilePath(const std::string &fileName) in GetFilePath() function 141 std::string path = GetFilePath(fileName); in GetFileSize()
|
H A D | pkg_utils.h | 37 std::string GetFilePath(const std::string &fileName);
|
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/js/zip/include/ |
H A D | zip_reader.h | 71 const FilePath &GetFilePath() const in GetFilePath() function
|
/ohos5.0/base/account/os_account/services/accountmgr/include/ |
H A D | account_file_watcher_manager.h | 39 std::string GetFilePath() const;
|
/ohos5.0/foundation/filemanagement/dfs_service/utils/system/include/ |
H A D | utils_directory.h | 96 std::vector<std::string> GetFilePath(const std::string &name);
|