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:OTHERS_TYPE
(Results
1 - 11
of
11
) sorted by relevance
/foundation/ability/ability_runtime/services/abilitymgr/src/interceptor/
H
A
D
start_other_app_interceptor.cpp
132
applicationInfo.codePath == std::to_string(CollaboratorType::
OTHERS_TYPE
));
in CheckAncoShellCall()
/foundation/window/window_manager/window_scene/interfaces/include/
H
A
D
ws_common.h
142
OTHERS_TYPE
,
/foundation/window/window_manager/window_scene/test/unittest/
H
A
D
scene_session_manager_test3.cpp
1173
applicationInfo_.codePath = std::to_string(CollaboratorType::
OTHERS_TYPE
);
in HWTEST_F()
1199
type = CollaboratorType::
OTHERS_TYPE
;
in HWTEST_F()
1249
collaboratorType = CollaboratorType::
OTHERS_TYPE
;
in HWTEST_F()
H
A
D
scene_session_manager_test7.cpp
679
sceneSession->SetCollaboratorType(CollaboratorType::
OTHERS_TYPE
);
in HWTEST_F()
H
A
D
scene_session_manager_test.cpp
558
sceneSession->SetCollaboratorType(CollaboratorType::
OTHERS_TYPE
);
in HWTEST_F()
/foundation/ability/ability_runtime/services/abilitymgr/include/
H
A
D
ability_record.h
241
OTHERS_TYPE
enumerator
/foundation/ability/ability_runtime/services/abilitymgr/src/
H
A
D
ability_record.cpp
2569
NotifyRemoveShellProcess(CollaboratorType::
OTHERS_TYPE
);
in OnSchedulerDied()
2606
NotifyRemoveShellProcess(CollaboratorType::
OTHERS_TYPE
);
in OnProcessDied()
3260
collaboratorType_ == CollaboratorType::
OTHERS_TYPE
) {
in GrantUriPermission()
H
A
D
ability_manager_service.cpp
6286
} else if (request.abilityInfo.applicationInfo.codePath == std::to_string(CollaboratorType::
OTHERS_TYPE
)) {
in GenerateAbilityRequest()
6287
request.collaboratorType = CollaboratorType::
OTHERS_TYPE
;
in GenerateAbilityRequest()
10254
if (type != CollaboratorType::RESERVE_TYPE && type != CollaboratorType::
OTHERS_TYPE
) {
in CheckCollaboratorType()
/foundation/window/window_manager/wm/test/unittest/
H
A
D
window_scene_session_impl_test2.cpp
1602
window->property_->SetCollaboratorType(CollaboratorType::
OTHERS_TYPE
);
in HWTEST_F()
1621
window->property_->SetCollaboratorType(CollaboratorType::
OTHERS_TYPE
);
in HWTEST_F()
/foundation/window/window_manager/window_scene/session_manager/src/
H
A
D
scene_session_manager.cpp
3524
} else if (abilityInfo->applicationInfo.codePath == std::to_string(CollaboratorType::
OTHERS_TYPE
)) {
in FillSessionInfo()
3525
sceneSession->SetCollaboratorType(CollaboratorType::
OTHERS_TYPE
);
in FillSessionInfo()
8773
if (type != CollaboratorType::RESERVE_TYPE && type != CollaboratorType::
OTHERS_TYPE
) {
in CheckCollaboratorType()
8792
} else if (abilityInfo->applicationInfo.codePath == std::to_string(CollaboratorType::
OTHERS_TYPE
)) {
in CheckIfReuseSession()
8793
collaboratorType = CollaboratorType::
OTHERS_TYPE
;
in CheckIfReuseSession()
/foundation/ability/ability_runtime/test/unittest/ui_ability_lifecycle_manager_test/
H
A
D
ui_ability_lifecycle_manager_test.cpp
3809
abilityRecord->collaboratorType_ = CollaboratorType::
OTHERS_TYPE
;
in HWTEST_F()
Completed in 66 milliseconds