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:CheckKvStore
(Results
1 - 18
of
18
) sorted by relevance
/base/notification/distributed_notification_service/services/distributed/src/
H
A
D
distributed_preferences_database.cpp
80
bool DistributedPreferencesDatabase::
CheckKvStore
()
in CheckKvStore()
function in OHOS::Notification::DistributedPreferencesDatabase
95
if (!
CheckKvStore
()) {
in PutToDistributedDB()
118
if (!
CheckKvStore
()) {
in GetFromDistributedDB()
141
if (!
CheckKvStore
()) {
in GetEntriesFromDistributedDB()
161
if (!
CheckKvStore
()) {
in DeleteToDistributedDB()
H
A
D
distributed_screen_status_manager.cpp
52
CheckKvStore
();
in OnDeviceConnected()
80
if (!
CheckKvStore
()) {
in OnDeviceDisconnected()
156
bool DistributedScreenStatusManager::
CheckKvStore
()
in CheckKvStore()
function in OHOS::Notification::DistributedScreenStatusManager
H
A
D
distributed_database.cpp
119
bool DistributedDatabase::
CheckKvStore
()
in CheckKvStore()
function in OHOS::Notification::DistributedDatabase
134
return
CheckKvStore
();
in OnDeviceConnected()
/base/account/os_account/services/accountmgr/src/
H
A
D
account_data_storage.cpp
78
bool AccountDataStorage::
CheckKvStore
()
in CheckKvStore()
function in OHOS::AccountSA::AccountDataStorage
106
if (!
CheckKvStore
()) {
in LoadAllData()
159
if (!
CheckKvStore
()) {
in RemoveValueFromKvStore()
209
if (!
CheckKvStore
()) {
in DeleteKvStore()
249
if (!
CheckKvStore
()) {
in LoadDataByLocalFuzzyQuery()
272
if (!
CheckKvStore
()) {
in PutValueToKvStore()
299
if (!
CheckKvStore
()) {
in GetValueFromKvStore()
337
if (ptr == nullptr || !ptr->
CheckKvStore
() || !
CheckKvStore
()) {
in MoveData()
/base/security/dlp_permission_service/services/dlp_permission/sa/storage/src/
H
A
D
dlp_kv_data_storage.cpp
62
bool res =
CheckKvStore
();
in LoadAllData()
102
bool DlpKvDataStorage::
CheckKvStore
()
in CheckKvStore()
function in OHOS::Security::DlpPermission::DlpKvDataStorage
133
if (!
CheckKvStore
()) {
in RemoveValueFromKvStore()
169
bool res =
CheckKvStore
();
in DeleteKvStore()
190
bool res =
CheckKvStore
();
in PutValueToKvStore()
214
bool res =
CheckKvStore
();
in GetValueFromKvStore()
/base/notification/common_event_service/services/src/
H
A
D
static_subscriber_data_manager.cpp
61
bool StaticSubscriberDataManager::
CheckKvStore
()
in CheckKvStore()
function in OHOS::EventFwk::StaticSubscriberDataManager
91
if (!
CheckKvStore
()) {
in UpdateStaticSubscriberState()
127
if (!
CheckKvStore
()) {
in QueryStaticSubscriberStateData()
173
if (!
CheckKvStore
()) {
in DeleteDisableEventElementByBundleName()
/base/notification/distributed_notification_service/services/distributed/include/
H
A
D
distributed_preferences_database.h
85
bool
CheckKvStore
();
H
A
D
distributed_screen_status_manager.h
57
bool
CheckKvStore
();
H
A
D
distributed_database.h
132
bool
CheckKvStore
();
/base/notification/common_event_service/services/test/unittest/static_subscriber_data_manager_unit_test/
H
A
D
static_subscriber_data_manager_unit_test.cpp
91
dataManager->
CheckKvStore
();
in HWTEST_F()
112
dataManager->
CheckKvStore
();
in HWTEST_F()
146
dataManager->
CheckKvStore
();
in HWTEST_F()
/base/account/os_account/services/accountmgr/test/unittest/os_account/
H
A
D
os_account_data_storage_test.cpp
86
EXPECT_EQ(osAccountDataStorage_->
CheckKvStore
(), false);
in HWTEST_F()
/base/notification/common_event_service/services/include/
H
A
D
static_subscriber_data_manager.h
43
bool
CheckKvStore
();
/base/security/dlp_permission_service/services/dlp_permission/sa/storage/include/
H
A
D
dlp_kv_data_storage.h
53
bool
CheckKvStore
();
/base/account/os_account/services/accountmgr/include/
H
A
D
account_data_storage.h
60
bool
CheckKvStore
();
/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
100
* @tc.desc : Test
CheckKvStore
function and kvStore_ == nullptr.
106
EXPECT_EQ(false, distributedScreenStatusManager.
CheckKvStore
());
in HWTEST_F()
112
* @tc.desc : Test
CheckKvStore
function and kvStore_ != nullptr.
119
EXPECT_EQ(true, distributedScreenStatusManager.
CheckKvStore
());
in HWTEST_F()
125
* @tc.desc : Test OnDeviceDisconnected function and
CheckKvStore
is false.
/base/account/os_account/services/accountmgr/test/mock/app_account/
H
A
D
account_data_storage.cpp
46
bool AccountDataStorage::
CheckKvStore
()
in CheckKvStore()
function in OHOS::AccountSA::AccountDataStorage
/base/notification/distributed_notification_service/services/distributed/test/unittest/distributed_database_branch_test/
H
A
D
distributed_database_branch_test.cpp
186
* @tc.desc : Test
CheckKvStore
function and kvStore_ != nullptr.
192
EXPECT_EQ(true, database_->
CheckKvStore
());
in HWTEST_F()
198
* @tc.desc : Test
CheckKvStore
function and kvStore_ == nullptr.
205
EXPECT_EQ(false, database_->
CheckKvStore
());
in HWTEST_F()
/base/notification/distributed_notification_service/services/distributed/test/unittest/distributed_preferences_database_test/
H
A
D
distributed_preferences_database_test.cpp
74
* @tc.desc : test
CheckKvStore
and kvStore_ == nullptr.
80
EXPECT_EQ(false, distributedPreferencesDatabase.
CheckKvStore
());
in HWTEST_F()
86
* @tc.desc : test PutToDistributedDB and
CheckKvStore
is false.
132
* @tc.desc : test GetFromDistributedDB and
CheckKvStore
is false.
146
* @tc.desc : test GetFromDistributedDB and
CheckKvStore
is true and KvStoreFlowControl is false.
196
* @tc.desc : test GetEntriesFromDistributedDB and
CheckKvStore
is false.
242
* @tc.desc : test DeleteToDistributedDB and
CheckKvStore
is false.
Completed in 9 milliseconds