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:DEVICE_TYPE
(Results
1 - 4
of
4
) sorted by relevance
/base/notification/distributed_notification_service/services/ans/src/notification_smart_reminder/
H
A
D
reminder_affected.cpp
58
if (affectedByJson.find(
DEVICE_TYPE
) == affectedByJson.end() ||
in ValidAndGetAffectedBy()
59
affectedByJson[
DEVICE_TYPE
].is_null() ||
in ValidAndGetAffectedBy()
60
!affectedByJson[
DEVICE_TYPE
].is_string() ||
in ValidAndGetAffectedBy()
68
affectedBy.push_back(std::make_pair(affectedByJson[
DEVICE_TYPE
].get<std::string>(), status));
in ValidAndGetAffectedBy()
H
A
D
smart_reminder_center.cpp
69
if (singleDeviceRemindJson.find(ReminderAffected::
DEVICE_TYPE
) == singleDeviceRemindJson.end() ||
in GetMultiDeviceReminder()
70
singleDeviceRemindJson[ReminderAffected::
DEVICE_TYPE
].is_null() ||
in GetMultiDeviceReminder()
71
!singleDeviceRemindJson[ReminderAffected::
DEVICE_TYPE
].is_string()) {
in GetMultiDeviceReminder()
82
singleDeviceRemindJson[ReminderAffected::
DEVICE_TYPE
].get<string>());
in GetMultiDeviceReminder()
/base/notification/distributed_notification_service/services/ans/src/
H
A
D
reminder_swing_decision_center.cpp
93
if (affect[ReminderAffected::
DEVICE_TYPE
].is_null() ||
in GetCcmSwingRemind()
94
!affect[ReminderAffected::
DEVICE_TYPE
].is_string() ||
in GetCcmSwingRemind()
99
enableSwingDeviceType_ = affect[ReminderAffected::
DEVICE_TYPE
].get<string>();
in GetCcmSwingRemind()
/base/notification/distributed_notification_service/services/ans/include/
H
A
D
reminder_affected.h
40
constexpr static const char*
DEVICE_TYPE
= "deviceType";
member in OHOS::Notification::ReminderAffected
Completed in 2 milliseconds