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:TIMER
(Results
1 - 20
of
20
) sorted by relevance
/base/notification/distributed_notification_service/frameworks/ans/src/
H
A
D
reminder_request_timer.cpp
27
: ReminderRequest(ReminderRequest::ReminderType::
TIMER
)
in ReminderRequestTimer()
H
A
D
reminder_request.cpp
1373
if (reminderType_ == ReminderType::
TIMER
) {
in GetShowTime()
1662
if ((reminderType_ == ReminderRequest::ReminderType::
TIMER
) ||
in UpdateNotificationCommon()
/base/notification/distributed_notification_service/frameworks/js/napi/src/reminder/
H
A
D
native_module_manager.cpp
52
if (napi_create_int32(env, static_cast<int32_t>(ReminderRequest::ReminderType::
TIMER
), &prop) == napi_ok) {
in ConstantInit()
H
A
D
native_module.cpp
49
if (napi_create_int32(env, static_cast<int32_t>(ReminderRequest::ReminderType::
TIMER
), &prop) == napi_ok) {
in ConstantInit()
H
A
D
reminder_common.cpp
432
case ReminderRequest::ReminderType::
TIMER
:
in CreateReminder()
H
A
D
publish.cpp
512
case ReminderRequest::ReminderType::
TIMER
: {
in ParseReminder()
/base/hiviewdfx/hiview/plugins/performance/
H
A
D
EvtParser.h
58
const std::string
TIMER
= "time_";
member
247
evt.eventTime = static_cast<uint64_t>(sysEvent.GetEventIntValue(
TIMER
));
in ConvertToXperfEvent()
305
evt.animatorInfo.commonInfo.happenTime = static_cast<uint64_t>(sysEvent.GetEventIntValue(
TIMER
));
in ConvertToXperfAnimatorEvent()
/base/notification/distributed_notification_service/services/ans/src/
H
A
D
reminder_store.cpp
179
case (static_cast<int32_t>(ReminderRequest::ReminderType::
TIMER
)): {
in GetOldReminders()
241
case ReminderRequest::ReminderType::
TIMER
:
in InsertNewReminders()
628
case ReminderRequest::ReminderType::
TIMER
: {
in Insert()
687
case ReminderRequest::ReminderType::
TIMER
:
in Update()
756
case (static_cast<int32_t>(ReminderRequest::ReminderType::
TIMER
)): {
in BuildReminder()
H
A
D
reminder_store_strategy.cpp
376
if (reminder->GetReminderType() == ReminderRequest::ReminderType::
TIMER
) {
in AppendValuesBucket()
404
if (reminder->GetReminderType() == ReminderRequest::ReminderType::
TIMER
) {
in RecoverFromDb()
H
A
D
reminder_data_manager.cpp
420
// The systemtimer type will be set TIMER_TYPE_INEXACT_REMINDER&&EXACT if reminder type is CALENDAR or
TIMER
,
in InitTimerInfo()
425
reminderRequest->GetReminderType() == ReminderRequest::ReminderType::
TIMER
)) {
in InitTimerInfo()
430
DevStandbyMgr::StandbyServiceClient::GetInstance().GetAllowList(DevStandbyMgr::AllowType::
TIMER
,
in InitTimerInfo()
441
ANS_LOGI("%{public}s is CALENDAR or
TIMER
type.", name.c_str());
in InitTimerInfo()
1490
if (reminderSptr->GetReminderType() != ReminderRequest::ReminderType::
TIMER
) {
in GetImmediatelyShowRemindersLocked()
/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
H
A
D
reminder_store_test.cpp
342
reminder->reminderType_ = ReminderRequest::ReminderType::
TIMER
;
in HWTEST_F()
398
reminder->reminderType_ = ReminderRequest::ReminderType::
TIMER
;
in HWTEST_F()
457
reminder->reminderType_ = ReminderRequest::ReminderType::
TIMER
;
in HWTEST_F()
H
A
D
reminder_request_test.cpp
1006
ReminderRequest reminder = ReminderRequest(ReminderRequest::ReminderType::
TIMER
);
in HWTEST_F()
/base/notification/distributed_notification_service/frameworks/core/src/
H
A
D
ans_manager_proxy_reminder.cpp
276
} else if (ReminderRequest::ReminderType::
TIMER
== reminderType) {
in ReadReminders()
H
A
D
ans_notification.cpp
1323
case (ReminderRequest::ReminderType::
TIMER
): {
in PublishReminder()
H
A
D
ans_manager_stub.cpp
1914
} else if (ReminderRequest::ReminderType::
TIMER
== reminderType) {
in HandlePublishReminder()
/base/notification/distributed_notification_service/interfaces/inner_api/
H
A
D
reminder_request.h
135
TIMER
,
member in OHOS::Notification::ReminderRequest::ReminderType
/base/notification/distributed_notification_service/frameworks/ans/test/unittest/reminder_request_branch_test/
H
A
D
reminder_request_branch_test.cpp
486
* 2.reminderType_ is ReminderRequest::ReminderType::
TIMER
496
reminderRequest->reminderType_ = ReminderRequest::ReminderType::
TIMER
;
in HWTEST_F()
/base/notification/distributed_notification_service/services/ans/test/unittest/
H
A
D
reminder_data_manager_test.cpp
737
reminder->reminderType_ = ReminderRequest::ReminderType::
TIMER
;
in HWTEST_F()
/base/time/time_service/services/timer/src/
H
A
D
timer_manager.cpp
1033
DevStandbyMgr::StandbyServiceClient::GetInstance().GetRestrictList(DevStandbyMgr::AllowType::
TIMER
,
1049
DevStandbyMgr::StandbyServiceClient::GetInstance().GetRestrictList(DevStandbyMgr::AllowType::
TIMER
,
/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_manager_stub_test/
H
A
D
ans_manager_stub_test.cpp
3207
* @tc.desc: Test Reminder type
TIMER
.
3218
uint8_t typeInfo = static_cast<uint8_t>(ReminderRequest::ReminderType::
TIMER
);
in HWTEST_F()
Completed in 41 milliseconds