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:GetKvStore
(Results
1 - 16
of
16
) sorted by relevance
/base/notification/distributed_notification_service/services/distributed/include/
H
A
D
distributed_preferences_database.h
84
void
GetKvStore
();
H
A
D
distributed_screen_status_manager.h
56
void
GetKvStore
();
H
A
D
distributed_database.h
131
void
GetKvStore
();
/base/notification/common_event_service/services/include/
H
A
D
static_subscriber_data_manager.h
42
DistributedKv::Status
GetKvStore
();
/base/notification/distributed_notification_service/services/distributed/src/
H
A
D
distributed_preferences_database.cpp
54
void DistributedPreferencesDatabase::
GetKvStore
()
in GetKvStore()
function in OHOS::Notification::DistributedPreferencesDatabase
83
GetKvStore
();
in CheckKvStore()
H
A
D
distributed_screen_status_manager.cpp
122
void DistributedScreenStatusManager::
GetKvStore
()
in GetKvStore()
function in OHOS::Notification::DistributedScreenStatusManager
159
GetKvStore
();
in CheckKvStore()
H
A
D
distributed_database.cpp
75
void DistributedDatabase::
GetKvStore
()
in GetKvStore()
function in OHOS::Notification::DistributedDatabase
123
GetKvStore
();
in CheckKvStore()
/base/security/dlp_permission_service/services/dlp_permission/sa/storage/include/
H
A
D
dlp_kv_data_storage.h
52
OHOS::DistributedKv::Status
GetKvStore
();
/base/notification/common_event_service/services/src/
H
A
D
static_subscriber_data_manager.cpp
41
DistributedKv::Status StaticSubscriberDataManager::
GetKvStore
()
in GetKvStore()
function in OHOS::EventFwk::StaticSubscriberDataManager
68
DistributedKv::Status status =
GetKvStore
();
in CheckKvStore()
/base/notification/distributed_notification_service/services/distributed/test/unittest/distributed_database_branch_test/
H
A
D
distributed_database_branch_test.cpp
126
* @tc.desc : Test
GetKvStore
function and CheckKvDataManager is false.
134
database_->
GetKvStore
();
in HWTEST_F()
140
* @tc.desc : Test
GetKvStore
function and status != DistributedKv::Status::SUCCESS.
147
database_->
GetKvStore
();
in HWTEST_F()
153
* @tc.desc : Test
GetKvStore
function and kvStore_ == nullptr.
161
database_->
GetKvStore
();
in HWTEST_F()
167
* @tc.desc : Test
GetKvStore
function and SubscribeKvStore != DistributedKv::Status::SUCCESS.
180
database_->
GetKvStore
();
in HWTEST_F()
/base/account/os_account/services/accountmgr/include/
H
A
D
account_data_storage.h
59
OHOS::DistributedKv::Status
GetKvStore
();
/base/notification/distributed_notification_service/services/distributed/test/unittest/distributed_screen_status_manager_branch_test/
H
A
D
distributed_screen_status_manager_branch_test.cpp
157
* @tc.desc : Test
GetKvStore
function and CheckKvDataManager is false.
165
distributedScreenStatusManager->
GetKvStore
();
in HWTEST_F()
171
* @tc.desc : Test
GetKvStore
function and status != DistributedKv::Status::SUCCESS.
180
distributedScreenStatusManager->
GetKvStore
();
in HWTEST_F()
/base/security/dlp_permission_service/services/dlp_permission/sa/storage/src/
H
A
D
dlp_kv_data_storage.cpp
82
OHOS::DistributedKv::Status DlpKvDataStorage::
GetKvStore
()
in GetKvStore()
function in OHOS::Security::DlpPermission::DlpKvDataStorage
111
status =
GetKvStore
();
in CheckKvStore()
/base/account/os_account/services/accountmgr/test/mock/app_account/
H
A
D
account_data_storage.cpp
40
OHOS::DistributedKv::Status AccountDataStorage::
GetKvStore
()
in GetKvStore()
function in OHOS::AccountSA::AccountDataStorage
/base/account/os_account/services/accountmgr/src/
H
A
D
account_data_storage.cpp
57
OHOS::DistributedKv::Status AccountDataStorage::
GetKvStore
()
in GetKvStore()
function in OHOS::AccountSA::AccountDataStorage
88
status =
GetKvStore
();
in CheckKvStore()
/base/notification/distributed_notification_service/services/distributed/test/unittest/distributed_preferences_database_test/
H
A
D
distributed_preferences_database_test.cpp
61
* @tc.desc : test
GetKvStore
and status != DistributedKv::Status::SUCCESS.
68
distributedPreferencesDatabase->
GetKvStore
();
in HWTEST_F()
Completed in 8 milliseconds