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:preferencesInfo_
(Results
1 - 4
of
4
) sorted by relevance
/base/notification/distributed_notification_service/services/distributed/src/
H
A
D
distributed_preferences.cpp
40
preferencesInfo_
= std::make_unique<DistributedPreferencesInfo>();
in DistributedPreferences()
104
preferencesInfo_
->SetDistributedEnable(static_cast<bool>(enabled));
in ResolveDistributedEnable()
125
preferencesInfo_
->SetDistributedBundleEnable(bundleName, uid, GetBoolFromString(value));
in ResolveDistributedBundleEnable()
135
preferencesInfo_
->SetSyncEnabledWithoutApp(userId, GetBoolFromString(value));
in ResolveSyncWithoutAppEnable()
151
preferencesInfo_
->SetDistributedEnable(isEnable);
in SetDistributedEnable()
160
isEnable =
preferencesInfo_
->GetDistributedEnable();
in GetDistributedEnable()
182
preferencesInfo_
->SetDistributedBundleEnable(bundleOption->GetBundleName(), bundleOption->GetUid(), isEnable);
in SetDistributedBundleEnable()
195
if (
preferencesInfo_
== nullptr) {
in GetDistributedBundleEnable()
200
isEnable =
preferencesInfo_
->GetDistributedBundleEnable(bundleOption->GetBundleName(), bundleOption->GetUid());
in GetDistributedBundleEnable()
212
if (database_ == nullptr ||
preferencesInfo_
in DeleteDistributedBundleInfo()
[all...]
/base/notification/distributed_notification_service/services/ans/src/
H
A
D
notification_preferences.cpp
78
NotificationPreferencesInfo preferencesInfo =
preferencesInfo_
;
in AddNotificationSlots()
96
preferencesInfo_
= preferencesInfo;
in AddNotificationSlots()
107
NotificationPreferencesInfo preferencesInfo =
preferencesInfo_
;
in AddNotificationBundleProperty()
112
preferencesInfo_
= preferencesInfo;
in AddNotificationBundleProperty()
132
NotificationPreferencesInfo preferencesInfo =
preferencesInfo_
;
in RemoveNotificationSlot()
143
preferencesInfo_
= preferencesInfo;
in RemoveNotificationSlot()
159
NotificationPreferencesInfo preferencesInfo =
preferencesInfo_
;
in RemoveNotificationAllSlots()
174
preferencesInfo_
= preferencesInfo;
in RemoveNotificationAllSlots()
188
NotificationPreferencesInfo preferencesInfo =
preferencesInfo_
;
in RemoveNotificationForBundle()
201
preferencesInfo_
in RemoveNotificationForBundle()
[all...]
/base/notification/distributed_notification_service/services/distributed/include/
H
A
D
distributed_preferences.h
103
std::unique_ptr<DistributedPreferencesInfo>
preferencesInfo_
= nullptr;
member in OHOS::Notification::DistributedPreferences
/base/notification/distributed_notification_service/services/ans/include/
H
A
D
notification_preferences.h
410
NotificationPreferencesInfo
preferencesInfo_
{};
Completed in 3 milliseconds