Home
last modified time | relevance | path

Searched refs:GetHandleByPaths (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_mtp/src/
H A Dmtp_event.cpp51 if (handleptr_->GetHandleByPaths(path, handle) == E_SUCCESS) { in SendObjectAdded()
72 if (handleptr_->GetHandleByPaths(path, handle) == E_SUCCESS) { in SendObjectRemoved()
101 if (handleptr_->GetHandleByPaths(path, handle) == E_SUCCESS) { in SendObjectInfoChanged()
H A Dmtp_operation_utils.cpp968 int32_t MtpOperationUtils::GetHandleByPaths(string path, uint32_t &handle) in GetHandleByPaths() function in OHOS::Media::MtpOperationUtils
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_mtp/include/
H A Dmtp_operation_utils.h61 int32_t GetHandleByPaths(std::string path, uint32_t &handle);
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_mtp_test/src/
H A Dmock_mtp_operation_utils.cpp662 int32_t MtpOperationUtils::GetHandleByPaths(string path, uint32_t &handle) in GetHandleByPaths() function in OHOS::Media::MtpOperationUtils
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/mtp_native_test/src/
H A Dmtp_native_test.cpp2361 int32_t retInt = mtpOperUtils->GetHandleByPaths(path, handle);