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:GetDataGroupId
(Results
1 - 9
of
9
) sorted by relevance
/foundation/distributeddatamgr/preferences/frameworks/ndk/include/
H
A
D
oh_preferences_impl.h
90
std::string
GetDataGroupId
();
/foundation/distributeddatamgr/preferences/frameworks/ndk/src/
H
A
D
oh_preferences_option.cpp
57
std::string OH_PreferencesOption::
GetDataGroupId
()
in GetDataGroupId()
function in OH_PreferencesOption
H
A
D
oh_preferences.cpp
54
if (options->
GetDataGroupId
().empty()) {
in GetPreferencesDir()
58
int err = context->GetSystemPreferencesDir(options->
GetDataGroupId
(), false, stagePreferencesDir);
in GetPreferencesDir()
91
option->
GetDataGroupId
(), true);
in OH_Preferences_Open()
/foundation/distributeddatamgr/relational_store/interfaces/inner_api/rdb/mock/include/
H
A
D
rdb_store_config.h
197
std::string
GetDataGroupId
() const;
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H
A
D
rdb_store_config.cpp
442
std::string RdbStoreConfig::
GetDataGroupId
() const
in GetDataGroupId()
function in OHOS::NativeRdb::RdbStoreConfig
H
A
D
rdb_store_impl.cpp
413
if (config_.
GetDataGroupId
().empty()) {
in GetUri()
416
rdbUri = SCHEME_RDB + config_.
GetDataGroupId
() + "/" + path_ + "/" + event;
in GetUri()
H
A
D
sqlite_connection.cpp
192
rdbStoreConfig.SetDataGroupId(rdbConfig.
GetDataGroupId
());
in GetSlaveRdbStoreConfig()
/foundation/distributeddatamgr/relational_store/interfaces/inner_api/rdb/include/
H
A
D
rdb_store_config.h
543
std::string
GetDataGroupId
() const;
/foundation/distributeddatamgr/relational_store/test/native/rdb/unittest/
H
A
D
rdb_store_config_test.cpp
881
* @tc.desc: test RdbStoreConfig interfaces: SetDataGroupId/
GetDataGroupId
891
EXPECT_EQ(dataGroupId, config.
GetDataGroupId
());
in HWTEST_F()
Completed in 11 milliseconds