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:FlagStatus
(Results
1 - 15
of
15
) sorted by relevance
/base/notification/distributed_notification_service/interfaces/inner_api/
H
A
D
notification_flags.h
43
void SetSoundEnabled(NotificationConstant::
FlagStatus
soundEnabled);
49
NotificationConstant::
FlagStatus
IsSoundEnabled() const;
55
void SetVibrationEnabled(NotificationConstant::
FlagStatus
vibrationEnabled);
61
NotificationConstant::
FlagStatus
IsVibrationEnabled() const;
161
NotificationConstant::
FlagStatus
soundEnabled_ {NotificationConstant::
FlagStatus
::NONE};
162
NotificationConstant::
FlagStatus
vibrationEnabled_ {NotificationConstant::
FlagStatus
::NONE};
H
A
D
notification_subscriber.h
128
NotificationConstant::
FlagStatus
DowngradeReminder(
129
const NotificationConstant::
FlagStatus
&oldFlags, const NotificationConstant::
FlagStatus
&judgeFlags) const;
H
A
D
notification_constant.h
142
enum class
FlagStatus
{
class in OHOS::Notification::NotificationConstant::SourceType
/base/notification/distributed_notification_service/frameworks/ans/src/
H
A
D
notification_subscriber.cpp
82
NotificationConstant::
FlagStatus
NotificationSubscriber::DowngradeReminder(
in DowngradeReminder()
83
const NotificationConstant::
FlagStatus
&oldFlags, const NotificationConstant::
FlagStatus
&judgeFlags) const
in DowngradeReminder()
85
if (judgeFlags == NotificationConstant::
FlagStatus
::NONE || oldFlags == NotificationConstant::
FlagStatus
::NONE) {
in DowngradeReminder()
86
return NotificationConstant::
FlagStatus
::NONE;
in DowngradeReminder()
H
A
D
notification_flags.cpp
22
#include "notification_constant.h" // for NotificationConstant::
FlagStatus
27
void NotificationFlags::SetSoundEnabled(NotificationConstant::
FlagStatus
soundEnabled)
in SetSoundEnabled()
30
if (soundEnabled == NotificationConstant::
FlagStatus
::OPEN) {
in SetSoundEnabled()
37
NotificationConstant::
FlagStatus
NotificationFlags::IsSoundEnabled() const
in IsSoundEnabled()
42
void NotificationFlags::SetVibrationEnabled(NotificationConstant::
FlagStatus
vibrationEnabled)
in SetVibrationEnabled()
45
if (vibrationEnabled == NotificationConstant::
FlagStatus
::OPEN) {
in SetVibrationEnabled()
52
NotificationConstant::
FlagStatus
NotificationFlags::IsVibrationEnabled() const
in IsVibrationEnabled()
162
pFlags->soundEnabled_ = static_cast<NotificationConstant::
FlagStatus
>(soundEnabled);
in FromJson()
167
pFlags->vibrationEnabled_ = static_cast<NotificationConstant::
FlagStatus
>(vibrationEnabled);
in FromJson()
215
soundEnabled_ = static_cast<NotificationConstant::
FlagStatus
>(parce
in ReadFromParcel()
[all...]
/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
H
A
D
notification_flags_test.cpp
43
NotificationConstant::
FlagStatus
sound =NotificationConstant::
FlagStatus
(1);
in HWTEST_F()
57
NotificationConstant::
FlagStatus
vibrationEnabled =NotificationConstant::
FlagStatus
(1);
in HWTEST_F()
/base/notification/distributed_notification_service/test/fuzztest/publishcontinuoustasknotification_fuzzer/
H
A
D
publishcontinuoustasknotification_fuzzer.cpp
58
Notification::NotificationConstant::
FlagStatus
sound =
in DoSomethingInterestingWithMyAPI()
59
Notification::NotificationConstant::
FlagStatus
(soundEnabled);
in DoSomethingInterestingWithMyAPI()
/base/notification/distributed_notification_service/test/fuzztest/publishnotification_fuzzer/
H
A
D
publishnotification_fuzzer.cpp
58
Notification::NotificationConstant::
FlagStatus
sound =
in DoSomethingInterestingWithMyAPI()
59
Notification::NotificationConstant::
FlagStatus
(soundEnabled);
in DoSomethingInterestingWithMyAPI()
/base/notification/distributed_notification_service/frameworks/test/moduletest/
H
A
D
ans_innerkits_module_publish_test.cpp
432
EXPECT_EQ(NotificationConstant::
FlagStatus
::NONE, notiFlags->IsSoundEnabled());
in CheckCaseFifteenResult()
433
EXPECT_EQ(NotificationConstant::
FlagStatus
::NONE, notiFlags->IsVibrationEnabled());
in CheckCaseFifteenResult()
441
EXPECT_EQ(NotificationConstant::
FlagStatus
::CLOSE, notiFlags->IsSoundEnabled());
in CheckCaseSixteenResult()
442
EXPECT_EQ(NotificationConstant::
FlagStatus
::CLOSE, notiFlags->IsVibrationEnabled());
in CheckCaseSixteenResult()
457
EXPECT_EQ(NotificationConstant::
FlagStatus
::NONE, notiFlags->IsSoundEnabled());
in CheckCaseTwentyOneResult()
458
EXPECT_EQ(NotificationConstant::
FlagStatus
::NONE, notiFlags->IsVibrationEnabled());
in CheckCaseTwentyOneResult()
1473
notiFlags->SetSoundEnabled(NotificationConstant::
FlagStatus
::CLOSE);
in HWTEST_F()
1474
notiFlags->SetVibrationEnabled(NotificationConstant::
FlagStatus
::OPEN);
in HWTEST_F()
/base/notification/distributed_notification_service/frameworks/cj/ffi/include/
H
A
D
notification_utils.h
165
enum class
FlagStatus
{
class
/base/notification/distributed_notification_service/services/ans/src/
H
A
D
advanced_notification_service.cpp
804
flags->SetSoundEnabled(NotificationConstant::
FlagStatus
::CLOSE);
in DoNotDisturbUpdataReminderFlags()
810
flags->SetVibrationEnabled(NotificationConstant::
FlagStatus
::CLOSE);
in DoNotDisturbUpdataReminderFlags()
932
if (flags->IsSoundEnabled() == NotificationConstant::
FlagStatus
::OPEN &&
in ChangeNotificationByControlFlags()
934
flags->SetSoundEnabled(NotificationConstant::
FlagStatus
::CLOSE);
in ChangeNotificationByControlFlags()
953
if (flags->IsVibrationEnabled() == NotificationConstant::
FlagStatus
::OPEN &&
in ChangeNotificationByControlFlags()
955
flags->SetVibrationEnabled(NotificationConstant::
FlagStatus
::CLOSE);
in ChangeNotificationByControlFlags()
H
A
D
advanced_notification_live_view_service.cpp
89
notificationFlags->SetSoundEnabled(NotificationConstant::
FlagStatus
::CLOSE);
in RecoverLiveViewFromDb()
90
notificationFlags->SetVibrationEnabled(NotificationConstant::
FlagStatus
::CLOSE);
in RecoverLiveViewFromDb()
H
A
D
advanced_notification_slot_service.cpp
589
flags->SetSoundEnabled(NotificationConstant::
FlagStatus
::OPEN);
in SetRequestBySlotType()
605
flags->SetVibrationEnabled(NotificationConstant::
FlagStatus
::OPEN);
in SetRequestBySlotType()
H
A
D
advanced_notification_utils.cpp
348
if (notificationFlags->IsSoundEnabled() == NotificationConstant::
FlagStatus
::OPEN) {
in ExtendDumpForFlags()
353
if (notificationFlags->IsVibrationEnabled() == NotificationConstant::
FlagStatus
::OPEN) {
in ExtendDumpForFlags()
1991
flag->SetSoundEnabled(NotificationConstant::
FlagStatus
::CLOSE);
in CloseAlert()
1993
flag->SetVibrationEnabled(NotificationConstant::
FlagStatus
::CLOSE);
in CloseAlert()
/base/notification/distributed_notification_service/services/ans/test/unittest/
H
A
D
advanced_notification_service_test.cpp
3419
flags->SetSoundEnabled(NotificationConstant::
FlagStatus
::OPEN);
in HWTEST_F()
3420
flags->SetVibrationEnabled(NotificationConstant::
FlagStatus
::OPEN);
in HWTEST_F()
Completed in 22 milliseconds