Home
last modified time | relevance | path

Searched refs:GetIdByPath (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_mtp/include/
H A Dmtp_medialibrary_manager.h46 int32_t GetIdByPath(const std::string &path, uint32_t &outId);
H A Dmtp_media_library.h55 EXPORT int32_t GetIdByPath(const std::string &path, uint32_t &outId);
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_mtp/src/
H A Dmtp_file_observer.cpp120 if (MtpMediaLibrary::GetInstance()->GetIdByPath(fileName, id) == 0) { in SendEvent()
H A Dmtp_operation_utils.cpp977 …CHECK_AND_RETURN_RET(!MtpManager::GetInstance().IsMtpMode(), mtpMediaLibrary_->GetIdByPath(path, h… in GetHandleByPaths()
978 return mtpMedialibraryManager_->GetIdByPath(path, handle); in GetHandleByPaths()
H A Dmtp_media_library.cpp641 int32_t MtpMediaLibrary::GetIdByPath(const std::string &path, uint32_t &outId) in GetIdByPath() function in OHOS::Media::MtpMediaLibrary
H A Dmtp_medialibrary_manager.cpp782 int32_t MtpMedialibraryManager::GetIdByPath(const std::string &path, uint32_t &outId) in GetIdByPath() function in OHOS::Media::MtpMedialibraryManager