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:SetDataGroupId
(Results
1 - 9
of
9
) sorted by relevance
/foundation/distributeddatamgr/preferences/frameworks/ndk/src/
H
A
D
oh_preferences_option.cpp
41
void OH_PreferencesOption::
SetDataGroupId
(const std::string &str)
in SetDataGroupId()
function in OH_PreferencesOption
110
option->
SetDataGroupId
(std::string(dataGroupId));
in OH_PreferencesOption_SetDataGroupId()
/foundation/distributeddatamgr/preferences/frameworks/ndk/include/
H
A
D
oh_preferences_impl.h
87
void
SetDataGroupId
(const std::string &str);
/foundation/distributeddatamgr/relational_store/interfaces/inner_api/rdb/mock/include/
H
A
D
rdb_store_config.h
196
void
SetDataGroupId
(const std::string &dataGroupId);
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H
A
D
rdb_store_config.cpp
437
void RdbStoreConfig::
SetDataGroupId
(const std::string &DataGroupId)
in SetDataGroupId()
function in OHOS::NativeRdb::RdbStoreConfig
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
538
void
SetDataGroupId
(const std::string &DataGroupId);
/foundation/distributeddatamgr/relational_store/frameworks/js/napi/relationalstore/src/
H
A
D
napi_rdb_js_utils.cpp
490
rdbStoreConfig.
SetDataGroupId
(rdbConfig.dataGroupId);
in GetRdbStoreConfig()
/foundation/distributeddatamgr/relational_store/test/native/rdb/unittest/
H
A
D
rdb_store_config_test.cpp
881
* @tc.desc: test RdbStoreConfig interfaces:
SetDataGroupId
/GetDataGroupId
890
config.
SetDataGroupId
(dataGroupId);
in HWTEST_F()
896
* @tc.desc: test RdbStoreConfig interfaces:
SetDataGroupId
/SetAutoClean
970
* @tc.desc: test RdbStoreConfig interfaces:
SetDataGroupId
/SetAutoClean
/foundation/distributeddatamgr/relational_store/frameworks/cj/src/
H
A
D
relational_store_impl_rdbstore.cpp
699
rdbStoreConfig.
SetDataGroupId
(rdbConfig.dataGroupId);
in getRdbStoreConfig()
Completed in 11 milliseconds