Home
last modified time | relevance | path

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

/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/cloud/
H A Dcloud_info.cpp25 SetValue(node[GET_NAME(totalSpace)], totalSpace); in Marshal()
38 GetValue(node, GET_NAME(totalSpace), totalSpace); in Unmarshal()
/foundation/filemanagement/dfs_service/interfaces/inner_api/native/cloud_file_kit_inner/
H A Dcloud_info.h25 uint64_t totalSpace{0};
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/test/
H A Dcloud_test.cpp137 cloudInfo1.totalSpace = 0; in HWTEST_F()
169 cloudInfo.totalSpace = 0; in HWTEST_F()
202 cloudInfo.totalSpace = 0; in HWTEST_F()
239 cloudInfo1.totalSpace = 0; in HWTEST_F()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/include/cloud/
H A Dcloud_info.h37 uint64_t totalSpace = 0; member in OHOS::DistributedData::final
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/rust/extension/
H A Dcloud_server_impl.cpp65 unsigned long long totalSpace = 0; in GetServerInfo() local
66 OhCloudExtCloudInfoGetTotalSpace(pInfo.get(), &totalSpace); in GetServerInfo()
67 result.totalSpace = totalSpace; in GetServerInfo()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/rust/ylong_cloud_extension/include/
H A Dcloud_ext_types.h401 unsigned long long *totalSpace
/foundation/distributeddatamgr/relational_store/frameworks/js/napi/cloud_extension/
H A Dcloud_extension_stub.js155 u.writeLong(p1.totalSpace);
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/
H A Dcloud_data_test.cpp150 cloudInfo.totalSpace = TATALSPACE; in GetServerInfo()

Completed in 13 milliseconds