Home
last modified time | relevance | path

Searched defs:databaseScope (Results 1 – 3 of 3) sorted by relevance

/foundation/filemanagement/dfs_service/test/unittests/cloud_adapter/
Ddk_container_test.cpp81 DKDatabaseScope databaseScope = DKDatabaseScope::DK_PUBLIC_DATABASE; variable
98 DKDatabaseScope databaseScope = DKDatabaseScope::DK_PRIVATE_DATABASE; variable
115 DKDatabaseScope databaseScope = DKDatabaseScope::DK_SHARED_DATABASE; variable
/foundation/filemanagement/dfs_service/adapter/cloud_adapter_example/src/
Ddk_container.cpp28 std::shared_ptr<DKDatabase> DKContainer::GetDatabaseWithdatabaseScope(DKDatabaseScope databaseScope) in GetDatabaseWithdatabaseScope()
/foundation/filemanagement/dfs_service/test/unittests/cloudsync_sa/mock/
Ddk_container_mock.cpp42 std::shared_ptr<DKDatabase> DKContainer::GetDatabaseWithdatabaseScope(DKDatabaseScope databaseScope) in GetDatabaseWithdatabaseScope()