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:g_uniStore
(Results
1 - 4
of
4
) sorted by relevance
/foundation/multimedia/ringtone_library/test/unittest/ringtone_data_extension_test/src/
H
A
D
ringtone_rdbstore_test.cpp
33
shared_ptr<RingtoneUnistore>
g_uniStore
= nullptr;
member
51
g_uniStore
= RingtoneRdbStore::GetInstance(abilityContextImpl);
in SetUp()
52
int32_t ret =
g_uniStore
->Init();
in SetUp()
60
if (
g_uniStore
== nullptr) {
in HWTEST_F()
73
g_uniStore
->Init();
in HWTEST_F()
75
int32_t ret =
g_uniStore
->Insert(cmd, rowId);
in HWTEST_F()
81
if (
g_uniStore
== nullptr) {
in HWTEST_F()
93
int32_t ret =
g_uniStore
->Insert(cmd, rowId);
in HWTEST_F()
99
if (
g_uniStore
== nullptr) {
in HWTEST_F()
105
int32_t ret =
g_uniStore
in HWTEST_F()
[all...]
/foundation/multimedia/ringtone_library/test/unittest/ringtone_scanner_test/src/
H
A
D
ringtone_scanner_db_test.cpp
57
shared_ptr<RingtoneUnistore>
g_uniStore
= nullptr;
member
69
g_uniStore
= RingtoneRdbStore::GetInstance(abilityContextImpl);
in SetUp()
70
int32_t ret =
g_uniStore
->Init();
in SetUp()
85
g_uniStore
->Stop();
in HWTEST_F()
95
g_uniStore
->Stop();
in HWTEST_F()
120
g_uniStore
->Stop();
in HWTEST_F()
133
g_uniStore
->Stop();
in HWTEST_F()
147
g_uniStore
->Stop();
in HWTEST_F()
/foundation/multimedia/ringtone_library/services/ringtone_data_extension/src/
H
A
D
ringtone_data_manager.cpp
40
shared_ptr<RingtoneUnistore>
g_uniStore
= nullptr;
member
73
if (
g_uniStore
== nullptr) {
in Init()
74
g_uniStore
= RingtoneRdbStore::GetInstance(context_);
in Init()
75
if (
g_uniStore
== nullptr) {
in Init()
108
if (
g_uniStore
== nullptr) {
in Insert()
121
auto retRdb =
g_uniStore
->Insert(cmd, outRowId);
in Insert()
193
if (
g_uniStore
== nullptr) {
in Delete()
206
auto absResultSet =
g_uniStore
->Query(cmd, columns);
in Delete()
213
int32_t ret =
g_uniStore
->Delete(cmd, deletedRows);
in Delete()
232
if (
g_uniStore
in Update()
[all...]
/foundation/multimedia/ringtone_library/test/unittest/ringtone_setting_test/src/
H
A
D
ringtone_setting_manager_test.cpp
36
shared_ptr<RingtoneUnistore>
g_uniStore
;
member
52
g_uniStore
= RingtoneRdbStore::GetInstance(abilityContextImpl);
in SetUp()
53
auto ret =
g_uniStore
->Init();
in SetUp()
55
auto rawRdb =
g_uniStore
->GetRaw();
in SetUp()
124
g_uniStore
->Stop();
in HWTEST_F()
142
auto ret =
g_uniStore
->Insert(cmd, rowId);
in HWTEST_F()
174
ret =
g_uniStore
->Delete(cmdDelete, deletedRows);
in HWTEST_F()
195
g_uniStore
->Stop();
in HWTEST_F()
224
g_uniStore
->Stop();
in HWTEST_F()
247
auto ret =
g_uniStore
in HWTEST_F()
[all...]
Completed in 3 milliseconds