Home
last modified time | relevance | path

Searched refs:outId (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/base/security/huks/services/huks_standard/huks_service/main/os_dependency/idl/ipc/
H A Dhks_response.cpp137 int32_t HksGetFrontUserId(int32_t *outId) in HksGetFrontUserId() argument
147 *outId = ids[0]; in HksGetFrontUserId()
149 *outId = -1; in HksGetFrontUserId()
H A Dhks_response_samgr.c96 int32_t HksGetFrontUserId(int32_t *outId) in HksGetFrontUserId() argument
98 *outId = -1; in HksGetFrontUserId()
H A Dhks_response.h29 int32_t HksGetFrontUserId(int32_t *outId);
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/file_sharing/src/
H A Dsetacl.cpp55 bool ParseNumericId(const std::string &idTxt, unsigned int &outId) in ParseNumericId() argument
60 outId = static_cast<unsigned int>(converted); in ParseNumericId()
/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_media_library.cpp641 int32_t MtpMediaLibrary::GetIdByPath(const std::string &path, uint32_t &outId) in GetIdByPath() argument
647 outId = it->second; in GetIdByPath()
H A Dmtp_medialibrary_manager.cpp782 int32_t MtpMedialibraryManager::GetIdByPath(const std::string &path, uint32_t &outId) in GetIdByPath() argument
805 outId = static_cast<uint32_t>(fileUniAsset->GetId()); in GetIdByPath()