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:SetEntities
(Results
1 - 10
of
10
) sorted by relevance
/foundation/ability/dmsfwk/services/dtbschedmgr/include/distributedWant/
H
A
D
distributed_operation.h
185
void
SetEntities
(const std::vector<std::string>& entities);
/foundation/ability/ability_base/interfaces/kits/native/want/include/
H
A
D
operation.h
188
void
SetEntities
(const std::vector<std::string> &entities);
H
A
D
want.h
834
void
SetEntities
(const std::vector<std::string> &entities);
/foundation/ability/ability_runtime/frameworks/js/napi/feature_ability/
H
A
D
distribute_req_param.h
46
inline void
SetEntities
(const std::vector<std::string> &entities)
in SetEntities()
function in OHOS::AppExecFwk::DistributeReqParam
H
A
D
js_feature_ability.cpp
410
requestParam.
SetEntities
(entities);
in UnWrapRequestParams()
/foundation/ability/dmsfwk/services/dtbschedmgr/src/distributedWant/
H
A
D
distributed_operation.cpp
281
void DistributedOperation::
SetEntities
(const std::vector<std::string>& entities)
in SetEntities()
function in OHOS::DistributedSchedule::DistributedOperation
H
A
D
distributed_want.cpp
1028
operation_.
SetEntities
(entities);
in ReadEntitiesFromParcel()
/foundation/ability/ability_base/interfaces/kits/native/want/src/
H
A
D
operation.cpp
375
void Operation::
SetEntities
(const std::vector<std::string> &entities)
in SetEntities()
function in OHOS::AAFwk::Operation
H
A
D
want.cpp
2160
operation_.
SetEntities
(entities);
in ReadEntities()
2223
void Want::
SetEntities
(const std::vector<std::string> &entities)
in SetEntities()
function in OHOS::AAFwk::Want
2225
operation_.
SetEntities
(entities);
in SetEntities()
/foundation/ability/ability_base/test/unittest/want/
H
A
D
want_test.cpp
4060
* @tc.name:
SetEntities
4061
* @tc.desc: Test the want function
SetEntities
.
4071
want.
SetEntities
(entities);
in HWTEST_F()
Completed in 17 milliseconds