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:RemoveMission
(Results
1 - 6
of
6
) sorted by relevance
/foundation/ability/ability_runtime/services/abilitymgr/include/mission/
H
A
D
mission_list.h
56
void
RemoveMission
(const std::shared_ptr<Mission> &mission);
/foundation/ability/ability_runtime/test/unittest/mission_list_test/
H
A
D
mission_list_test.cpp
187
* Function:
RemoveMission
189
* FunctionPoints: MissionList
RemoveMission
191
* CaseDescription: Verify
RemoveMission
202
missionList->
RemoveMission
(mission1);
in HWTEST_F()
205
missionList->
RemoveMission
(mission1);
in HWTEST_F()
208
missionList->
RemoveMission
(mission);
in HWTEST_F()
214
* Function:
RemoveMission
216
* FunctionPoints: MissionList
RemoveMission
218
* CaseDescription: Verify
RemoveMission
229
missionList->
RemoveMission
(mission
in HWTEST_F()
[all...]
/foundation/ability/ability_runtime/test/mock/frameworks_kits_appkit_native_test/ability_delegator/
H
A
D
mock_ability_delegator_stub.h
70
MOCK_METHOD1(
RemoveMission
, int(int id));
250
MOCK_METHOD1(
RemoveMission
, int(int id));
/foundation/ability/ability_runtime/services/abilitymgr/src/mission/
H
A
D
mission_list.cpp
47
void MissionList::
RemoveMission
(const std::shared_ptr<Mission> &mission)
in RemoveMission()
function in OHOS::AAFwk::MissionList
H
A
D
mission_list_manager.cpp
770
callerList->
RemoveMission
(callerMission);
in GetTargetMissionListByDefault()
909
missionList->
RemoveMission
(mission);
in MoveMissionToTargetList()
919
missionList->
RemoveMission
(mission);
in MoveMissionToTargetList()
944
missionList->
RemoveMission
(item);
in MoveNoneTopMissionToDefaultList()
2526
missionList->
RemoveMission
(selMission);
in MoveToTerminateList()
2804
missionList->
RemoveMission
(mission);
in HandleLauncherDied()
2833
missionList->
RemoveMission
(mission);
in HandleAbilityDiedByDefault()
/foundation/bundlemanager/bundle_framework/services/test/mock/include/
H
A
D
mock_ability_mgr_host.h
142
virtual int
RemoveMission
(int id) override
Completed in 11 milliseconds