Searched refs:WriteArrayToParcelByte (Results 1 – 8 of 8) sorted by relevance
/ohos5.0/foundation/ability/ability_base/test/fuzztest/wantparamsthird_fuzzer/ |
H A D | wantparamsthird_fuzzer.cpp | 59 wantParams->WriteArrayToParcelByte(parcel, ao); in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/foundation/ability/dmsfwk/test/fuzztest/distributedwantparams_fuzzer/ |
H A D | distributedwantparams_fuzzer.cpp | 90 wantParams->WriteArrayToParcelByte(parcel, ao); in DoSomethingInterestingWithMyApiDistributedWantParams002()
|
/ohos5.0/foundation/ability/ability_base/interfaces/kits/native/want/include/ |
H A D | want_params.h | 185 bool WriteArrayToParcelByte(Parcel &parcel, IArray *ao) const;
|
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/include/distributedWant/ |
H A D | distributed_want_params.h | 144 bool WriteArrayToParcelByte(Parcel& parcel, AAFwk::IArray* ao) const;
|
/ohos5.0/foundation/ability/ability_base/interfaces/kits/native/want/src/ |
H A D | want_params.cpp | 865 bool WantParams::WriteArrayToParcelByte(Parcel &parcel, IArray *ao) const in WriteArrayToParcelByte() function in OHOS::AAFwk::WantParams 1000 return WriteArrayToParcelByte(parcel, ao); in WriteArrayToParcel()
|
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/src/distributedWant/ |
H A D | distributed_want_params.cpp | 869 bool DistributedWantParams::WriteArrayToParcelByte(Parcel& parcel, AAFwk::IArray* ao) const in WriteArrayToParcelByte() function in OHOS::DistributedSchedule::DistributedWantParams 974 return WriteArrayToParcelByte(parcel, ao); in WriteArrayToParcel()
|
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/distributedWant/ |
H A D | distributed_want_params_test.cpp | 840 bool result = wp.WriteArrayToParcelByte(parcel, nullptr);
|
/ohos5.0/foundation/ability/ability_base/test/unittest/want/ |
H A D | want_params_test.cpp | 962 bool result = wp.WriteArrayToParcelByte(parcel, nullptr);
|