Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/ipc/ipc/test/auxiliary/native/src/
H A Dtest_service_skeleton.cpp739 sptr<IRemoteObject> sendFoo = foo->AsObject(); in TestNestingSend() local
740 sendFoo->SetBehavior(Parcelable::BehaviorFlag::HOLD_OBJECT); in TestNestingSend()
741 if (!dataParcel.WriteRemoteObject(sendFoo) || !dataParcel.WriteInt32(sendCode)) { in TestNestingSend()