Home
last modified time | relevance | path

Searched refs:fdIWrap (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/ability/ability_base/interfaces/kits/native/want/src/
H A Dwant_params.cpp577 AAFwk::IInteger *fdIWrap = AAFwk::IInteger::Query(fdWrap); in WriteToParcelFD() local
578 if (fdIWrap != nullptr) { in WriteToParcelFD()
579 int fd = AAFwk::Integer::Unbox(fdIWrap); in WriteToParcelFD()
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/src/distributedWant/
H A Ddistributed_want_params.cpp591 AAFwk::IInteger *fdIWrap = AAFwk::IInteger::Query(dFdWrap); in WriteToParcelFD() local
592 if (fdIWrap != nullptr) { in WriteToParcelFD()
593 int fd = AAFwk::Integer::Unbox(fdIWrap); in WriteToParcelFD()