Searched refs:WriteToParcelRemoteObject (Results 1 – 7 of 7) sorted by relevance
/ohos5.0/foundation/ability/ability_base/test/fuzztest/wantparamssecond_fuzzer/ |
H A D | wantparamssecond_fuzzer.cpp | 49 wantParams->WriteToParcelRemoteObject(parcel, wantOther); in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/foundation/ability/dmsfwk/test/fuzztest/distributedwantparams_fuzzer/ |
H A D | distributedwantparams_fuzzer.cpp | 147 wantParams->WriteToParcelRemoteObject(parcel, wantOther); in DoSomethingInterestingWithMyApiDistributedWantParams003()
|
/ohos5.0/foundation/ability/ability_base/interfaces/kits/native/want/include/ |
H A D | want_params.h | 206 bool WriteToParcelRemoteObject(Parcel &parcel, const WantParams &value) const;
|
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/include/distributedWant/ |
H A D | distributed_want_params.h | 164 bool WriteToParcelRemoteObject(Parcel& parcel, const DistributedWantParams& value) const;
|
/ohos5.0/foundation/ability/ability_base/test/unittest/want/ |
H A D | want_params_test.cpp | 1114 bool result = wantParams.WriteToParcelRemoteObject(parcel, value); 1120 bool result1 = wantParams.WriteToParcelRemoteObject(parcel, value);
|
/ohos5.0/foundation/ability/ability_base/interfaces/kits/native/want/src/ |
H A D | want_params.cpp | 559 return WriteToParcelRemoteObject(parcel, value); in WriteToParcelWantParams() 592 bool WantParams::WriteToParcelRemoteObject(Parcel &parcel, const WantParams &value) const in WriteToParcelRemoteObject() function in OHOS::AAFwk::WantParams
|
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/src/distributedWant/ |
H A D | distributed_want_params.cpp | 569 return WriteToParcelRemoteObject(parcel, value); in WriteToParcelWantParams() 605 bool DistributedWantParams::WriteToParcelRemoteObject(Parcel& parcel, const DistributedWantParams& … in WriteToParcelRemoteObject() function in OHOS::DistributedSchedule::DistributedWantParams
|