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
defs:Box
(Results
1 - 13
of
13
) sorted by relevance
/foundation/ability/ability_base/interfaces/inner_api/base/src/
H
A
D
double_wrapper.cpp
41
sptr<IDouble> Double::
Box
(double value) /* [in] */
in Box()
function in OHOS::AAFwk::Double
H
A
D
short_wrapper.cpp
41
sptr<IShort> Short::
Box
(short value) /* [in] */
in Box()
function in OHOS::AAFwk::Short
H
A
D
float_wrapper.cpp
41
sptr<IFloat> Float::
Box
(float value) /* [in] */
in Box()
function in OHOS::AAFwk::Float
H
A
D
int_wrapper.cpp
41
sptr<IInteger> Integer::
Box
(int value) /* [in] */
in Box()
function in OHOS::AAFwk::Integer
H
A
D
long_wrapper.cpp
41
sptr<ILong> Long::
Box
(long value) /* [in] */
in Box()
function in OHOS::AAFwk::Long
H
A
D
string_wrapper.cpp
41
sptr<IString> String::
Box
(const std::string &str) /* [in] */
in Box()
function in OHOS::AAFwk::String
H
A
D
remote_object_wrapper.cpp
30
sptr<IRemoteObjectWrap> RemoteObjectWrap::
Box
(sptr<IRemoteObject> remoteObject)
in Box()
function in OHOS::AAFwk::RemoteObjectWrap
H
A
D
byte_wrapper.cpp
41
sptr<IByte> Byte::
Box
(byte value) /* [in] */
in Box()
function in OHOS::AAFwk::Byte
H
A
D
bool_wrapper.cpp
40
sptr<IBoolean> Boolean::
Box
(bool value) /* [in] */
in Box()
function in OHOS::AAFwk::Boolean
H
A
D
user_object_wrapper.cpp
54
sptr<IUserObject> UserObject::
Box
(const std::shared_ptr<UserObjectBase> &value)
in Box()
function in OHOS::AAFwk::UserObject
H
A
D
zchar_wrapper.cpp
47
sptr<IChar> Char::
Box
(zchar value)
in Box()
function in OHOS::AAFwk::Char
/foundation/ability/ability_base/interfaces/kits/native/want/src/
H
A
D
want_params_wrapper.cpp
82
sptr<IWantParams> WantParamWrapper::
Box
(const WantParams &value)
in Box()
function in OHOS::AAFwk::WantParamWrapper
88
sptr<IWantParams> WantParamWrapper::
Box
(WantParams &&value)
in Box()
function in OHOS::AAFwk::WantParamWrapper
/foundation/ability/dmsfwk/services/dtbschedmgr/src/distributedWant/
H
A
D
distributed_want_params_wrapper.cpp
69
sptr<IDistributedWantParams> DistributedWantParamWrapper::
Box
(const DistributedWantParams& value)
in Box()
function in OHOS::DistributedSchedule::DistributedWantParamWrapper
75
sptr<IDistributedWantParams> DistributedWantParamWrapper::
Box
(DistributedWantParams&& value)
in Box()
function in OHOS::DistributedSchedule::DistributedWantParamWrapper
Completed in 6 milliseconds