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:GetRemindType
(Results
1 - 8
of
8
) sorted by relevance
/base/notification/distributed_notification_service/test/fuzztest/notification_fuzzer/
H
A
D
notification_fuzzer.cpp
52
notification.
GetRemindType
();
in DoSomethingInterestingWithMyAPI()
/base/notification/distributed_notification_service/services/ans/src/
H
A
D
advanced_notification_reminder_service.cpp
247
NotificationConstant::RemindType AdvancedNotificationService::
GetRemindType
()
in GetRemindType()
function in OHOS::Notification::AdvancedNotificationService
299
ffrt::task_handle handler = notificationSvrQueue_->submit_h(std::bind([&]() { remindType =
GetRemindType
(); }));
in GetDeviceRemindType()
310
notification->SetRemindType(
GetRemindType
());
in SetNotificationRemindType()
/base/notification/distributed_notification_service/interfaces/inner_api/
H
A
D
notification.h
203
NotificationConstant::RemindType
GetRemindType
() const;
/base/notification/distributed_notification_service/frameworks/js/napi/src/
H
A
D
common_convert_notification.cpp
82
if (!AnsEnumUtil::DeviceRemindTypeCToJS(notification->
GetRemindType
(), outType)) {
in SetNotificationByDistributedOptions()
/base/notification/distributed_notification_service/frameworks/ans/src/
H
A
D
notification.cpp
208
NotificationConstant::RemindType Notification::
GetRemindType
() const
in GetRemindType()
function in OHOS::Notification::Notification
/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
H
A
D
notification_test.cpp
187
* @tc.desc: Test
GetRemindType
parameters.
197
EXPECT_EQ(rrc->
GetRemindType
(), reminType);
in HWTEST_F()
/base/notification/distributed_notification_service/frameworks/test/moduletest/
H
A
D
ans_fw_module_test.cpp
2125
EXPECT_EQ(outNotification->
GetRemindType
(), NotificationConstant::RemindType::DEVICE_ACTIVE_REMIND);
in HWTEST_F()
2156
EXPECT_EQ(outNotification->
GetRemindType
(), NotificationConstant::RemindType::DEVICE_ACTIVE_REMIND);
in HWTEST_F()
2187
EXPECT_EQ(outNotification->
GetRemindType
(), NotificationConstant::RemindType::DEVICE_IDLE_REMIND);
in HWTEST_F()
2218
EXPECT_EQ(outNotification->
GetRemindType
(), NotificationConstant::RemindType::DEVICE_IDLE_DONOT_REMIND);
in HWTEST_F()
2263
EXPECT_EQ(outNotification->
GetRemindType
(), NotificationConstant::RemindType::DEVICE_ACTIVE_REMIND);
in HWTEST_F()
2307
EXPECT_EQ(outNotification->
GetRemindType
(), NotificationConstant::RemindType::DEVICE_IDLE_DONOT_REMIND);
in HWTEST_F()
/base/notification/distributed_notification_service/services/ans/include/
H
A
D
advanced_notification_service.h
1267
NotificationConstant::RemindType
GetRemindType
();
Completed in 11 milliseconds