Home
last modified time | relevance | path

Searched refs:GetServerInfo (Results 1 - 8 of 8) sorted by relevance

/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/cloud/
H A Dcloud_server.cpp33 CloudInfo CloudServer::GetServerInfo(int32_t userId, bool needSpaceInfo) in GetServerInfo() function in OHOS::DistributedData::CloudServer
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/include/cloud/
H A Dcloud_server.h32 virtual CloudInfo GetServerInfo(int32_t userId, bool needSpaceInfo = true);
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/rust/extension/
H A Dcloud_server_impl.h39 DBCloudInfo GetServerInfo(int32_t userId, bool needSpaceInfo) override;
H A Dcloud_server_impl.cpp36 DBCloudInfo CloudServerImpl::GetServerInfo(int32_t userId, bool needSpaceInfo) in GetServerInfo() function in OHOS::CloudData::CloudServerImpl
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/test/
H A Dcloud_test.cpp422 cloudServer.GetServerInfo(userId); in HWTEST_F()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/
H A Dcloud_data_test.cpp136 CloudInfo GetServerInfo(int32_t userId, bool needSpaceInfo) override;
144 CloudInfo CloudServerMock::GetServerInfo(int32_t userId, bool needSpaceInfo) in GetServerInfo() function in OHOS::Test::DistributedDataTest::CloudServerMock
307 auto cloudInfo = cloudServerMock->GetServerInfo(user, true); in HWTEST_F()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/cloud/
H A Dsync_manager.cpp649 cloud = instance->GetServerInfo(cloud.user, false);
H A Dcloud_service_impl.cpp744 cloudInfo = instance->GetServerInfo(cloudInfo.user); in GetCloudInfoFromServer()

Completed in 11 milliseconds