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:notificationId_
(Results
1 - 9
of
9
) sorted by relevance
/base/notification/distributed_notification_service/frameworks/ans/test/unittest/reminder_request_branch_test/
H
A
D
reminder_request_branch_test.cpp
180
int32_t
notificationId_
= 0;
in HWTEST_F()
local
181
reminderRequest->notificationRequest_ = new (std::nothrow) NotificationRequest(
notificationId_
);
in HWTEST_F()
198
int32_t
notificationId_
= 0;
in HWTEST_F()
local
199
reminderRequest->notificationRequest_ = new (std::nothrow) NotificationRequest(
notificationId_
);
in HWTEST_F()
216
int32_t
notificationId_
= 0;
in HWTEST_F()
local
217
reminderRequest->notificationRequest_ = new (std::nothrow) NotificationRequest(
notificationId_
);
in HWTEST_F()
235
int32_t
notificationId_
= 0;
in HWTEST_F()
local
236
reminderRequest->notificationRequest_ = new (std::nothrow) NotificationRequest(
notificationId_
);
in HWTEST_F()
254
int32_t
notificationId_
= 0;
in HWTEST_F()
local
255
reminderRequest->notificationRequest_ = new (std::nothrow) NotificationRequest(
notificationId_
);
in HWTEST_F()
288
int32_t
notificationId_
= 0;
HWTEST_F()
local
312
int32_t
notificationId_
= 0;
HWTEST_F()
local
365
int32_t
notificationId_
= 0;
HWTEST_F()
local
415
int32_t
notificationId_
= 0;
HWTEST_F()
local
440
int32_t
notificationId_
= 0;
HWTEST_F()
local
469
int32_t
notificationId_
= 0;
HWTEST_F()
local
494
int32_t
notificationId_
= 0;
HWTEST_F()
local
511
int32_t
notificationId_
= 0;
HWTEST_F()
local
528
int32_t
notificationId_
= 0;
HWTEST_F()
local
545
int32_t
notificationId_
= 0;
HWTEST_F()
local
563
int32_t
notificationId_
= 0;
HWTEST_F()
local
[all...]
/base/notification/distributed_notification_service/services/ans/test/unittest/mock/
H
A
D
mock_notification_analytics_util.cpp
81
notificationId_
= notificationId;
in NotificationId()
/base/notification/distributed_notification_service/services/ans/include/
H
A
D
notification_analytics_util.h
71
int32_t
notificationId_
= -1;
member in OHOS::Notification::HaMetaMessage
/base/notification/distributed_notification_service/frameworks/ans/src/
H
A
D
notification_request.cpp
57
NotificationRequest::NotificationRequest(int32_t notificationId) :
notificationId_
(notificationId)
in NotificationRequest()
122
notificationId_
= notificationId;
in SetNotificationId()
127
return
notificationId_
;
in GetNotificationId()
630
return std::to_string(
notificationId_
) + "_" + creatorBundleName_ + "_" + std::to_string(creatorUid_) + "_" +
in GetNotificationHashCode()
747
"notificationId = " + std::to_string(
notificationId_
) +
in Dump()
807
jsonObject["id"] =
notificationId_
;
in ToJson()
938
if (!parcel.WriteInt32(
notificationId_
)) {
in Marshalling()
1475
notificationId_
= parcel.ReadInt32();
in ReadFromParcel()
1894
this->
notificationId_
= other.
notificationId_
;
in CopyBase()
2590
label_ << keySpliter <<
notificationId_
;
GetBaseKey()
local
2594
label_ << keySpliter <<
notificationId_
;
GetBaseKey()
local
[all...]
H
A
D
reminder_request.cpp
127
this->
notificationId_
= other.
notificationId_
;
in ReminderRequest()
661
notificationId_
= notificationId;
in SetNotificationId()
785
return
notificationId_
;
in GetNotificationId()
1126
WRITE_INT32_RETURN_FALSE_LOG(parcel,
notificationId_
, "notificationId");
in Marshalling()
1252
READ_INT32_RETURN_FALSE_LOG(parcel,
notificationId_
, "notificationId");
in ReadFromParcel()
1288
notificationRequest_ = new (std::nothrow) NotificationRequest(
notificationId_
);
in InitNotificationRequest()
/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
H
A
D
reminder_store_test.cpp
401
reminder->
notificationId_
= 123;
in HWTEST_F()
426
EXPECT_EQ(reminder->
notificationId_
, each->
notificationId_
);
in HWTEST_F()
/base/notification/distributed_notification_service/services/ans/src/common/
H
A
D
notification_analytics_util.cpp
123
notificationId_
= notificationId;
in NotificationId()
239
want.SetParam("id", message.
notificationId_
);
in ReportDeleteFailedEvent()
/base/notification/distributed_notification_service/interfaces/inner_api/
H
A
D
reminder_request.h
1117
int32_t
notificationId_
{0};
H
A
D
notification_request.h
1469
int32_t
notificationId_
{0};
Completed in 18 milliseconds