Home
last modified time | relevance | path

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

/commonlibrary/c_utils/base/test/benchmarktest/parcel_benchmark_test/
H A Dparcel_benchmark_test.cpp71 class RemoteObject : public virtual Parcelable { class
73 RemoteObject() in RemoteObject() function in OHOS::__anon16::RemoteObject
78 static sptr<RemoteObject> Unmarshalling(Parcel &parcel);
79 static bool Marshalling(Parcel &parcel, const sptr<RemoteObject> &object);
82 bool RemoteObject::Marshalling(Parcel &parcel, const sptr<RemoteObject> &object) in Marshalling()
87 bool RemoteObject::Marshalling(Parcel &parcel) const in Marshalling()
89 BENCHMARK_LOGD("ParcelTest (bool RemoteObject::Marshalling(Parcel &parcel) const) is called."); in Marshalling()
103 sptr<RemoteObject> RemoteObject
[all...]
/commonlibrary/c_utils/base/test/fuzztest/parcel_fuzzer/
H A Dparcel_fuzzer.cpp121 class RemoteObject : public virtual Parcelable { class
123 RemoteObject() in RemoteObject() function in OHOS::RemoteObject
128 static sptr<RemoteObject> Unmarshalling(Parcel& parcel);
131 bool RemoteObject::Marshalling(Parcel& parcel) const in Marshalling()
146 sptr<RemoteObject> RemoteObject::Unmarshalling(Parcel& parcel) in Unmarshalling()
152 sptr<RemoteObject> obj = new RemoteObject(); in Unmarshalling()
276 RemoteObject obj;
/commonlibrary/c_utils/base/test/unittest/common/
H A Dutils_parcel_test.cpp47 class RemoteObject : public virtual Parcelable { class
49 RemoteObject() { asRemote_ = true; }; in RemoteObject() function in OHOS::__anon37::RemoteObject
51 static sptr<RemoteObject> Unmarshalling(Parcel &parcel);
54 bool RemoteObject::Marshalling(Parcel &parcel) const in Marshalling()
69 sptr<RemoteObject> RemoteObject::Unmarshalling(Parcel &parcel) in Unmarshalling()
75 sptr<RemoteObject> obj = new RemoteObject(); in Unmarshalling()
1974 RemoteObject obj1; in HWTEST_F()
1978 RemoteObject obj in HWTEST_F()
[all...]

Completed in 6 milliseconds