Home
last modified time | relevance | path

Searched refs:UnBox (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/ability/ability_base/interfaces/inner_api/base/include/
H A Dremote_object_wrapper.h38 static sptr<IRemoteObject> UnBox(IRemoteObjectWrap *object);
/ohos5.0/foundation/ability/ability_base/interfaces/inner_api/base/src/
H A Dremote_object_wrapper.cpp35 sptr<IRemoteObject> RemoteObjectWrap::UnBox(IRemoteObjectWrap *object) in UnBox() function in OHOS::AAFwk::RemoteObjectWrap
/ohos5.0/foundation/ability/ability_base/interfaces/kits/native/want/src/
H A Dwant_params.cpp201 …dest.params_[it->first] = RemoteObjectWrap::Box(RemoteObjectWrap::UnBox(IRemoteObjectWrap::Query(o… in NewParams()
602 auto remoteObject = AAFwk::RemoteObjectWrap::UnBox(remoteObjectIWrap); in WriteToParcelRemoteObject()
H A Dwant.cpp578 return RemoteObjectWrap::UnBox(iRemoteObj); in GetRemoteObject()
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/src/distributedWant/
H A Ddistributed_want_params.cpp343 … AAFwk::RemoteObjectWrap::Box(AAFwk::RemoteObjectWrap::UnBox(AAFwk::IRemoteObjectWrap::Query(o))); in NewParams()
614 auto remoteObject = AAFwk::RemoteObjectWrap::UnBox(remoteObjectIWrap); in WriteToParcelRemoteObject()
/ohos5.0/foundation/ability/ability_runtime/frameworks/js/napi/inner/napi_common/
H A Dnapi_common_want.cpp317 auto remoteObject = AAFwk::RemoteObjectWrap::UnBox(remoteObjectIWrap); in InnerWrapWantParamsRemoteObject()