Home
last modified time | relevance | path

Searched refs:titleStr (Results 1 - 1 of 1) sorted by relevance

/foundation/multimedia/media_library/frameworks/native/c_api/
H A Dmedia_asset_impl.cpp218 const std::string titleStr = fileAsset_->GetTitle(); in GetTitle() local
219 int32_t titleLen = static_cast<int32_t>(titleStr.length()); in GetTitle()
221 strncpy_s(title_, MAX_TITLE_LENGTH, titleStr.c_str(), len); in GetTitle()
222 MEDIA_INFO_LOG("GetTitle, title: %{public}s, return title: %{public}s", titleStr.c_str(), title_); in GetTitle()

Completed in 1 milliseconds