Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:GetTables
(Results
1 - 23
of
23
) sorted by relevance
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/mock/
H
A
D
general_watcher_mock.cpp
23
std::vector<std::string> MockQuery::
GetTables
()
in GetTables()
function in OHOS::DistributedData::MockQuery
H
A
D
general_watcher_mock.h
30
std::vector<std::string>
GetTables
() override;
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/kvdb/
H
A
D
kvdb_query.h
38
std::vector<std::string>
GetTables
()
in GetTables()
function in OHOS::DistributedKv::KVDBQuery
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/
H
A
D
sqlite_relational_database_upgrader.cpp
121
for (const auto &table : schemaObj.
GetTables
()) {
in UpgradeTrigger()
166
for (const auto &table : schemaObj.
GetTables
()) {
in UpgradeLogTable()
H
A
D
sqlite_relational_store.cpp
485
TableInfoMap tables = localSchema.
GetTables
();
in CleanCloudData()
572
TableInfoMap tables = sqliteStorageEngine_->GetSchema().
GetTables
(); // TableInfoMap
in RemoveDeviceData()
879
TableInfoMap tables = sqliteStorageEngine_->GetSchema().
GetTables
(); // TableInfoMap
in RemoveDeviceDataInner()
924
TableInfoMap tables = sqliteStorageEngine_->GetSchema().
GetTables
(); // TableInfoMap
in GetAllDistributedTableName()
1019
TableInfoMap tableList = localSchema.
GetTables
();
in PrepareSharedTable()
H
A
D
sqlite_single_relational_storage_engine.cpp
220
} else if (schema.
GetTables
().size() >= DBConstant::MAX_DISTRIBUTED_TABLE_COUNT) {
in CreateDistributedTable()
674
for (auto &table : schema.
GetTables
()) {
in SetReference()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/rust/extension/
H
A
D
cloud_server_impl.h
53
void
GetTables
(std::shared_ptr<OhCloudExtHashMap> tables, DBMeta &dbMeta);
H
A
D
cloud_server_impl.cpp
198
GetTables
(pTables, dbMeta);
in GetDatabases()
203
void CloudServerImpl::
GetTables
(std::shared_ptr<OhCloudExtHashMap> tables, DBMeta &dbMeta)
in GetTables()
function in OHOS::CloudData::CloudServerImpl
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/include/relational/
H
A
D
relational_schema_object.h
46
const TableInfoMap &
GetTables
() const;
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/rdb/
H
A
D
rdb_query.h
30
std::vector<std::string>
GetTables
() override;
H
A
D
rdb_general_store.cpp
511
dbQuery.FromTable(GetIntersection(query.
GetTables
(),
GetTables
()));
in Sync()
561
auto tables = rdbQuery->
GetTables
();
in PreSharing()
950
std::set<std::string> RdbGeneralStore::
GetTables
()
H
A
D
rdb_general_store.h
149
std::set<std::string>
GetTables
();
H
A
D
rdb_query.cpp
28
std::vector<std::string> RdbQuery::
GetTables
()
in GetTables()
function in OHOS::DistributedRdb::RdbQuery
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/include/
H
A
D
query_expression.h
151
std::vector<std::string>
GetTables
();
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/include/store/
H
A
D
general_value.h
152
virtual std::vector<std::string>
GetTables
() = 0;
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/
H
A
D
rdb_query_test.cpp
51
std::vector<std::string> tables = rdbQuery.
GetTables
();
in HWTEST_F()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
H
A
D
schema_negotiate.cpp
102
for (const auto &it : localSchema.
GetTables
()) {
in MakeOpinionEachTable()
H
A
D
query_expression.cpp
359
std::vector<std::string> QueryExpression::
GetTables
()
in GetTables()
function in DistributedDB::QueryExpression
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/test/
H
A
D
cloud_test.cpp
98
std::vector<std::string>
GetTables
() override
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H
A
D
query_object.cpp
87
tables_ = queryExpressions.
GetTables
();
in QueryObject()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/relational/
H
A
D
relational_schema_object.cpp
113
const TableInfoMap &RelationalSchemaObject::
GetTables
() const
268
TableInfoMap tableInfos =
GetTables
();
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/cloud/
H
A
D
sync_manager.cpp
138
std::vector<std::string>
GetTables
() override
in GenerateQuery()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/relational/
H
A
D
relational_sync_able_storage.cpp
1990
const auto tableInfos = GetSchemaInfo().
GetTables
();
in GetCloudTableWithoutShared()
Completed in 23 milliseconds