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:slotType_
(Results
1 - 17
of
17
) sorted by relevance
/base/notification/distributed_notification_service/frameworks/ans/src/
H
A
D
notification_check_request.cpp
24
: contentType_(contentType),
slotType_
(slotType), extraKeys_(extraKeys)
in NotificationCheckRequest()
42
slotType_
= slotType;
in SetSlotType()
47
return
slotType_
;
in GetSlotType()
76
if (!parcel.WriteInt32(static_cast<int32_t>(
slotType_
))) {
in Marshalling()
102
slotType_
= static_cast<NotificationConstant::SlotType>(parcel.ReadInt32());
in ReadFromParcel()
H
A
D
notification_check_info.cpp
26
creatorUserId_(creatorUserId),
slotType_
(slotType), extraInfo_(extraInfo)
in NotificationCheckInfo()
76
return
slotType_
;
in GetSlotType()
81
slotType_
= slotType;
in SetSlotType()
144
slotType_
= jsonobj.at("slotType").get<int32_t>();
in ConvertJsonStringToValue()
H
A
D
notification_request.cpp
508
slotType_
= slotType;
in SetSlotType()
513
return
slotType_
;
in GetSlotType()
748
", slotType = " + std::to_string(static_cast<int32_t>(
slotType_
)) +
in Dump()
818
jsonObject["slotType"] = static_cast<int32_t>(
slotType_
);
in ToJson()
819
jsonObject["notificationSlotType"] = static_cast<int32_t>(
slotType_
);
in ToJson()
1080
if (!parcel.WriteInt32(static_cast<int32_t>(
slotType_
))) {
in Marshalling()
1556
slotType_
= static_cast<NotificationConstant::SlotType>(slotTypeValue);
in ReadFromParcel()
1918
this->
slotType_
= other.
slotType_
;
in CopyBase()
2182
target->
slotType_
in ConvertJsonToEnum()
[all...]
H
A
D
reminder_request.cpp
134
this->
slotType_
= other.
slotType_
;
in ReminderRequest()
673
slotType_
= slotType;
in SetSlotType()
827
return
slotType_
;
in GetSlotType()
1140
int32_t slotType = static_cast<int32_t>(
slotType_
);
in Marshalling()
1269
slotType_
= static_cast<NotificationConstant::SlotType>(slotType);
in ReadFromParcel()
1653
notificationRequest_->SetSlotType(
slotType_
);
in UpdateNotificationCommon()
/base/notification/distributed_notification_service/services/ans/src/clone/
H
A
D
notification_clone_bundle_info.cpp
98
if (item.
slotType_
== slotInfo.
slotType_
) {
in AddSlotInfo()
118
jsonNode[BUNDLE_INFO_SLOT_TYPE] = static_cast<int32_t>(slotsInfo_[index].
slotType_
);
in ToJson()
142
slotInfo.
slotType_
= static_cast<NotificationConstant::SlotType>(
in SlotsFromJson()
190
return "type: " + std::to_string(
slotType_
) + " " + std::to_string(enable_) + " "
in Dump()
/base/notification/distributed_notification_service/services/ans/include/
H
A
D
notification_clone_bundle_info.h
33
NotificationConstant::SlotType
slotType_
;
member in OHOS::Notification::NotificationCloneBundleInfo::SlotInfo
H
A
D
notification_analytics_util.h
74
uint32_t
slotType_
= -1;
member in OHOS::Notification::HaMetaMessage
/base/notification/distributed_notification_service/interfaces/inner_api/
H
A
D
notification_check_request.h
123
NotificationConstant::SlotType
slotType_
{};
H
A
D
notification_check_info.h
30
int32_t
slotType_
;
member in OHOS::Notification::NotificationCheckInfo
H
A
D
reminder_request.h
1137
NotificationConstant::SlotType
slotType_
{NotificationConstant::SlotType::SOCIAL_COMMUNICATION};
H
A
D
notification_request.h
1502
NotificationConstant::SlotType
slotType_
{NotificationConstant::SlotType::OTHER};
/base/notification/distributed_notification_service/services/ans/test/unittest/mock/
H
A
D
mock_notification_analytics_util.cpp
92
slotType_
= slotType;
in SlotType()
/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
H
A
D
reminder_store_test.cpp
399
reminder->
slotType_
= static_cast<NotificationConstant::SlotType>(1);
in HWTEST_F()
424
EXPECT_EQ(reminder->
slotType_
, each->
slotType_
);
in HWTEST_F()
H
A
D
reminder_request_test.cpp
1811
rrc->
slotType_
= NotificationConstant::SlotType::SOCIAL_COMMUNICATION;
in HWTEST_F()
/base/notification/distributed_notification_service/services/ans/src/common/
H
A
D
notification_analytics_util.cpp
134
slotType_
= static_cast<uint32_t>(slotType);
in SlotType()
223
want.SetParam("slotType", static_cast<int32_t>(message.
slotType_
));
in ReportModifyEvent()
/base/notification/distributed_notification_service/services/ans/src/
H
A
D
notification_preferences_info.cpp
360
slotInfo.
slotType_
= slot->GetType();
in GetAllCLoneBundlesInfo()
H
A
D
notification_preferences.cpp
673
sptr<NotificationSlot> slotInfo = new (std::nothrow) NotificationSlot(cloneSlot.
slotType_
);
in UpdateCloneBundleInfo()
Completed in 19 milliseconds