Searched defs:storageId (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_mtp/src/ |
H A D | mtp_event.cpp | 126 uint32_t storageId{0}; in SendStoreAdded() local 142 uint32_t storageId{0}; in SendStoreRemoved() local
|
H A D | mtp_media_library.cpp | 1054 bool MtpMediaLibrary::TryAddExternalStorage(const std::string &fsUuid, uint32_t &storageId) in TryAddExternalStorage() 1064 bool MtpMediaLibrary::TryRemoveExternalStorage(const std::string &fsUuid, uint32_t &storageId) in TryRemoveExternalStorage() 1096 bool MtpMediaLibrary::AddExternalStorage(const std::string &fsUuid, uint32_t &storageId) in AddExternalStorage() 1173 uint32_t storageId; in GetExternalStorages() local
|
H A D | mtp_data_utils.cpp | 749 …map<uint32_t, std::string>::iterator it, shared_ptr<vector<Property>> &outProps, int32_t storageId) in GetMtpOneRowProp() 979 uint16_t property, std::shared_ptr<std::vector<Property>> &outProps, int32_t storageId) in SetMtpOneDefaultlPropList()
|
H A D | mtp_operation_utils.cpp | 981 bool MtpOperationUtils::TryAddExternalStorage(const std::string &fsUuid, uint32_t &storageId) in TryAddExternalStorage() 989 bool MtpOperationUtils::TryRemoveExternalStorage(const std::string &fsUuid, uint32_t &storageId) in TryRemoveExternalStorage()
|
/ohos5.0/base/tee/tee_client/services/teecd/include/ |
H A D | fs_work_agent.h | 83 uint32_t storageId; member
|
/ohos5.0/base/tee/tee_client/services/teecd/src/ |
H A D | fs_work_agent.c | 419 uint32_t storageId = GetCurrentStorageId(); in JoinFileName() local
|