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
defs:databases
(Results
1 - 6
of
6
) sorted by relevance
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/include/cloud/
H
A
D
schema_meta.h
79
std::vector<Database>
databases
;
member in OHOS::DistributedData::final
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/rust/ylong_cloud_extension/src/service_impl/
H
A
D
cloud_service.rs
141
pub fn
databases
(&self) -> &[Database] {
in databases()
functions
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/rust/extension/
H
A
D
extension_util.cpp
116
OhCloudExtHashMap *
databases
= OhCloudExtHashMapNew(OhCloudExtRustType::VALUETYPE_TABLE);
in Convert()
local
H
A
D
cloud_server_impl.cpp
146
OhCloudExtVector *
databases
= nullptr;
in GetAppSchema()
local
158
void CloudServerImpl::GetDatabases(std::shared_ptr<OhCloudExtVector>
databases
, DBSchemaMeta &dbSchema)
in GetDatabases()
argument
316
OhCloudExtHashMap *
databases
= OhCloudExtHashMapNew(OhCloudExtRustType::VALUETYPE_VEC_DATABASE);
Subscribe()
local
349
DoSubscribe(int32_t userId, std::shared_ptr<OhCloudExtCloudSync> server, std::shared_ptr<OhCloudExtHashMap>
databases
)
DoSubscribe()
argument
[all...]
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/rust/ylong_cloud_extension/src/ipc_conn/
H
A
D
connect.rs
1627
let mut
databases
= Databases::default();
ut_databases_serialize()
variables
1654
let mut
databases
= Databases::default();
ut_databases_deserialize()
variables
[all...]
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/cloud/
H
A
D
cloud_service_impl.cpp
594
std::vector<Database>
databases
;
in QueryLastSyncInfo()
local
[all...]
Completed in 8 milliseconds