Home
last modified time | relevance | path

Searched refs:GetCloudInfoFromServer (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/cloud/
H A Dcloud_service_impl.cpp165 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::CloudServiceImpl
734 auto [status, cloudInfo] = GetCloudInfoFromServer(user); in UpdateCloudInfoFromServer()
744 auto [status, cloudInfo] = GetCloudInfoFromServer(user); in UpdateCloudInfo()
911 std::tie(status, cloudInfo) = GetCloudInfoFromServer(userId); in GetCloudInfo()
H A Dcloud_service_impl.h131 static std::pair<int32_t, CloudInfo> GetCloudInfoFromServer(int32_t userId);