Searched refs:GetPathByHandle (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_mtp/include/ |
H A D | mtp_operation_utils.h | 60 uint16_t GetPathByHandle(const uint32_t &handle, std::string &path, std::string &realPath);
|
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_mtp/src/ |
H A D | mtp_operation_utils.cpp | 206 if (GetPathByHandle(context_->parent, path, realPath) != MTP_UNDEFINED_CODE) { in GetObjectHandles() 945 uint16_t MtpOperationUtils::GetPathByHandle(const uint32_t &handle, string &path, string &realPath) in GetPathByHandle() function in OHOS::Media::MtpOperationUtils
|
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_mtp_test/src/ |
H A D | mock_mtp_operation_utils.cpp | 646 uint16_t MtpOperationUtils::GetPathByHandle(const uint32_t &handle, string &path, string &realPath) in GetPathByHandle() function in OHOS::Media::MtpOperationUtils
|
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/mtp_native_test/src/ |
H A D | mtp_native_test.cpp | 2359 ret = mtpOperUtils->GetPathByHandle(handle, path, realPath); 2464 ret = mtpOperUtils->GetPathByHandle(handle, path, realPath);
|