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:hasPermission
(Results
1 - 9
of
9
) sorted by relevance
/base/notification/distributed_notification_service/test/fuzztest/setnotificationbadgenum_fuzzer/
H
A
D
setnotificationbadgenum_fuzzer.cpp
31
bool
hasPermission
= true;
in DoSomethingInterestingWithMyAPI()
local
32
Notification::NotificationHelper::HasNotificationPolicyAccessPermission(
hasPermission
);
in DoSomethingInterestingWithMyAPI()
/base/inputmethod/imf/test/unittest/cpp_test/common/include/
H
A
D
identity_checker_mock.h
85
static void SetPermission(bool
hasPermission
)
in SetPermission()
argument
87
hasPermission_ =
hasPermission
;
in SetPermission()
/base/theme/screenlock_mgr/services/src/
H
A
D
screenlock_system_ability.cpp
386
bool
hasPermission
= CheckPermission("ohos.permission.ACCESS_SCREEN_LOCK");
in UnlockInner()
local
387
SCLOCK_HILOGE("
hasPermission
: {public}%d.",
hasPermission
);
in UnlockInner()
389
!IsAppInForeground(IPCSkeleton::GetCallingPid(), callerTokenId) && !
hasPermission
) {
in UnlockInner()
/base/notification/distributed_notification_service/frameworks/ans/src/
H
A
D
notification_helper.cpp
191
ErrCode NotificationHelper::HasNotificationPolicyAccessPermission(bool &
hasPermission
)
in HasNotificationPolicyAccessPermission()
argument
193
return DelayedSingleton<AnsNotification>::GetInstance()->HasNotificationPolicyAccessPermission(
hasPermission
);
in HasNotificationPolicyAccessPermission()
/base/notification/distributed_notification_service/interfaces/inner_api/
H
A
D
notification_helper.h
400
* @param
hasPermission
True if this application is suspended; false otherwise.
403
static ErrCode HasNotificationPolicyAccessPermission(bool &
hasPermission
);
/base/notification/distributed_notification_service/frameworks/core/include/
H
A
D
ans_notification.h
334
* @param
hasPermission
True if this application is suspended; returns false otherwise.
337
ErrCode HasNotificationPolicyAccessPermission(bool &
hasPermission
);
/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
H
A
D
notification_helper_test.cpp
452
bool
hasPermission
= true;
in HWTEST_F()
local
454
ErrCode ret = notificationHelper.HasNotificationPolicyAccessPermission(
hasPermission
);
in HWTEST_F()
/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_notification_test/
H
A
D
ans_notification_unit_test.cpp
657
bool
hasPermission
= true;
in HWTEST_F()
local
658
ErrCode ret3 = ans_->HasNotificationPolicyAccessPermission(
hasPermission
);
in HWTEST_F()
/base/notification/distributed_notification_service/frameworks/core/src/
H
A
D
ans_notification.cpp
529
ErrCode AnsNotification::HasNotificationPolicyAccessPermission(bool &
hasPermission
)
in HasNotificationPolicyAccessPermission()
argument
536
return proxy->HasNotificationPolicyAccessPermission(
hasPermission
);
in HasNotificationPolicyAccessPermission()
Completed in 15 milliseconds