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:IsSACalling
(Results
1 - 6
of
6
) sorted by relevance
/foundation/window/window_manager/window_scene/test/unittest/
H
A
D
session_permission_test.cpp
66
* @tc.name:
IsSACalling
67
* @tc.desc: test function :
IsSACalling
70
HWTEST_F(SessionPermissionTest,
IsSACalling
, Function | SmallTest | Level1)
in HWTEST_F()
72
bool result = SessionPermission::
IsSACalling
();
in HWTEST_F()
/foundation/window/window_manager/window_scene/common/include/
H
A
D
session_permission.h
37
static bool
IsSACalling
();
/foundation/window/window_manager/window_scene/common/src/
H
A
D
session_permission.cpp
96
bool SessionPermission::
IsSACalling
()
in IsSACalling()
function in OHOS::Rosen::SessionPermission
143
if (
IsSACalling
()) {
in VerifySessionPermission()
157
if (
IsSACalling
() || IsShellCall()) {
in JudgeCallerIsAllowedToUseSystemAPI()
/foundation/window/window_manager/window_scene/session_manager/src/
H
A
D
scene_session_manager.cpp
3971
if (!SessionPermission::
IsSACalling
()) {
in GetFocusWindowInfo()
4468
if (!(SessionPermission::
IsSACalling
() || SessionPermission::IsStartByHdcd())) {
in GetSessionDumpInfo()
6358
if (!SessionPermission::
IsSACalling
() && !SessionPermission::IsShellCall()) {
in GetMainWindowStatesByPid()
6845
if (!SessionPermission::
IsSACalling
()) {
in GetUIContentRemoteObj()
7057
auto isSaCall = SessionPermission::
IsSACalling
();
in GetSurfaceNodeIdsFromMissionIds()
7097
if (!SessionPermission::
IsSACalling
()) {
in RegisterWindowManagerAgent()
7134
if (!SessionPermission::
IsSACalling
()) {
in UnregisterWindowManagerAgent()
7891
if (!SessionPermission::
IsSACalling
() && !SessionPermission::CheckCallingIsUserTestMode(pid)) {
in PendingSessionToForeground()
7934
if (!SessionPermission::
IsSACalling
()) {
in GetFocusSessionToken()
8700
auto isSaCall = SessionPermission::
IsSACalling
();
in RegisterIAbilityManagerCollaborator()
[all...]
/foundation/window/window_manager/window_scene/screen_session_manager/src/
H
A
D
screen_session_dumper.cpp
106
if (!(SessionPermission::
IsSACalling
() || SessionPermission::IsStartByHdcd())) {
in ExcuteDumpCmd()
H
A
D
screen_session_manager.cpp
4562
if (!(SessionPermission::
IsSACalling
() || SessionPermission::IsStartByHdcd())) {
in DumpAllScreensInfo()
4607
if (!(SessionPermission::
IsSACalling
() || SessionPermission::IsStartByHdcd())) {
in DumpSpecialScreenInfo()
4836
if (!SessionPermission::
IsSACalling
()) {
in SetDisplayScale()
Completed in 28 milliseconds