Searched refs:GetCloudInfoFromServer (Results 1 – 2 of 2) sorted by relevance
165 std::tie(status, cloudInfo) = GetCloudInfoFromServer(user); in ChangeAppSwitch()713 std::pair<int32_t, CloudInfo> CloudServiceImpl::GetCloudInfoFromServer(int32_t userId) in GetCloudInfoFromServer() function in OHOS::CloudData::CloudServiceImpl734 auto [status, cloudInfo] = GetCloudInfoFromServer(user); in UpdateCloudInfoFromServer()744 auto [status, cloudInfo] = GetCloudInfoFromServer(user); in UpdateCloudInfo()911 std::tie(status, cloudInfo) = GetCloudInfoFromServer(userId); in GetCloudInfo()
131 static std::pair<int32_t, CloudInfo> GetCloudInfoFromServer(int32_t userId);