/ohos5.0/foundation/ability/ability_base/interfaces/inner_api/base/src/ |
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 | bool_wrapper.cpp | 40 sptr<IBoolean> Boolean::Box(bool value) /* [in] */ in Box() function in OHOS::AAFwk::Boolean
|
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 | byte_wrapper.cpp | 41 sptr<IByte> Byte::Box(byte value) /* [in] */ in Box() function in OHOS::AAFwk::Byte
|
H A D | double_wrapper.cpp | 41 sptr<IDouble> Double::Box(double value) /* [in] */ in Box() function in OHOS::AAFwk::Double
|
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 | short_wrapper.cpp | 41 sptr<IShort> Short::Box(short value) /* [in] */ in Box() function in OHOS::AAFwk::Short
|
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] */ in Box() function in OHOS::AAFwk::Char
|
/ohos5.0/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
|
/ohos5.0/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
|
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/io/ |
H A D | async_seek.rs | 58 impl<T: AsyncSeek + Unpin + ?Sized> AsyncSeek for Box<T> { implementation
|
H A D | async_buf_read.rs | 51 impl<T: AsyncBufRead + Unpin + ?Sized> AsyncBufRead for Box<T> { implementation
|
H A D | async_read.rs | 49 impl<T: AsyncRead + Unpin + ?Sized> AsyncRead for Box<T> { implementation
|
H A D | async_write.rs | 139 impl<T: AsyncWrite + Unpin + ?Sized> AsyncWrite for Box<T> { implementation
|
/ohos5.0/base/msdp/device_status/rust/subsystem/dsoftbus/sys/src/ |
H A D | dsoftbus.rs | 116 impl Hash for Box<dyn IDSoftbufCallback> { implementation 123 impl PartialEq for Box<dyn IDSoftbufCallback> { implementation 131 impl Eq for Box<dyn IDSoftbufCallback> {} implementation
|