/ohos5.0/foundation/multimedia/player_framework/services/services/sa_media/ipc/ |
H A D | media_parcel.cpp | 25 static bool DoMarshalling(MessageParcel &parcel, const Format &format) in DoMarshalling() function 76 CHECK_AND_RETURN_RET(DoMarshalling(parcel, it->second[index]), false); in Marshalling() 81 return DoMarshalling(parcel, format); in Marshalling()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rshgmconfigdata_fuzzer/ |
H A D | rshgmconfigdata_fuzzer.cpp | 68 bool DoMarshalling(const uint8_t* data, size_t size) in DoMarshalling() function 134 OHOS::Rosen::DoMarshalling(data, size); // Marshalling in LLVMFuzzerTestOneInput()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rsscreenmodeinfo_fuzzer/ |
H A D | rsscreenmodeinfo_fuzzer.cpp | 52 bool DoMarshalling(const uint8_t* data, size_t size) in DoMarshalling() function 252 OHOS::Rosen::DoMarshalling(data, size); in LLVMFuzzerTestOneInput()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rsscreenhdrcapability_fuzzer/ |
H A D | rsscreenhdrcapability_fuzzer.cpp | 52 bool DoMarshalling(const uint8_t* data, size_t size) in DoMarshalling() function 271 OHOS::Rosen::DoMarshalling(data, size); in LLVMFuzzerTestOneInput()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rsscreencapability_fuzzer/ |
H A D | rsscreencapability_fuzzer.cpp | 53 bool DoMarshalling(const uint8_t* data, size_t size) in DoMarshalling() function 419 OHOS::Rosen::DoMarshalling(data, size); in LLVMFuzzerTestOneInput()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/fuzztest/ui/rssurfacenode_fuzzer/ |
H A D | rssurfacenode_fuzzer.cpp | 265 bool DoMarshalling(const uint8_t* data, size_t size) in DoMarshalling() function 784 OHOS::Rosen::DoMarshalling(data, size); in LLVMFuzzerTestOneInput()
|
/ohos5.0/foundation/ability/dmsfwk/test/fuzztest/distributedwantparams_fuzzer/ |
H A D | distributedwantparams_fuzzer.cpp | 167 wantParams->DoMarshalling(parcel); in DoSomethingInterestingWithMyApiDistributedWantParams003()
|
/ohos5.0/foundation/ability/ability_base/interfaces/kits/native/want/include/ |
H A D | want_params.h | 208 bool DoMarshalling(Parcel &parcel, int depth = 1) const;
|
/ohos5.0/foundation/ability/ability_base/interfaces/kits/native/want/src/ |
H A D | want_params.cpp | 566 return value.DoMarshalling(parcel, depth + 1); in WriteToParcelWantParams() 710 bool WantParams::DoMarshalling(Parcel &parcel, int depth) const in DoMarshalling() function in OHOS::AAFwk::WantParams 767 return DoMarshalling(parcel); in Marshalling() 986 if (!wp.DoMarshalling(parcel, depth + 1)) { in WriteArrayToParcelWantParams()
|
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/include/distributedWant/ |
H A D | distributed_want_params.h | 166 bool DoMarshalling(Parcel& parcel) const;
|
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/src/distributedWant/ |
H A D | distributed_want_params.cpp | 721 bool DistributedWantParams::DoMarshalling(Parcel& parcel) const in DoMarshalling() function in OHOS::DistributedSchedule::DistributedWantParams 771 return DoMarshalling(parcel); in Marshalling()
|
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/distributedWant/ |
H A D | distributed_want_params_test.cpp | 1106 bool result = wantParamsIn_->DoMarshalling(tempParcel);
|