Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/ability_base/test/fuzztest/wantparamssecond_fuzzer/
H A Dwantparamssecond_fuzzer.cpp49 wantParams->WriteToParcelRemoteObject(parcel, wantOther); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/ability/dmsfwk/test/fuzztest/distributedwantparams_fuzzer/
H A Ddistributedwantparams_fuzzer.cpp147 wantParams->WriteToParcelRemoteObject(parcel, wantOther); in DoSomethingInterestingWithMyApiDistributedWantParams003()
/ohos5.0/foundation/ability/ability_base/interfaces/kits/native/want/include/
H A Dwant_params.h206 bool WriteToParcelRemoteObject(Parcel &parcel, const WantParams &value) const;
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/include/distributedWant/
H A Ddistributed_want_params.h164 bool WriteToParcelRemoteObject(Parcel& parcel, const DistributedWantParams& value) const;
/ohos5.0/foundation/ability/ability_base/test/unittest/want/
H A Dwant_params_test.cpp1114 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 Dwant_params.cpp559 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 Ddistributed_want_params.cpp569 return WriteToParcelRemoteObject(parcel, value); in WriteToParcelWantParams()
605 bool DistributedWantParams::WriteToParcelRemoteObject(Parcel& parcel, const DistributedWantParams& … in WriteToParcelRemoteObject() function in OHOS::DistributedSchedule::DistributedWantParams