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:cmpWant
(Results
1 - 3
of
3
) sorted by relevance
/foundation/ability/dmsfwk/services/dtbschedmgr/src/
H
A
D
distributed_sched_stub.cpp
1561
shared_ptr<AAFwk::Want>
cmpWant
= nullptr;
in StartFreeInstallFromRemoteInner()
local
1563
cmpWant
= cmpDstbWant->ToWant();
in StartFreeInstallFromRemoteInner()
1565
DistributedSchedPermission::GetInstance().RemoveRemoteObjectFromWant(
cmpWant
);
in StartFreeInstallFromRemoteInner()
1576
if (
cmpWant
== nullptr) {
in StartFreeInstallFromRemoteInner()
1580
PARAM_FREEINSTALL_BUNDLENAMES, (*
cmpWant
).GetStringArrayParam(CMPT_PARAM_FREEINSTALL_BUNDLENAMES));
in StartFreeInstallFromRemoteInner()
H
A
D
distributed_sched_proxy.cpp
940
DistributedWant
cmpWant
;
in StartFreeInstallFromRemote()
local
941
cmpWant
.SetParam(CMPT_PARAM_FREEINSTALL_BUNDLENAMES, info.callerInfo.bundleNames);
in StartFreeInstallFromRemote()
942
PARCEL_WRITE_HELPER(data, Parcelable, &
cmpWant
);
in StartFreeInstallFromRemote()
/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/
H
A
D
distributed_sched_stub_test.cpp
1935
Want
cmpWant
;
in HWTEST_F()
local
1939
data.WriteParcelable(&
cmpWant
);
in HWTEST_F()
1961
Want
cmpWant
;
in HWTEST_F()
local
1965
data.WriteParcelable(&
cmpWant
);
in HWTEST_F()
1987
Want
cmpWant
;
in HWTEST_F()
local
1991
data.WriteParcelable(&
cmpWant
);
in HWTEST_F()
Completed in 9 milliseconds