Home
last modified time | relevance | path

Searched refs:replyParcel (Results 1 – 25 of 26) sorted by relevance

12

/base/telephony/call_manager/frameworks/native/src/
Dcall_manager_service_proxy.cpp32 MessageParcel replyParcel; in RegisterCallBack() local
43 … int32_t error = remote->SendRequest(INTERFACE_REGISTER_CALLBACK, dataParcel, replyParcel, option); in RegisterCallBack()
48 return replyParcel.ReadInt32(); in RegisterCallBack()
55 MessageParcel replyParcel; in UnRegisterCallBack() local
65 …int32_t error = remote->SendRequest(INTERFACE_UNREGISTER_CALLBACK, dataParcel, replyParcel, option… in UnRegisterCallBack()
70 return replyParcel.ReadInt32(); in UnRegisterCallBack()
77 MessageParcel replyParcel; in DialCall() local
97 int32_t error = remote->SendRequest(INTERFACE_DIAL_CALL, dataParcel, replyParcel, option); in DialCall()
102 return replyParcel.ReadInt32(); in DialCall()
109 MessageParcel replyParcel; in AnswerCall() local
[all …]
Dbluetooth_call_proxy.cpp34 MessageParcel replyParcel; in AnswerCall() local
43 … int32_t error = Remote()->SendRequest(INTERFACE_BT_ANSWER_CALL, dataParcel, replyParcel, option); in AnswerCall()
48 return replyParcel.ReadInt32(); in AnswerCall()
55 MessageParcel replyParcel; in RejectCall() local
64 … int32_t error = Remote()->SendRequest(INTERFACE_BT_REJECT_CALL, dataParcel, replyParcel, option); in RejectCall()
69 return replyParcel.ReadInt32(); in RejectCall()
76 MessageParcel replyParcel; in HangUpCall() local
85 …int32_t error = Remote()->SendRequest(INTERFACE_BT_DISCONNECT_CALL, dataParcel, replyParcel, optio… in HangUpCall()
90 return replyParcel.ReadInt32(); in HangUpCall()
97 MessageParcel replyParcel; in GetCallState() local
[all …]
/base/telephony/call_manager/services/telephony_interaction/src/
Dcall_status_callback_proxy.cpp33 MessageParcel replyParcel; in UpdateCallReportInfo() local
45 error = Remote()->SendRequest(UPDATE_CALL_INFO, dataParcel, replyParcel, option); in UpdateCallReportInfo()
49 return replyParcel.ReadInt32(); in UpdateCallReportInfo()
55 MessageParcel replyParcel; in UpdateCallsReportInfo() local
71 error = Remote()->SendRequest(UPDATE_CALLS_INFO, dataParcel, replyParcel, option); in UpdateCallsReportInfo()
75 return replyParcel.ReadInt32(); in UpdateCallsReportInfo()
81 MessageParcel replyParcel; in UpdateDisconnectedCause() local
93 error = Remote()->SendRequest(UPDATE_DISCONNECTED_CAUSE, dataParcel, replyParcel, option); in UpdateDisconnectedCause()
97 return replyParcel.ReadInt32(); in UpdateDisconnectedCause()
103 MessageParcel replyParcel; in UpdateEventResultInfo() local
[all …]
/base/telephony/sms_mms/frameworks/native/sms/src/
Dsms_service_proxy.cpp35 MessageParcel replyParcel; in SendMessage() local
62 remote->SendRequest(TEXT_BASED_SMS_DELIVERY, dataParcel, replyParcel, option); in SendMessage()
63 return replyParcel.ReadInt32(); in SendMessage()
72 MessageParcel replyParcel; in SendMessage() local
101 remote->SendRequest(DATA_BASED_SMS_DELIVERY, dataParcel, replyParcel, option); in SendMessage()
102 return replyParcel.ReadInt32(); in SendMessage()
109 MessageParcel replyParcel; in SetSmscAddr() local
122 remote->SendRequest(SET_SMSC_ADDRESS, dataParcel, replyParcel, option); in SetSmscAddr()
123 return replyParcel.ReadInt32(); in SetSmscAddr()
130 MessageParcel replyParcel; in GetSmscAddr() local
[all …]
/base/telephony/call_manager/services/call_report/src/
Dcall_ability_callback_proxy.cpp32 MessageParcel replyParcel; in OnCallDetailsChange() local
45 int32_t error = Remote()->SendRequest(UPDATE_CALL_STATE_INFO, dataParcel, replyParcel, option); in OnCallDetailsChange()
50 return replyParcel.ReadInt32(); in OnCallDetailsChange()
56 MessageParcel replyParcel; in OnCallEventChange() local
69 int32_t error = Remote()->SendRequest(UPDATE_CALL_EVENT, dataParcel, replyParcel, option); in OnCallEventChange()
74 return replyParcel.ReadInt32(); in OnCallEventChange()
80 MessageParcel replyParcel; in OnCallDisconnectedCause() local
94 …int32_t error = Remote()->SendRequest(UPDATE_CALL_DISCONNECTED_CAUSE, dataParcel, replyParcel, opt… in OnCallDisconnectedCause()
99 return replyParcel.ReadInt32(); in OnCallDisconnectedCause()
105 MessageParcel replyParcel; in OnReportAsyncResults() local
[all …]
/base/telephony/state_registry/frameworks/native/observer/src/
Dtelephony_observer_proxy.cpp31 MessageParcel replyParcel; in OnCallStateUpdated() local
48 dataParcel, replyParcel, option); in OnCallStateUpdated()
56 MessageParcel replyParcel; in OnSimStateUpdated() local
74 dataParcel, replyParcel, option); in OnSimStateUpdated()
83 MessageParcel replyParcel; in OnSignalInfoUpdated() local
106 dataParcel, replyParcel, option); in OnSignalInfoUpdated()
115 MessageParcel replyParcel; in OnCellInfoUpdated() local
145 dataParcel, replyParcel, option); in OnCellInfoUpdated()
154 MessageParcel replyParcel; in OnNetworkStateUpdated() local
171 dataParcel, replyParcel, option); in OnNetworkStateUpdated()
[all …]
/base/location/test/location_geocode/source/
Dgeo_convert_service_test.cpp87 MessageParcel replyParcel; in Available() local
88 proxy_->IsGeoConvertAvailable(replyParcel); in Available()
89 return replyParcel.ReadInt32() == ERRCODE_SUCCESS; in Available()
142 MessageParcel replyParcel; variable
157 proxy_->GetAddressByCoordinate(dataParcel, replyParcel);
158 EXPECT_EQ(ERRCODE_NOT_SUPPORTED, replyParcel.ReadInt32());
177 MessageParcel replyParcel; variable
195 proxy_->GetAddressByLocationName(dataParcel, replyParcel);
196 EXPECT_EQ(ERRCODE_NOT_SUPPORTED, replyParcel.ReadInt32());
/base/telephony/sms_mms/test/fuzztest/addsimmessage_fuzzer/
Daddsimmessage_fuzzer.cpp54 MessageParcel replyParcel; in OnRemoteRequest() local
62 …DelayedSingleton<SmsService>::GetInstance()->OnRemoteRequest(code, dataParcel, replyParcel, option… in OnRemoteRequest()
73 MessageParcel replyParcel; in AddSimMessage() local
88 DelayedSingleton<SmsService>::GetInstance()->OnAddSimMessage(dataParcel, replyParcel, option); in AddSimMessage()
117 MessageParcel replyParcel; in HasSmsCapability() local
122 … DelayedSingleton<SmsService>::GetInstance()->OnHasSmsCapability(dataParcel, replyParcel, option); in HasSmsCapability()
/base/security/device_auth/frameworks/src/standard/
Dipc_dev_auth_proxy.cpp32 int32_t ProxyDevAuth::DoCallRequest(MessageParcel &dataParcel, MessageParcel &replyParcel, bool wit… in DoCallRequest() argument
48 ret = remote->SendRequest(DEV_AUTH_CALL_REQUEST, dataParcel, replyParcel, option); in DoCallRequest()
50 (ret == ERR_NONE) ? replyParcel.ReadInt32(ret) : (ret = HC_ERR_IPC_INTERNAL_FAILED); in DoCallRequest()
141 return proxy->DoCallRequest(dataParcel, replyParcel, withSync); in ActCall()
146 return &replyParcel; in GetReplyParcel()
/base/telephony/core_service/services/network_search/src/
Dnetwork_search_callback_proxy.cpp27 MessageParcel replyParcel; in OnNetworkSearchCallback() local
32 … return remote->SendRequest(static_cast<uint32_t>(requestId), callBackParcel, replyParcel, option); in OnNetworkSearchCallback()
Dims_reg_info_callback_proxy.cpp31 MessageParcel replyParcel; in OnImsRegInfoChanged() local
40 return remote->SendRequest(imsSrvType, data, replyParcel, option); in OnImsRegInfoChanged()
/base/telephony/sms_mms/test/fuzztest/setgetsmsc_fuzzer/
Dsetgetsmsc_fuzzer.cpp47 MessageParcel replyParcel; in SetSmscFuzz() local
59 DelayedSingleton<SmsService>::GetInstance()->OnSetSmscAddr(dataParcel, replyParcel, option); in SetSmscFuzz()
75 MessageParcel replyParcel; in GetSmscFuzz() local
83 DelayedSingleton<SmsService>::GetInstance()->OnGetSmscAddr(dataParcel, replyParcel, option); in GetSmscFuzz()
/base/telephony/sms_mms/test/fuzztest/sendmessage_fuzzer/
Dsendmessage_fuzzer.cpp50 MessageParcel replyParcel; in SendSmsTextRequest() local
76 …DelayedSingleton<SmsService>::GetInstance()->OnSendSmsTextRequest(dataParcel, replyParcel, option); in SendSmsTextRequest()
86 MessageParcel replyParcel; in GetDefaultSmsSlotId() local
91 …DelayedSingleton<SmsService>::GetInstance()->OnGetDefaultSmsSlotId(dataParcel, replyParcel, option… in GetDefaultSmsSlotId()
/base/telephony/sms_mms/test/fuzztest/sendmessagedata_fuzzer/
Dsendmessagedata_fuzzer.cpp50 MessageParcel replyParcel; in SendSmsDataRequest() local
77 …DelayedSingleton<SmsService>::GetInstance()->OnSendSmsDataRequest(dataParcel, replyParcel, option); in SendSmsDataRequest()
87 MessageParcel replyParcel; in GetAllSimMessages() local
92 … DelayedSingleton<SmsService>::GetInstance()->OnGetAllSimMessages(dataParcel, replyParcel, option); in GetAllSimMessages()
/base/telephony/cellular_data/services/src/
Dsim_account_callback_proxy.cpp31 MessageParcel replyParcel; in OnSimAccountChanged() local
42 remote->SendRequest(code, data, replyParcel, option); in OnSimAccountChanged()
/base/telephony/sms_mms/services/proxy/
Dsms_send_short_message_proxy.cpp31 MessageParcel replyParcel; in OnSmsSendResult() local
40 remote->SendRequest(ON_SMS_SEND_RESULT, dataParcel, replyParcel, option); in OnSmsSendResult()
Dsms_delivery_short_message_proxy.cpp31 MessageParcel replyParcel; in OnSmsDeliveryResult() local
40 remote->SendRequest(ON_SMS_DELIVERY_RESULT, dataParcel, replyParcel, option); in OnSmsDeliveryResult()
/base/telephony/sms_mms/test/fuzztest/splitmessage_fuzzer/
Dsplitmessage_fuzzer.cpp44 MessageParcel replyParcel; in SplitMessage() local
52 DelayedSingleton<SmsService>::GetInstance()->OnSplitMessage(dataParcel, replyParcel, option); in SplitMessage()
82 MessageParcel replyParcel; in GetImsShortMessageFormat() local
87 …DelayedSingleton<SmsService>::GetInstance()->OnGetImsShortMessageFormat(dataParcel, replyParcel, o… in GetImsShortMessageFormat()
/base/telephony/sms_mms/test/fuzztest/getsmssegmentsinfo_fuzzer/
Dgetsmssegmentsinfo_fuzzer.cpp48 MessageParcel replyParcel; in GetSmsSegmentsInfo() local
61 …DelayedSingleton<SmsService>::GetInstance()->OnGetSmsSegmentsInfo(dataParcel, replyParcel, option); in GetSmsSegmentsInfo()
90 MessageParcel replyParcel; in IsImsSmsSupported() local
95 … DelayedSingleton<SmsService>::GetInstance()->OnIsImsSmsSupported(dataParcel, replyParcel, option); in IsImsSmsSupported()
/base/telephony/core_service/services/ims_service_interaction/src/
Dims_core_service_proxy.cpp102 MessageParcel replyParcel; in GetProxyObjectPtr() local
104 int32_t error = remote->SendRequest(IMS_GET_PROXY_OBJECT_PTR, dataParcel, replyParcel, option); in GetProxyObjectPtr()
109 return replyParcel.ReadRemoteObject(); in GetProxyObjectPtr()
/base/security/device_auth/frameworks/inc/standard/
Dipc_dev_auth_proxy.h28 int32_t DoCallRequest(MessageParcel &dataParcel, MessageParcel &replyParcel, bool withSync);
46 MessageParcel replyParcel;
/base/telephony/sms_mms/test/fuzztest/setgetcbconfig_fuzzer/
Dsetgetcbconfig_fuzzer.cpp50 MessageParcel replyParcel; in SetCBConfigFuzz() local
68 DelayedSingleton<SmsService>::GetInstance()->OnSetCBConfig(dataParcel, replyParcel, option); in SetCBConfigFuzz()
97 MessageParcel replyParcel; in SetImsSmsConfigFuzz() local
108 DelayedSingleton<SmsService>::GetInstance()->OnSetImsSmsConfig(dataParcel, replyParcel, option); in SetImsSmsConfigFuzz()
/base/telephony/sms_mms/test/fuzztest/updatesimmessage_fuzzer/
Dupdatesimmessage_fuzzer.cpp49 MessageParcel replyParcel; in UpdateSimMessage() local
67 … DelayedSingleton<SmsService>::GetInstance()->OnUpdateSimMessage(dataParcel, replyParcel, option); in UpdateSimMessage()
/base/location/services/location_locator/locator/source/
Dlocator_ability.cpp864 MessageParcel replyParcel; in IsGeoConvertAvailable() local
869 SendGeoRequest(GEO_IS_AVAILABLE, dataParcel, replyParcel); in IsGeoConvertAvailable()
870 LocationErrCode errorCode = LocationErrCode(replyParcel.ReadInt32()); in IsGeoConvertAvailable()
872 isAvailable = replyParcel.ReadBool(); in IsGeoConvertAvailable()
936 MessageParcel replyParcel; in EnableReverseGeocodingMock() local
940 SendGeoRequest(ENABLE_REVERSE_GEOCODE_MOCK, dataParcel, replyParcel); in EnableReverseGeocodingMock()
941 return LocationErrCode(replyParcel.ReadInt32()); in EnableReverseGeocodingMock()
947 MessageParcel replyParcel; in DisableReverseGeocodingMock() local
951 SendGeoRequest(DISABLE_REVERSE_GEOCODE_MOCK, dataParcel, replyParcel); in DisableReverseGeocodingMock()
952 return LocationErrCode(replyParcel.ReadInt32()); in DisableReverseGeocodingMock()
[all …]
/base/security/device_auth/frameworks/src/lite/
Dipc_adapt.c1454 IpcIo *replyParcel = NULL; in IpcEncodeCallReplay() local
1457 replyParcel = (IpcIo *)(replayCache); in IpcEncodeCallReplay()
1458 WriteInt32(replyParcel, type); in IpcEncodeCallReplay()
1461 WriteUint32(replyParcel, (uint32_t)resultSz); in IpcEncodeCallReplay()
1462 value = WriteBuffer(replyParcel, (const void *)result, (uint32_t)resultSz); in IpcEncodeCallReplay()
1464 WriteUint32(replyParcel, sizeof(valZero)); in IpcEncodeCallReplay()
1465 value = WriteBuffer(replyParcel, (const void *)(&valZero), sizeof(valZero)); in IpcEncodeCallReplay()

12