Home
last modified time | relevance | path

Searched refs:needSpaceInfo (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/include/cloud/
H A Dcloud_server.h32 virtual CloudInfo GetServerInfo(int32_t userId, bool needSpaceInfo = true);
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/cloud/
H A Dcloud_server.cpp33 CloudInfo CloudServer::GetServerInfo(int32_t userId, bool needSpaceInfo) in GetServerInfo() argument
/ohos5.0/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() argument
64 if (needSpaceInfo) { in GetServerInfo()
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/
H A Dcloud_data_test.cpp134 CloudInfo GetServerInfo(int32_t userId, bool needSpaceInfo) override;
142 CloudInfo CloudServerMock::GetServerInfo(int32_t userId, bool needSpaceInfo) in GetServerInfo() argument