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:LaunchType
(Results
1 - 4
of
4
) sorted by relevance
/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/
H
A
D
dms_callback_task_test.cpp
52
LaunchType
launchType =
LaunchType
::FREEINSTALL_CONTINUE;
in PushMockTask()
108
LaunchType
launchType =
LaunchType
::FREEINSTALL_START;
in HWTEST_F()
128
LaunchType
launchType =
LaunchType
::FREEINSTALL_START;
in HWTEST_F()
148
LaunchType
launchType =
LaunchType
::FREEINSTALL_START;
in HWTEST_F()
169
LaunchType
launchType =
LaunchType
in HWTEST_F()
[all...]
/foundation/ability/dmsfwk/services/dtbschedmgr/include/
H
A
D
dms_callback_task.h
33
enum class
LaunchType
{
class
41
LaunchType
launchType =
LaunchType
::FREEINSTALL_START;
51
LaunchType
launchType, const OHOS::AAFwk::Want& want);
54
LaunchType
GetLaunchType(int64_t taskId);
/foundation/ability/dmsfwk/services/dtbschedmgr/src/
H
A
D
dms_callback_task.cpp
48
const std::string& deviceId,
LaunchType
launchType, const OHOS::AAFwk::Want& want)
in PushCallback()
56
if (launchType ==
LaunchType
::FREEINSTALL_START) {
in PushCallback()
150
LaunchType
DmsCallbackTask::GetLaunchType(int64_t taskId)
in GetLaunchType()
154
return
LaunchType
::FREEINSTALL_START;
in GetLaunchType()
160
return
LaunchType
::FREEINSTALL_START;
in GetLaunchType()
H
A
D
distributed_sched_service.cpp
3153
LaunchType
launchType =
LaunchType
::FREEINSTALL_START;
in StartRemoteFreeInstall()
3155
launchType =
LaunchType
::FREEINSTALL_CONTINUE;
in StartRemoteFreeInstall()
3161
if (launchType ==
LaunchType
::FREEINSTALL_CONTINUE) {
in StartRemoteFreeInstall()
3313
LaunchType
launchType = dmsCallbackTask_->GetLaunchType(taskId);
in NotifyCompleteFreeInstallFromRemote()
3315
if (launchType ==
LaunchType
::FREEINSTALL_START) {
in NotifyCompleteFreeInstallFromRemote()
Completed in 12 milliseconds