Home
last modified time | relevance | path

Searched defs:storageId (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_mtp/src/
H A Dmtp_event.cpp126 uint32_t storageId{0}; in SendStoreAdded() local
142 uint32_t storageId{0}; in SendStoreRemoved() local
H A Dmtp_media_library.cpp1054 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 Dmtp_data_utils.cpp749 …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 Dmtp_operation_utils.cpp981 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 Dfs_work_agent.h83 uint32_t storageId; member
/ohos5.0/base/tee/tee_client/services/teecd/src/
H A Dfs_work_agent.c419 uint32_t storageId = GetCurrentStorageId(); in JoinFileName() local