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:IsSystemUser
(Results
1 - 6
of
6
) sorted by relevance
/base/notification/distributed_notification_service/services/ans/src/
H
A
D
notification_subscriber_manager.cpp
523
if (record->userId == SUBSCRIBE_USER_ALL ||
IsSystemUser
(record->userId)) {
in IsSubscribedBysubscriber()
533
if (
IsSystemUser
(sendUserId)) {
in IsSubscribedBysubscriber()
610
if (record->userId == SUBSCRIBE_USER_ALL ||
IsSystemUser
(record->userId) ||
in NotifyDoNotDisturbDateChangedInner()
611
IsSystemUser
(userId) || record->userId == userId) {
in NotifyDoNotDisturbDateChangedInner()
623
if (record->userId == SUBSCRIBE_USER_ALL ||
IsSystemUser
(record->userId) ||
in NotifyBadgeEnabledChangedInner()
624
IsSystemUser
(userId) || record->userId == userId) {
in NotifyBadgeEnabledChangedInner()
630
bool NotificationSubscriberManager::
IsSystemUser
(int32_t userId)
in IsSystemUser()
function in OHOS::Notification::NotificationSubscriberManager
641
if (record->userId == SUBSCRIBE_USER_ALL ||
IsSystemUser
(record->userId) ||
in NotifyEnabledNotificationChangedInner()
642
IsSystemUser
(userId) || record->userId == userId) {
in NotifyEnabledNotificationChangedInner()
658
if (record->userId == SUBSCRIBE_USER_ALL ||
IsSystemUser
(recor
in SetBadgeNumber()
[all...]
H
A
D
notification_local_live_view_subscriber_manager.cpp
282
bool NotificationLocalLiveViewSubscriberManager::
IsSystemUser
(int32_t userId)
in IsSystemUser()
function in OHOS::Notification::NotificationLocalLiveViewSubscriberManager
H
A
D
advanced_notification_service.cpp
1551
bool AdvancedNotificationService::
IsSystemUser
(int32_t userId)
in IsSystemUser()
function in OHOS::Notification::AdvancedNotificationService
/base/notification/distributed_notification_service/services/ans/include/
H
A
D
notification_local_live_view_subscriber_manager.h
100
bool
IsSystemUser
(int32_t userId);
H
A
D
notification_subscriber_manager.h
167
bool
IsSystemUser
(int32_t userId);
H
A
D
advanced_notification_service.h
1422
bool
IsSystemUser
(int32_t userId);
Completed in 8 milliseconds