Searched refs:GetCloudUserInfo (Results 1 – 5 of 5) sorted by relevance
25 int32_t GetCloudUserInfo(const int32_t userId, CloudUserInfo &userInfo) override;
36 virtual int32_t GetCloudUserInfo(const int32_t userId, CloudUserInfo &userInfo);
36 int32_t CloudFileKit::GetCloudUserInfo(const int32_t userId, CloudUserInfo &userInfo) in GetCloudUserInfo() function in OHOS::FileManagement::CloudFile::CloudFileKit
34 int32_t CloudFileKitImpl::GetCloudUserInfo(const int32_t userId, CloudUserInfo &userInfo) in GetCloudUserInfo() function in OHOS::FileManagement::CloudFile::CloudFileKitImpl
31 auto ret = instance->GetCloudUserInfo(userId, userInfo_); in GetCurrentCloudInfo()