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:slotInfo
(Results
1 - 5
of
5
) sorted by relevance
/base/notification/distributed_notification_service/services/ans/src/clone/
H
A
D
notification_clone_bundle_info.cpp
95
void NotificationCloneBundleInfo::AddSlotInfo(const SlotInfo &
slotInfo
)
in AddSlotInfo()
argument
98
if (item.slotType_ ==
slotInfo
.slotType_) {
in AddSlotInfo()
99
item.enable_ =
slotInfo
.enable_;
in AddSlotInfo()
100
item.isForceControl_ =
slotInfo
.isForceControl_;
in AddSlotInfo()
104
slotsInfo_.push_back(
slotInfo
);
in AddSlotInfo()
140
SlotInfo
slotInfo
;
in SlotsFromJson()
local
142
slotInfo
.slotType_ = static_cast<NotificationConstant::SlotType>(
in SlotsFromJson()
147
slotInfo
.enable_ = (slotEnable == CONST_ENABLE_INT);
in SlotsFromJson()
151
slotInfo
.isForceControl_ = (forceControl == CONST_ENABLE_INT);
in SlotsFromJson()
153
slotsInfo_.emplace_back(
slotInfo
);
in SlotsFromJson()
[all...]
/base/notification/distributed_notification_service/services/ans/include/
H
A
D
notification_clone_bundle_info.h
58
void AddSlotInfo(const SlotInfo &
slotInfo
);
/base/notification/distributed_notification_service/services/ans/src/
H
A
D
notification_preferences_info.cpp
359
NotificationCloneBundleInfo::SlotInfo
slotInfo
;
in GetAllCLoneBundlesInfo()
local
360
slotInfo
.slotType_ = slot->GetType();
in GetAllCLoneBundlesInfo()
361
slotInfo
.enable_ = slot->GetEnable();
in GetAllCLoneBundlesInfo()
362
slotInfo
.isForceControl_ = slot->GetForceControl();
in GetAllCLoneBundlesInfo()
363
cloneBundleInfo.AddSlotInfo(
slotInfo
);
in GetAllCLoneBundlesInfo()
H
A
D
notification_preferences.cpp
673
sptr<NotificationSlot>
slotInfo
= new (std::nothrow) NotificationSlot(cloneSlot.slotType_);
in UpdateCloneBundleInfo()
local
676
GetConfigSlotReminderModeByType(
slotInfo
->GetType());
in UpdateCloneBundleInfo()
677
slotInfo
->SetReminderMode(configSlotReminderMode & slotFlags);
in UpdateCloneBundleInfo()
678
slotInfo
->SetEnable(cloneSlot.enable_);
in UpdateCloneBundleInfo()
679
slotInfo
->SetForceControl(cloneSlot.isForceControl_);
in UpdateCloneBundleInfo()
680
slotInfo
->SetAuthorizedStatus(NotificationSlot::AuthorizedStatus::AUTHORIZED);
in UpdateCloneBundleInfo()
681
slots.push_back(
slotInfo
);
in UpdateCloneBundleInfo()
682
bundleInfo.SetSlot(
slotInfo
);
in UpdateCloneBundleInfo()
/base/startup/init/interfaces/innerkits/fs_manager/
H
A
D
fstab_mount.c
428
int
slotInfo
= 0;
in GetSlotInfoFromBootctrl()
local
429
BEGET_INFO_CHECK(read(fd, &
slotInfo
, sizeof(
slotInfo
)) == size, close(fd); return -1,
in GetSlotInfoFromBootctrl()
432
return
slotInfo
;
in GetSlotInfoFromBootctrl()
Completed in 6 milliseconds