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:GetMissionById
(Results
1 - 6
of
6
) sorted by relevance
/foundation/ability/ability_runtime/services/abilitymgr/include/mission/
H
A
D
mission_list.h
125
std::shared_ptr<Mission>
GetMissionById
(int missionId) const;
H
A
D
mission_list_manager.h
123
std::shared_ptr<Mission>
GetMissionById
(int missionId) const;
/foundation/ability/ability_runtime/services/abilitymgr/src/mission/
H
A
D
mission_list_manager.cpp
756
auto callerMission =
GetMissionById
(callerAbility->GetMissionId());
in GetTargetMissionListByDefault()
1174
std::shared_ptr<Mission> MissionListManager::
GetMissionById
(int missionId) const
in GetMissionById()
function in OHOS::AAFwk::MissionListManager
1178
if (missionList && (mission = missionList->
GetMissionById
(missionId)) != nullptr) {
in GetMissionById()
1183
if ((mission = defaultSingleList_->
GetMissionById
(missionId)) != nullptr) {
in GetMissionById()
1187
if ((mission = launcherList_->
GetMissionById
(missionId)) != nullptr) {
in GetMissionById()
1191
return defaultStandardList_->
GetMissionById
(missionId);
in GetMissionById()
1319
auto mission =
GetMissionById
(abilityRecord->GetMissionId());
in CompleteForegroundSuccess()
1563
auto mission =
GetMissionById
(missionId);
in GetMissionList()
1743
auto mission =
GetMissionById
(abilityRecord->GetMissionId());
in RemoveTerminatingAbility()
1953
auto mission =
GetMissionById
(missionI
in ClearMission()
[all...]
H
A
D
mission_list.cpp
142
std::shared_ptr<Mission> MissionList::
GetMissionById
(int missionId) const
in GetMissionById()
function in OHOS::AAFwk::MissionList
/foundation/ability/ability_runtime/test/unittest/mission_list_test/
H
A
D
mission_list_test.cpp
485
* Function:
GetMissionById
487
* FunctionPoints: MissionList
GetMissionById
489
* CaseDescription: Verify
GetMissionById
503
auto res1 = missionList->
GetMissionById
(1);
in HWTEST_F()
506
auto res2 = missionList->
GetMissionById
(0);
in HWTEST_F()
/foundation/ability/ability_runtime/test/unittest/mission_list_manager_test/
H
A
D
mission_list_manager_test.cpp
1826
* Function:
GetMissionById
1828
* FunctionPoints: MissionListManager
GetMissionById
1830
* CaseDescription: Verify
GetMissionById
1843
auto res = missionListManager->
GetMissionById
(missionId);
in HWTEST_F()
1850
* Function:
GetMissionById
1852
* FunctionPoints: MissionListManager
GetMissionById
1854
* CaseDescription: Verify
GetMissionById
1869
auto res = missionListManager->
GetMissionById
(missionId);
in HWTEST_F()
Completed in 19 milliseconds