/foundation/communication/ipc/services/dbinder/test/distributedtest/src/ |
H A D | dbinder_test_service_skeleton.cpp | 46 MessageParcel dataParcel, replyParcel; in ReverseInt() local 51 error = Remote()->SendRequest(REVERSEINT, dataParcel, replyParcel, option); in ReverseInt() 53 rep = replyParcel.ReadInt32(); in ReverseInt() 62 MessageParcel dataParcel, replyParcel; in GetChildId() local 63 error = Remote()->SendRequest(TRANS_TRACE_ID, dataParcel, replyParcel, option); in GetChildId() 65 rep = replyParcel.ReadUint64(); in GetChildId() 75 MessageParcel dataParcel, replyParcel; in TransProxyObject() local 81 error = Remote()->SendRequest(TRANS_PROXY_OBJECT, dataParcel, replyParcel, option); in TransProxyObject() 83 rep = replyParcel.ReadInt32(); in TransProxyObject() 84 withdrawRes = replyParcel in TransProxyObject() 109 MessageParcel dataParcel, replyParcel; TransProxyObjectAgain() local 126 MessageParcel dataParcel, replyParcel; TransStubObject() local 181 MessageParcel dataParcel, replyParcel; GetRemoteObject() local 204 MessageParcel dataParcel, replyParcel; GetRemoteDecTimes() local 218 MessageParcel dataParcel, replyParcel; ClearRemoteDecTimes() local 230 MessageParcel dataParcel, replyParcel; TransOversizedPkt() local 243 MessageParcel dataParcel, replyParcel; ProxyTransRawData() local 281 MessageParcel dataParcel, replyParcel; StubTransRawData() local 331 MessageParcel dataParcel, replyParcel; FlushAsyncCommands() local 352 MessageParcel dataParcel, replyParcel; ReverseIntNullReply() local 367 MessageParcel dataParcel, replyParcel; ReverseIntVoidData() local 379 MessageParcel dataParcel, replyParcel; ReverseIntDelay() local 394 MessageParcel dataParcel, replyParcel; Delay() local 409 MessageParcel dataParcel, replyParcel; ReverseIntDelayAsync() local 426 MessageParcel dataParcel, replyParcel; PingService() local 567 MessageParcel dataParcel, replyParcel; OnReceivedObject() local 641 MessageParcel dataParcel, replyParcel; OnReceivedObjectTransAgain() local 676 MessageParcel dataParcel, replyParcel; OnReceivedStubObject() local [all...] |
/foundation/multimodalinput/input/intention/ipc/tunnel/src/ |
H A D | tunnel_client.cpp | 60 MessageParcel replyParcel; in Enable() local 61 int32_t ret = devicestatusProxy_->Enable(intention, dataParcel, replyParcel); in Enable() 66 if (!reply.Unmarshalling(replyParcel)) { in Enable() 89 MessageParcel replyParcel; in Disable() local 90 int32_t ret = devicestatusProxy_->Disable(intention, dataParcel, replyParcel); in Disable() 95 if (!reply.Unmarshalling(replyParcel)) { in Disable() 118 MessageParcel replyParcel; in Start() local 119 int32_t ret = devicestatusProxy_->Start(intention, dataParcel, replyParcel); in Start() 124 if (!reply.Unmarshalling(replyParcel)) { in Start() 147 MessageParcel replyParcel; in Stop() local 176 MessageParcel replyParcel; AddWatch() local 205 MessageParcel replyParcel; RemoveWatch() local 234 MessageParcel replyParcel; SetParam() local 263 MessageParcel replyParcel; GetParam() local 292 MessageParcel replyParcel; Control() local [all...] |
/foundation/communication/netmanager_base/services/netconnmanager/src/stub/ |
H A D | net_interface_callback_proxy.cpp | 67 MessageParcel replyParcel; in OnInterfaceAddressUpdated() local 71 dataParcel, replyParcel, option); in OnInterfaceAddressUpdated() 76 return replyParcel.ReadInt32(); in OnInterfaceAddressUpdated() 109 MessageParcel replyParcel; in OnInterfaceAddressRemoved() local 113 dataParcel, replyParcel, option); in OnInterfaceAddressRemoved() 118 return replyParcel.ReadInt32(); in OnInterfaceAddressRemoved() 138 MessageParcel replyParcel; in OnInterfaceAdded() local 141 dataParcel, replyParcel, option); in OnInterfaceAdded() 146 return replyParcel.ReadInt32(); in OnInterfaceAdded() 166 MessageParcel replyParcel; in OnInterfaceRemoved() local 198 MessageParcel replyParcel; OnInterfaceChanged() local 230 MessageParcel replyParcel; OnInterfaceLinkStateChanged() local [all...] |
H A D | net_factoryreset_callback_proxy.cpp | 41 MessageParcel replyParcel; in OnNetFactoryReset() local 44 data, replyParcel, option); in OnNetFactoryReset() 50 return replyParcel.ReadInt32(); in OnNetFactoryReset()
|
H A D | net_detection_callback_proxy.cpp | 49 MessageParcel replyParcel; in OnNetDetectionResultChanged() local 52 dataParcel, replyParcel, option); in OnNetDetectionResultChanged() 58 return replyParcel.ReadInt32(); in OnNetDetectionResultChanged()
|
/foundation/communication/ipc/ipc/test/auxiliary/native/src/ |
H A D | test_service_skeleton.cpp | 88 MessageParcel dataParcel, replyParcel; in TestEnableSerialInvokeFlag() local 93 error = Remote()->SendRequest(TRANS_ENABLE_SERIAL_INVOKE_FLAG, dataParcel, replyParcel, option); in TestEnableSerialInvokeFlag() 94 std::string reply = replyParcel.ReadString(); in TestEnableSerialInvokeFlag() 103 MessageParcel dataParcel, replyParcel; in TestSyncTransaction() local 109 error = Remote()->SendRequest(TRANS_ID_SYNC_TRANSACTION, dataParcel, replyParcel, option); in TestSyncTransaction() 110 reply = replyParcel.ReadInt32(); in TestSyncTransaction() 121 MessageParcel replyParcel[SEDNREQUEST_TIMES]; in TestSendTooManyRequest() local 129 error = Remote()->SendRequest(TRANS_ID_SYNC_TRANSACTION, dataParcel, replyParcel[i], option); in TestSendTooManyRequest() 131 reply = replyParcel[0].ReadInt32(); in TestSendTooManyRequest() 145 MessageParcel replyParcel; in TestMultiThreadSendRequest() 168 MessageParcel dataParcel, replyParcel; TestAsyncTransaction() local 180 MessageParcel dataParcel, replyParcel; TestAsyncCallbackTrans() local 201 MessageParcel dataParcel, replyParcel; TestZtraceTransaction() local 216 MessageParcel dataParcel, replyParcel; TestPingService() local 228 MessageParcel dataParcel, replyParcel; TestGetFooService() local 241 MessageParcel dataParcel, replyParcel; TestGetFileDescriptor() local 252 MessageParcel dataParcel, replyParcel; TestStringTransaction() local 296 MessageParcel dataParcel, replyParcel; TestRawDataTransaction() local 323 MessageParcel dataParcel, replyParcel; TestRawDataReply() local 370 MessageParcel dataParcel, replyParcel; TestCallingUidPid() local 396 MessageParcel replyParcel; TestRegisterRemoteStub() local 411 MessageParcel replyParcel; TestUnRegisterRemoteStub() local 425 MessageParcel replyParcel; TestQueryRemoteProxy() local 661 MessageParcel dataParcel, replyParcel; TestFlushAsyncCalls() local 680 MessageParcel dataParcel, replyParcel; TestMultipleProcesses() local 699 MessageParcel dataParcel, replyParcel; TestAshmem() local 737 MessageParcel dataParcel, replyParcel; TestNestingSend() local 924 MessageParcel replyParcel; ServerEnableSerialInvokeFlag() local [all...] |
H A D | foo_service.cpp | 121 MessageParcel dataParcel, replyParcel; in TestNestingSend() local 125 int error = Remote()->SendRequest(SEND_WRONG_REPLY, dataParcel, replyParcel, option); in TestNestingSend()
|
H A D | test_capi_skeleton.cpp | 634 OHIPCParcel *replyParcel = OH_IPCParcel_Create(); in ASyncAdd() local 635 if (replyParcel == nullptr) { in ASyncAdd() 641 std::thread th([proxyCallBack, dataParcel, replyParcel, a, b] { in ASyncAdd() 647 dataParcel, replyParcel, &option); in ASyncAdd() 653 OH_IPCParcel_Destroy(replyParcel); in ASyncAdd()
|
/foundation/communication/ipc/services/dbinder/test/moduletest/src/ |
H A D | rpc_client_test.cpp | 82 MessageParcel dataParcel, replyParcel; in HWTEST_F() local 83 int32_t err = g_rpcTestProxy->TestAccessToken(dataParcel, replyParcel); in HWTEST_F() 86 uint32_t featureSet = replyParcel.ReadUint32(); in HWTEST_F() 87 uint32_t getTokenId = replyParcel.ReadUint32(); in HWTEST_F() 99 MessageParcel dataParcel, replyParcel; in HWTEST_F() local 101 int32_t err = g_rpcTestProxy->TestAccessToken(dataParcel, replyParcel); in HWTEST_F() 104 uint32_t featureSet = replyParcel.ReadUint32(); in HWTEST_F() 105 uint32_t getTokenId = replyParcel.ReadUint32(); in HWTEST_F() 122 MessageParcel dataParcel, replyParcel; in HWTEST_F() local 129 int32_t err = g_rpcTestProxy->TestRemoteObject(dataParcel, replyParcel); in HWTEST_F() [all...] |
H A D | rpc_test.cpp | 80 MessageParcel dataParcel, replyParcel; in TestRemoteObject() local 81 int32_t err = rpcProxy->TestAdd(dataParcel, replyParcel); in TestRemoteObject() 102 MessageParcel dataParcel, replyParcel; in TestGetFooName() local 103 int err = Remote()->SendRequest(GET_FOO_NAME, dataParcel, replyParcel, option); in TestGetFooName() 107 return replyParcel.ReadString(); in TestGetFooName()
|
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/fuzztest/rsrenderserviceconnectionstub_fuzzer/ |
H A D | rsrenderserviceconnectionstub_fuzzer.cpp | 90 MessageParcel replyParcel; in DoOnRemoteRequest() local 96 connectionStub_->OnRemoteRequest(code, dataParcel, replyParcel, option); in DoOnRemoteRequest() 122 MessageParcel replyParcel; in DoSetScreenGamutMap() local 130 connectionStub_->OnRemoteRequest(code, dataParcel, replyParcel, option); in DoSetScreenGamutMap() 156 MessageParcel replyParcel; in DoGetScreenGamutMap() local 164 connectionStub_->OnRemoteRequest(code, dataParcel, replyParcel, option); in DoGetScreenGamutMap() 190 MessageParcel replyParcel; in DoGetScreenHDRCapability() local 198 connectionStub_->OnRemoteRequest(code, dataParcel, replyParcel, option); in DoGetScreenHDRCapability() 224 MessageParcel replyParcel; in DoGetScreenType() local 232 connectionStub_->OnRemoteRequest(code, dataParcel, replyParcel, optio in DoGetScreenType() 258 MessageParcel replyParcel; DoGetBitmap() local 290 MessageParcel replyParcel; DoSetAppWindowNum() local 324 MessageParcel replyParcel; DoShowWatermark() local 361 MessageParcel replyParcel; DoSetScreenPowerStatus() local 396 MessageParcel replyParcel; DoSetScreenActiveMode() local 431 MessageParcel replyParcel; DoGetScreenActiveMode() local 466 MessageParcel replyParcel; DoSetRefreshRateMode() local 501 MessageParcel replyParcel; DoGetScreenSupportedRefreshRates() local 536 MessageParcel replyParcel; DoGetScreenSupportedModes() local 571 MessageParcel replyParcel; DoGetScreenCapability() local 606 MessageParcel replyParcel; DoGetMemoryGraphic() local 641 MessageParcel replyParcel; DoCreateVirtualScreen() local 676 MessageParcel replyParcel; DoRemoveVirtualScreen() local 711 MessageParcel replyParcel; DoGetScreenData() local 746 MessageParcel replyParcel; DoGetScreenBacklight() local 781 MessageParcel replyParcel; DoSetScreenBacklight() local 816 MessageParcel replyParcel; DoGetScreenColorGamut() local 851 MessageParcel replyParcel; DoSetScreenColorGamut() local 886 MessageParcel replyParcel; DoSetAncoForceDoDirect() local 921 MessageParcel replyParcel; DoGetActiveDirtyRegionInfo() local 956 MessageParcel replyParcel; DoGetGlobalDirtyRegionInfo() local 991 MessageParcel replyParcel; DoGetLayerComposeInfo() local 1027 MessageParcel replyParcel; DoGetHwcDisabledReasonInfo() local 1059 MessageParcel replyParcel; DoCreateNodeAndSurface() local 1095 MessageParcel replyParcel; DoExecuteSynchronousTask() local [all...] |
/foundation/systemabilitymgr/samgr/services/samgr/native/test/unittest/src/ |
H A D | itest_transaction_service.cpp | 33 MessageParcel replyParcel; in ReverseInt() local 41 int32_t result = remote->SendRequest(REVERSE_INT, dataParcel, replyParcel, option); in ReverseInt() 46 result = replyParcel.ReadInt32(); in ReverseInt()
|
/foundation/communication/netmanager_base/frameworks/native/netconnclient/src/proxy/ |
H A D | net_conn_service_proxy.cpp | 311 MessageParcel replyParcel; in RegisterNetSupplierCallback() local 313 static_cast<uint32_t>(ConnInterfaceCode::CMD_NM_REGISTER_NET_SUPPLIER_CALLBACK), dataParcel, replyParcel); in RegisterNetSupplierCallback() 318 return replyParcel.ReadInt32(); in RegisterNetSupplierCallback() 335 MessageParcel replyParcel; in RegisterNetConnCallback() local 337 dataParcel, replyParcel); in RegisterNetConnCallback() 342 return replyParcel.ReadInt32(); in RegisterNetConnCallback() 362 MessageParcel replyParcel; in RegisterNetConnCallback() local 365 dataParcel, replyParcel); in RegisterNetConnCallback() 370 return replyParcel.ReadInt32(); in RegisterNetConnCallback() 390 MessageParcel replyParcel; in RequestNetConnection() local 415 MessageParcel replyParcel; UnregisterNetConnCallback() local 444 MessageParcel replyParcel; UpdateNetStateForTest() local 537 MessageParcel replyParcel; RegisterNetDetectionCallback() local 563 MessageParcel replyParcel; UnRegisterNetDetectionCallback() local 584 MessageParcel replyParcel; NetDetection() local 729 MessageParcel replyParcel; GetDefaultNet() local 756 MessageParcel replyParcel; HasDefaultNet() local 1304 MessageParcel replyParcel; RegisterNetInterfaceCallback() local 1638 MessageParcel replyParcel; RegisterNetFactoryResetCallback() local 1686 MessageParcel replyParcel; RegisterPreAirplaneCallback() local 1709 MessageParcel replyParcel; UnregisterPreAirplaneCallback() local [all...] |
/foundation/ai/neural_network_runtime/example/drivers/nnrt/v1_0/hdi_cpu_service/src/ |
H A D | nnrt_device_driver.cpp | 35 OHOS::MessageParcel *replyParcel = nullptr; in NnrtDeviceDriverDispatch() local 42 if (SbufToParcel(reply, &replyParcel) != HDF_SUCCESS) { in NnrtDeviceDriverDispatch() 47 return hdfNnrtDeviceHost->stub->SendRequest(cmdId, *dataParcel, *replyParcel, option); in NnrtDeviceDriverDispatch()
|
/foundation/ai/neural_network_runtime/example/drivers/nnrt/v2_0/hdi_cpu_service/src/ |
H A D | nnrt_device_driver.cpp | 35 OHOS::MessageParcel *replyParcel = nullptr; in NnrtDeviceDriverDispatch() local 42 if (SbufToParcel(reply, &replyParcel) != HDF_SUCCESS) { in NnrtDeviceDriverDispatch() 47 return hdfNnrtDeviceHost->stub->SendRequest(cmdId, *dataParcel, *replyParcel, option); in NnrtDeviceDriverDispatch()
|
/foundation/communication/ipc/ipc/native/test/unittest/common/ |
H A D | ipc_capi_remote_object_unittest.cpp | 204 OHIPCParcel *replyParcel = OH_IPCParcel_Create(); in HWTEST_F() local 208 dataParcel, replyParcel, &option); in HWTEST_F() 212 nullptr, replyParcel, &option); in HWTEST_F() 220 dataParcel, replyParcel, &option); in HWTEST_F() 222 auto *fooProxy = OH_IPCParcel_ReadRemoteProxy(replyParcel); in HWTEST_F() 225 OH_IPCParcel_Destroy(replyParcel); in HWTEST_F()
|
/foundation/communication/netmanager_base/frameworks/native/netstatsclient/src/proxy/ |
H A D | net_stats_service_proxy.cpp | 72 MessageParcel replyParcel; in RegisterNetStatsCallback() local 74 dataParcel, replyParcel); in RegisterNetStatsCallback() 91 MessageParcel replyParcel; in UnregisterNetStatsCallback() local 93 dataParcel, replyParcel); in UnregisterNetStatsCallback()
|
/foundation/communication/netmanager_base/frameworks/native/netpolicyclient/src/ |
H A D | net_policy_service_proxy.cpp | 249 MessageParcel replyParcel; in RegisterNetPolicyCallback() local 251 dataParcel, replyParcel, option); in RegisterNetPolicyCallback() 275 MessageParcel replyParcel; in UnregisterNetPolicyCallback() local 277 dataParcel, replyParcel, option); in UnregisterNetPolicyCallback()
|
/foundation/multimedia/audio_framework/services/audio_service/client/src/ |
H A D | audio_manager_proxy.cpp | 671 MessageParcel replyParcel; in LoadAudioEffectLibraries() local 693 static_cast<uint32_t>(AudioServerInterfaceCode::LOAD_AUDIO_EFFECT_LIBRARIES), dataParcel, replyParcel, option); in LoadAudioEffectLibraries() 696 int32_t successEffSize = replyParcel.ReadInt32(); in LoadAudioEffectLibraries() 698 false, "LOAD_AUDIO_EFFECT_LIBRARIES read replyParcel failed"); in LoadAudioEffectLibraries() 701 string effectName = replyParcel.ReadString(); in LoadAudioEffectLibraries() 702 string libName = replyParcel.ReadString(); in LoadAudioEffectLibraries() 752 MessageParcel replyParcel; in CreateEffectChainManager() local 782 dataParcel, replyParcel, option); in CreateEffectChainManager() 793 MessageParcel replyParcel; in SetOutputDeviceSink() local 801 static_cast<uint32_t>(AudioServerInterfaceCode::SET_OUTPUT_DEVICE_SINK), dataParcel, replyParcel, optio in SetOutputDeviceSink() [all...] |