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:OperationBuilder
(Results
1 - 4
of
4
) sorted by relevance
/foundation/ability/ability_base/interfaces/kits/native/want/src/
H
A
D
operation_builder.cpp
20
OperationBuilder
::
OperationBuilder
()
in OperationBuilder()
function in OHOS::AAFwk::OperationBuilder
26
OperationBuilder
::~
OperationBuilder
()
in ~OperationBuilder()
29
OperationBuilder
&
OperationBuilder
::WithAbilityName(const std::string &abilityName)
in WithAbilityName()
35
OperationBuilder
&
OperationBuilder
::WithBundleName(const std::string &bundleName)
in WithBundleName()
41
OperationBuilder
&
OperationBuilder
[all...]
/foundation/ability/ability_base/interfaces/kits/native/want/include/
H
A
D
operation_builder.h
26
class
OperationBuilder
{
class
28
OperationBuilder
();
29
~
OperationBuilder
();
32
* @description: Sets a AbilityName in an
OperationBuilder
.
33
* @return Returns this
OperationBuilder
object containing the AbilityName.
35
OperationBuilder
&WithAbilityName(const std::string &abilityName);
38
* @description: Sets a BundleName in an
OperationBuilder
.
39
* @return Returns this
OperationBuilder
object containing the BundleName.
41
OperationBuilder
&WithBundleName(const std::string &bundleName);
44
* @description: Sets a DeviceId in an
OperationBuilder
[all...]
H
A
D
operation.h
26
class
OperationBuilder
;
29
friend class
OperationBuilder
;
206
friend class
OperationBuilder
;
/foundation/ability/ability_base/test/unittest/want/
H
A
D
operation_test.cpp
40
std::shared_ptr<
OperationBuilder
> operationbuilder_ = nullptr;
51
operationbuilder_ = std::make_shared<
OperationBuilder
>();
in SetUp()
Completed in 2 milliseconds