Home
last modified time | relevance | path

Searched refs:DoMarshalling (Results 1 – 12 of 12) sorted by relevance

/ohos5.0/foundation/multimedia/player_framework/services/services/sa_media/ipc/
H A Dmedia_parcel.cpp25 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 Drshgmconfigdata_fuzzer.cpp68 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 Drsscreenmodeinfo_fuzzer.cpp52 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 Drsscreenhdrcapability_fuzzer.cpp52 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 Drsscreencapability_fuzzer.cpp53 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 Drssurfacenode_fuzzer.cpp265 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 Ddistributedwantparams_fuzzer.cpp167 wantParams->DoMarshalling(parcel); in DoSomethingInterestingWithMyApiDistributedWantParams003()
/ohos5.0/foundation/ability/ability_base/interfaces/kits/native/want/include/
H A Dwant_params.h208 bool DoMarshalling(Parcel &parcel, int depth = 1) const;
/ohos5.0/foundation/ability/ability_base/interfaces/kits/native/want/src/
H A Dwant_params.cpp566 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 Ddistributed_want_params.h166 bool DoMarshalling(Parcel& parcel) const;
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/src/distributedWant/
H A Ddistributed_want_params.cpp721 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 Ddistributed_want_params_test.cpp1106 bool result = wantParamsIn_->DoMarshalling(tempParcel);