Home
last modified time | relevance | path

Searched refs:ParseFrom (Results 1 - 23 of 23) sorted by relevance

/foundation/multimedia/av_session/services/session/server/remote/
H A Dremote_session_syncer_impl.cpp114 CHECK_AND_RETURN_RET_LOG(parcelData.ParseFrom(reinterpret_cast<uintptr_t>(allocateData), dataVector.size()), in GetAVMetaData()
149 CHECK_AND_RETURN_RET_LOG(parcelData.ParseFrom(reinterpret_cast<uintptr_t>(allocateData), dataVector.size()), in GetAVPlaybackState()
184 CHECK_AND_RETURN_RET_LOG(parcelData.ParseFrom(reinterpret_cast<uintptr_t>(allocateData), dataVector.size()), in GetControlCommand()
223 CHECK_AND_RETURN_RET_LOG(parcelData.ParseFrom(reinterpret_cast<uintptr_t>(allocateData), dataVector.size()), in GetCommonCommand()
269 CHECK_AND_RETURN_RET_LOG(parcelData.ParseFrom(reinterpret_cast<uintptr_t>(allocateData), dataVector.size()), in GetSessionEvent()
319 CHECK_AND_RETURN_RET_LOG(parcelData.ParseFrom(reinterpret_cast<uintptr_t>(allocateData), dataVector.size()), in GetAVQueueItems()
369 CHECK_AND_RETURN_RET_LOG(parcelData.ParseFrom(reinterpret_cast<uintptr_t>(allocateData), dataVector.size()), in GetAVQueueTitle()
404 CHECK_AND_RETURN_RET_LOG(parcelData.ParseFrom(reinterpret_cast<uintptr_t>(allocateData), dataVector.size()), in GetExtras()
/foundation/distributeddatamgr/pasteboard/framework/tlv/
H A Dparcel_util.cpp50 bool ret = parcel.ParseFrom(reinterpret_cast<uintptr_t>(temp), rawMem.bufferLen); in Raw2Parcel()
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundle_resource/
H A Dbundle_resource_proxy.cpp287 if (!tmpParcel.ParseFrom(reinterpret_cast<uintptr_t>(buffer), dataSize)) { in GetParcelInfo()
288 APP_LOGE("ParseFrom failed"); in GetParcelInfo()
338 if (!tempParcel.ParseFrom(reinterpret_cast<uintptr_t>(buffer), dataSize)) { in GetVectorParcelInfo()
339 APP_LOGE("Fail to ParseFrom"); in GetVectorParcelInfo()
/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/
H A Ddrawing_sample_replayer.cpp62 if (!messageParcel.ParseFrom(reinterpret_cast<uintptr_t>(mapFile), statbuf.st_size)) { in ReadCmds()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/
H A Drs_ashmem_helper.cpp272 dataParcel->ParseFrom(reinterpret_cast<uintptr_t>(data), dataSize); in ParseFromAshmemParcel()
/foundation/ability/ability_runtime/frameworks/native/ability/native/recovery/
H A Dability_recovery.cpp220 if (!parcel.ParseFrom(reinterpret_cast<uintptr_t>(mapFile), statbuf.st_size)) { in ReadSerializeDataFromFile()
/foundation/graphic/graphic_2d/rosen/modules/platform/utils/
H A Dparcel.cpp301 bool Parcel::ParseFrom(uintptr_t data, size_t size) in ParseFrom() function in OHOS::Parcel
H A Dparcel.h431 bool ParseFrom(uintptr_t data, size_t size);
/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/benchmarks/benchmark_dcl/
H A Ddrawing_playback.cpp494 if (!messageParcel.ParseFrom(reinterpret_cast<uintptr_t>(mapFile), statbuf.st_size)) { in LoadDrawCmdList()
/foundation/multimedia/media_library/frameworks/js/src/
H A Dpicture_handle_client.cpp111 pictureParcel.ParseFrom(reinterpret_cast<uintptr_t>(pictureParcelData), dataSize); in ReadPicture()
H A Dmedia_library_napi.cpp2734 if (parcel->ParseFrom(reinterpret_cast<uintptr_t>(msg->data_), msg->changeInfo_.size_)) { in SolveOnChange()
/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/notify_test/src/
H A Dnotify_test.cpp117 if (parcel->ParseFrom(reinterpret_cast<uintptr_t>(data.data()), obs->changeInfo_.size_)) { in SolveAlbumNotify()
/foundation/communication/ipc/ipc/native/src/mock/include/
H A Ddbinder_base_invoker_object.h371 reply->ParseFrom(reinterpret_cast<uintptr_t>(messageInfo->buffer), messageInfo->bufferSize); in HandleReply()
H A Ddbinder_base_invoker_process.h46 data.ParseFrom(reinterpret_cast<uintptr_t>(tr->buffer), tr->buffer_size); in ProcessTransaction()
/foundation/distributeddatamgr/udmf/framework/common/
H A Dtlv_object.cpp252 if (!parcel.ParseFrom(buffer, head.len)) { in Read()
253 LOG_ERROR(UDMF_FRAMEWORK, "ParseFrom error in tlv read want. tag=%{public}hu", head.tag); in Read()
H A Dtlv_util.cpp608 if (!parcel->ParseFrom((uintptr_t)buffer, head.len)) { in Reading()
609 LOG_ERROR(UDMF_FRAMEWORK, "ParseFrom error in tlv read want. tag=%{public}hu", head.tag); in Reading()
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/modifier/
H A Drs_render_property_test.cpp201 parcel2.ParseFrom(data, sizeof(int)); in HWTEST_F()
/foundation/communication/ipc/ipc/native/src/mock/source/
H A Dbinder_invoker.cpp806 data->ParseFrom(tr.data.ptr.buffer, tr.data_size); in Transaction()
955 reply->ParseFrom(tr->data.ptr.buffer, tr->data_size); in HandleReply()
/foundation/filemanagement/dfs_service/interfaces/kits/js/cloudfilesync/
H A Dcloud_sync_napi.cpp846 if (parcel->ParseFrom(reinterpret_cast<uintptr_t>(msg->data_), msg->changeInfo_.size_)) {
/foundation/window/window_manager/window_scene/session/container/src/zidl/
H A Dsession_stage_proxy.cpp1256 if (!tempParcel.ParseFrom(reinterpret_cast<uintptr_t>(buffer), dataSize)) { in ReadBigStringVectorFromParcel()
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/
H A Dbundle_mgr_proxy.cpp4529 if (!tmpParcel.ParseFrom(reinterpret_cast<uintptr_t>(buffer), dataSize)) { in GetParcelInfoIntelligent()
4530 APP_LOGE("ParseFrom failed"); in GetParcelInfoIntelligent()
4601 if (!tempParcel.ParseFrom(reinterpret_cast<uintptr_t>(buffer), dataSize)) { in InnerGetVectorFromParcelIntelligent()
4602 APP_LOGE("Fail to ParseFrom"); in InnerGetVectorFromParcelIntelligent()
4706 if (!tmpParcel.ParseFrom(reinterpret_cast<uintptr_t>(buffer), dataSize)) { in InnerGetParcelInfo()
4707 APP_LOGE("ParseFrom failed"); in InnerGetParcelInfo()
H A Dbundle_mgr_host.cpp3704 if (!tempParcel.ParseFrom(reinterpret_cast<uintptr_t>(buffer), dataSize)) { in ReadParcelInfoIntelligent()
3705 APP_LOGE("ParseFrom failed"); in ReadParcelInfoIntelligent()
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/transaction/
H A Drs_render_service_connection_stub.cpp215 if (!parcelCopied->ParseFrom(reinterpret_cast<uintptr_t>(base), dataSize)) { in CopyParcelIfNeed()
216 RS_LOGE("RSRenderServiceConnectionStub::CopyParcelIfNeed ParseFrom failed"); in CopyParcelIfNeed()

Completed in 51 milliseconds