Home
last modified time | relevance | path

Searched refs:RemoteFdObject (Results 1 - 1 of 1) sorted by relevance

/commonlibrary/c_utils/base/test/unittest/common/
H A Dutils_parcel_test.cpp79 class RemoteFdObject : public virtual Parcelable { class
81 RemoteFdObject() { asRemote_ = true; }; in RemoteFdObject() function in OHOS::__anon37::RemoteFdObject
83 static sptr<RemoteFdObject> Unmarshalling(Parcel &parcel);
86 bool RemoteFdObject::Marshalling(Parcel &parcel) const in Marshalling()
101 sptr<RemoteFdObject> RemoteFdObject::Unmarshalling(Parcel &parcel) in Unmarshalling()
107 sptr<RemoteFdObject> obj = new RemoteFdObject(); in Unmarshalling()
2043 RemoteFdObject obj1; in HWTEST_F()
2063 RemoteFdObject obj in HWTEST_F()
[all...]

Completed in 4 milliseconds