Home
last modified time | relevance | path

Searched refs:reply (Results 1426 - 1450 of 3447) sorted by relevance

1...<<51525354555657585960>>...138

/foundation/window/window_manager/window_scene/session_manager/src/
H A Ddistributed_client.cpp85 MessageParcel reply; in GetMissionInfos() local
92 int32_t ret = remote->SendRequest(GET_MISSION_INFOS, data, reply, option); in GetMissionInfos()
97 return ReadMissionInfosFromParcel(reply, missionInfos) ? ERR_NONE : ERR_FLATTEN_OBJECT; in GetMissionInfos()
118 MessageParcel reply; in GetRemoteMissionSnapshotInfo() local
120 int32_t error = remote->SendRequest(GET_REMOTE_MISSION_SNAPSHOT_INFO, data, reply, option); in GetRemoteMissionSnapshotInfo()
125 std::unique_ptr<AAFwk::MissionSnapshot> missionSnapshotPtr(reply.ReadParcelable<AAFwk::MissionSnapshot>()); in GetRemoteMissionSnapshotInfo()
173 MessageParcel reply; in SetMissionContinueState() local
180 int32_t error = remote->SendRequest(SET_MISSION_CONTINUE_STATE, data, reply, option); in SetMissionContinueState()
/foundation/window/window_manager_lite/frameworks/wms/
H A Dlite_wm_requestor.cpp36 int LiteWMRequestor::Callback(void* owner, int code, IpcIo* reply) in Callback() argument
50 ReadInt32(reply, &id); in Callback()
60 DeviceData* data = static_cast<DeviceData*>(ReadRawData(reply, sizeof(DeviceData))); in Callback()
69 ReadInt32(reply, &ret); in Callback()
77 LiteLayerInfo* data = static_cast<LiteLayerInfo*>(ReadRawData(reply, sizeof(LiteLayerInfo))); in Callback()
90 int32_t LiteWMRequestor::WmsMsgHandler(uint32_t code, IpcIo* data, IpcIo* reply, MessageOption option) in WmsMsgHandler() argument
175 int LiteWMRequestor::SurfaceRequestHandler(uint32_t code, IpcIo* data, IpcIo* reply, MessageOption option) in SurfaceRequestHandler() argument
181 surface->DoIpcMsg(code, data, reply, option); in SurfaceRequestHandler()
/foundation/distributedhardware/device_manager/test/unittest/
H A DUTTest_ipc_cmd_parser_client.cpp92 MessageParcel reply; in TestReadResponseRspNull() local
97 ret = ptr(reply, rsp); in TestReadResponseRspNull()
104 MessageParcel reply; in TestReadResponseRspNotNull() local
107 reply.WriteInt32(retCode); in TestReadResponseRspNotNull()
111 ret = ptr(reply, rsp); in TestReadResponseRspNotNull()
566 MessageParcel reply; in HWTEST_F() local
576 ret = ptr(data, reply); in HWTEST_F()
586 MessageParcel reply; in HWTEST_F() local
599 ret = ptr(data, reply); in HWTEST_F()
609 MessageParcel reply; in HWTEST_F() local
630 MessageParcel reply; HWTEST_F() local
651 MessageParcel reply; HWTEST_F() local
670 MessageParcel reply; HWTEST_F() local
687 MessageParcel reply; HWTEST_F() local
704 MessageParcel reply; HWTEST_F() local
725 MessageParcel reply; HWTEST_F() local
[all...]
/drivers/hdf_core/framework/support/platform/src/pwm/
H A Dpwm_if_u.c140 struct HdfSBuf *reply = NULL; in PwmGetConfig() local
156 reply = HdfSbufObtainDefaultSize(); in PwmGetConfig()
157 if (reply == NULL) { in PwmGetConfig()
158 HDF_LOGE("PwmGetConfig: fail to obtain reply!"); in PwmGetConfig()
162 ret = service->dispatcher->Dispatch(&service->object, PWM_IO_GET_CONFIG, NULL, reply); in PwmGetConfig()
165 HdfSbufRecycle(reply); in PwmGetConfig()
169 if (!HdfSbufReadBuffer(reply, &rBuf, &rLen)) { in PwmGetConfig()
171 HdfSbufRecycle(reply); in PwmGetConfig()
176 HdfSbufRecycle(reply); in PwmGetConfig()
181 HdfSbufRecycle(reply); in PwmGetConfig()
[all...]
/drivers/hdf_core/framework/test/unittest/platform/common/
H A Dpin_test.c37 struct HdfSBuf *reply = NULL; in PinTestGetTestConfig() local
48 reply = HdfSbufObtain(sizeof(*config) + sizeof(uint64_t)); in PinTestGetTestConfig()
49 if (reply == NULL) { in PinTestGetTestConfig()
50 HDF_LOGE("PinTestGetTestConfig: fail to obtain reply!"); in PinTestGetTestConfig()
55 ret = service->dispatcher->Dispatch(&service->object, 0, NULL, reply); in PinTestGetTestConfig()
59 HdfSbufRecycle(reply); in PinTestGetTestConfig()
63 if (!HdfSbufReadBuffer(reply, &buf, &len)) { in PinTestGetTestConfig()
66 HdfSbufRecycle(reply); in PinTestGetTestConfig()
73 HdfSbufRecycle(reply); in PinTestGetTestConfig()
80 HdfSbufRecycle(reply); in PinTestGetTestConfig()
[all...]
H A Dwatchdog_test.c29 struct HdfSBuf *reply = NULL; in WatchdogTestGetTestConfig() local
40 reply = HdfSbufObtain(sizeof(*config) + sizeof(uint64_t)); in WatchdogTestGetTestConfig()
41 if (reply == NULL) { in WatchdogTestGetTestConfig()
42 HDF_LOGE("WatchdogTestGetTestConfig: fail to obtain reply!"); in WatchdogTestGetTestConfig()
47 ret = service->dispatcher->Dispatch(&service->object, 0, NULL, reply); in WatchdogTestGetTestConfig()
51 HdfSbufRecycle(reply); in WatchdogTestGetTestConfig()
55 if (!HdfSbufReadBuffer(reply, &buf, &len)) { in WatchdogTestGetTestConfig()
58 HdfSbufRecycle(reply); in WatchdogTestGetTestConfig()
65 HdfSbufRecycle(reply); in WatchdogTestGetTestConfig()
72 HdfSbufRecycle(reply); in WatchdogTestGetTestConfig()
[all...]
/foundation/multimodalinput/input/intention/cooperate/server/src/
H A Dcooperate_server.cpp45 int32_t CooperateServer::Enable(CallingContext &context, MessageParcel &data, MessageParcel &reply) in Enable() argument
67 int32_t CooperateServer::Disable(CallingContext &context, MessageParcel &data, MessageParcel &reply) in Disable() argument
93 int32_t CooperateServer::Start(CallingContext &context, MessageParcel &data, MessageParcel &reply) in Start() argument
111 int32_t CooperateServer::Stop(CallingContext &context, MessageParcel &data, MessageParcel &reply) in Stop() argument
129 int32_t CooperateServer::AddWatch(CallingContext &context, uint32_t id, MessageParcel &data, MessageParcel &reply) in AddWatch() argument
161 int32_t CooperateServer::RemoveWatch(CallingContext &context, uint32_t id, MessageParcel &data, MessageParcel &reply) in RemoveWatch() argument
193 int32_t CooperateServer::SetParam(CallingContext &context, uint32_t id, MessageParcel &data, MessageParcel &reply) in SetParam() argument
199 int32_t CooperateServer::GetParam(CallingContext &context, uint32_t id, MessageParcel &data, MessageParcel &reply) in GetParam() argument
241 if (!BooleanReply(state).Marshalling(reply)) { in GetParam()
254 int32_t CooperateServer::Control(CallingContext &context, uint32_t id, MessageParcel &data, MessageParcel &reply) in Control() argument
[all...]
/foundation/communication/ipc/ipc/native/test/unittest/common/
H A Ddbinder_callback_stub_unittest.cpp146 MessageParcel reply; in HWTEST_F() local
156 int32_t ret = fakeStub->ProcessProto(code, data, reply, option); in HWTEST_F()
174 MessageParcel reply; in HWTEST_F() local
176 int32_t ret = fakeStub->OnRemoteRequest(code, data, reply, option); in HWTEST_F()
193 MessageParcel reply; in HWTEST_F() local
195 int32_t ret = fakeStub->OnRemoteRequest(code, data, reply, option); in HWTEST_F()
213 MessageParcel reply; in HWTEST_F() local
232 int32_t ret = fakeStub->ProcessProto(code, data, reply, option); in HWTEST_F()
251 MessageParcel reply; in HWTEST_F() local
270 int32_t ret = fakeStub->ProcessProto(code, data, reply, optio in HWTEST_F()
[all...]
/foundation/distributedhardware/distributed_screen/services/screenservice/test/unittest/sinkservice/dscreenservice/src/
H A Ddscreen_sink_stub_test.cpp198 MessageParcel reply; in HWTEST_F() local
206 int32_t ret = sinkStub->DScreenNotifyInner(data, reply, option); in HWTEST_F()
220 MessageParcel reply; in HWTEST_F() local
228 int32_t ret = sinkStub->DScreenNotifyInner(data, reply, option); in HWTEST_F()
242 MessageParcel reply; in HWTEST_F() local
250 int32_t ret = sinkStub->DScreenNotifyInner(data, reply, option); in HWTEST_F()
264 MessageParcel reply; in HWTEST_F() local
272 int32_t ret = sinkStub->DScreenNotifyInner(data, reply, option); in HWTEST_F()
286 MessageParcel reply; in HWTEST_F() local
294 int32_t ret = sinkStub->DScreenNotifyInner(data, reply, optio in HWTEST_F()
[all...]
/drivers/hdf_core/framework/model/input/driver/
H A Dhdf_hid_adapter.c331 static int32_t HidGetDevType(InputDevice *inputDev, struct HdfSBuf *reply) in HidGetDevType() argument
335 bool ret = HdfSbufWriteUint32(reply, devType); in HidGetDevType()
343 static int32_t HidGetDeviceStrInfo(InputDevice *inputDev, int32_t cmd, struct HdfSBuf *reply) in HidGetDeviceStrInfo() argument
366 bool ret = HdfSbufWriteString(reply, info); in HidGetDeviceStrInfo()
375 static int32_t HidGetDeviceAttr(InputDevice *inputDev, struct HdfSBuf *reply) in HidGetDeviceAttr() argument
388 if (!HdfSbufWriteBuffer(reply, &inputDev->attrSet, sizeof(DevAttr))) { in HidGetDeviceAttr()
396 static int32_t HidGetDeviceAbility(InputDevice *inputDev, struct HdfSBuf *reply) in HidGetDeviceAbility() argument
402 if (!HdfSbufWriteBuffer(reply, &inputDev->abilitySet, sizeof(DevAbility))) { in HidGetDeviceAbility()
410 static int32_t HdfHIDDispatch(struct HdfDeviceIoClient *client, int cmd, struct HdfSBuf *data, struct HdfSBuf *reply) in HdfHIDDispatch() argument
415 if (client == NULL || data == NULL || reply in HdfHIDDispatch()
[all...]
/foundation/communication/wifi/wifi/frameworks/native/src/
H A Dwifi_p2p_callback_stub.cpp65 uint32_t code, MessageParcel &data, MessageParcel &reply, MessageOption &option) in OnRemoteRequest()
84 (this->*(iter->second))(code, data, reply); in OnRemoteRequest()
211 void WifiP2pCallbackStub::RemoteOnP2pStateChanged(uint32_t code, MessageParcel &data, MessageParcel &reply) in RemoteOnP2pStateChanged() argument
218 void WifiP2pCallbackStub::RemoteOnP2pPersistentGroupsChanged(uint32_t code, MessageParcel &data, MessageParcel &reply) in RemoteOnP2pPersistentGroupsChanged() argument
243 void WifiP2pCallbackStub::RemoteOnP2pThisDeviceChanged(uint32_t code, MessageParcel &data, MessageParcel &reply) in RemoteOnP2pThisDeviceChanged() argument
251 void WifiP2pCallbackStub::RemoteOnP2pPeersChanged(uint32_t code, MessageParcel &data, MessageParcel &reply) in RemoteOnP2pPeersChanged() argument
269 void WifiP2pCallbackStub::RemoteOnP2pPrivatePeersChanged(uint32_t code, MessageParcel &data, MessageParcel &reply) in RemoteOnP2pPrivatePeersChanged() argument
277 void WifiP2pCallbackStub::RemoteOnP2pServicesChanged(uint32_t code, MessageParcel &data, MessageParcel &reply) in RemoteOnP2pServicesChanged() argument
313 void WifiP2pCallbackStub::RemoteOnP2pConnectionChanged(uint32_t code, MessageParcel &data, MessageParcel &reply) in RemoteOnP2pConnectionChanged() argument
325 void WifiP2pCallbackStub::RemoteOnP2pDiscoveryChanged(uint32_t code, MessageParcel &data, MessageParcel &reply) in RemoteOnP2pDiscoveryChanged() argument
64 OnRemoteRequest( uint32_t code, MessageParcel &data, MessageParcel &reply, MessageOption &option) OnRemoteRequest() argument
332 RemoteOnP2pActionResult(uint32_t code, MessageParcel &data, MessageParcel &reply) RemoteOnP2pActionResult() argument
340 RemoteOnConfigChanged(uint32_t code, MessageParcel &data, MessageParcel &reply) RemoteOnConfigChanged() argument
377 RemoteOnP2pGcJoinGroup(uint32_t code, MessageParcel &data, MessageParcel &reply) RemoteOnP2pGcJoinGroup() argument
387 RemoteOnP2pGcLeaveGroup(uint32_t code, MessageParcel &data, MessageParcel &reply) RemoteOnP2pGcLeaveGroup() argument
[all...]
/drivers/peripheral/wlan/wpa/interfaces/hdi_service/service_common/
H A Dwpa_p2p_cmd.c975 char *reply; in WpaInterfaceP2pConnect() local
994 reply = (char *)malloc(replySize); in WpaInterfaceP2pConnect()
995 if (reply == NULL) { in WpaInterfaceP2pConnect()
997 HDF_LOGE("%{public}s reply is NULL!", __func__); in WpaInterfaceP2pConnect()
1012 free(reply); in WpaInterfaceP2pConnect()
1032 free(reply); in WpaInterfaceP2pConnect()
1043 free(reply); in WpaInterfaceP2pConnect()
1047 if (WpaCliCmd(cmd, reply, REPLY_SIZE) != 0) { in WpaInterfaceP2pConnect()
1050 free(reply); in WpaInterfaceP2pConnect()
1054 if (strncmp(reply, "FAI in WpaInterfaceP2pConnect()
1250 char *reply; WpaInterfaceP2pGetPeer() local
1385 char *reply; WpaInterfaceP2pGetGroupCapability() local
1446 char *reply; WpaInterfaceP2pListNetworks() local
1601 char *reply; WpaInterfaceVendorExtProcessCmd() local
[all...]
/drivers/hdf_core/adapter/uhdf2/host/test/unittest/sample_driver/
H A Dsample_driver.cpp25 struct HdfDeviceIoClient *client, int cmdId, struct HdfSBuf *data, struct HdfSBuf *reply) in SampleServiceDispatch()
27 return SampleServiceOnRemoteRequest(client, cmdId, data, reply); in SampleServiceDispatch()
53 static int32_t DevHostSampleDumpService(struct HdfSBuf *data, struct HdfSBuf *reply) in DevHostSampleDumpService() argument
67 HdfSbufWriteString(reply, "sample_service_dump\n"); in DevHostSampleDumpService()
24 SampleServiceDispatch( struct HdfDeviceIoClient *client, int cmdId, struct HdfSBuf *data, struct HdfSBuf *reply) SampleServiceDispatch() argument
/drivers/hdf_core/adapter/uhdf2/manager/src/
H A Ddevmgr_query_device.c24 int DevFillQueryDeviceInfo(struct IDevmgrService *inst, struct HdfSBuf *data, struct HdfSBuf *reply) in DevFillQueryDeviceInfo() argument
33 if (devMgrSvc == NULL || data == NULL || reply == NULL) { in DevFillQueryDeviceInfo()
53 flag = HdfSbufWriteString(reply, deviceInfo->svcName); in DevFillQueryDeviceInfo()
58 flag = HdfSbufWriteInt32(reply, deviceInfo->deviceType); in DevFillQueryDeviceInfo()
/drivers/peripheral/display/composer/hdi_service/include/
H A Ddisplay_dump_vdi.h45 int32_t ShowDumpMenu(struct HdfSBuf *reply);
46 int32_t ComposerHostDumpProcess(struct HdfSBuf *data, struct HdfSBuf *reply, uint32_t argsNum);
57 int32_t DumpBuffer(HdfSBuf *reply);
58 int32_t UpdateUserConfig(HdfSBuf *reply);
/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/src/appmgr/
H A Dability_foreground_state_observer_stub.cpp30 uint32_t code, MessageParcel &data, MessageParcel &reply, MessageOption &option) in OnRemoteRequest()
41 return HandleOnAbilityStateChanged(data, reply); in OnRemoteRequest()
43 return IPCObjectStub::OnRemoteRequest(code, data, reply, option); in OnRemoteRequest()
46 int32_t AbilityForegroundStateObserverStub::HandleOnAbilityStateChanged(MessageParcel &data, MessageParcel &reply) in HandleOnAbilityStateChanged() argument
29 OnRemoteRequest( uint32_t code, MessageParcel &data, MessageParcel &reply, MessageOption &option) OnRemoteRequest() argument
H A Dability_info_callback_stub.cpp29 uint32_t code, MessageParcel &data, MessageParcel &reply, MessageOption &option) in OnRemoteRequest()
41 return HandleNotifyAbilityToken(data, reply); in OnRemoteRequest()
45 return IPCObjectStub::OnRemoteRequest(code, data, reply, option); in OnRemoteRequest()
52 int32_t AbilityInfoCallbackStub::HandleNotifyAbilityToken(MessageParcel &data, MessageParcel &reply) in HandleNotifyAbilityToken() argument
28 OnRemoteRequest( uint32_t code, MessageParcel &data, MessageParcel &reply, MessageOption &option) OnRemoteRequest() argument
H A Dkia_interceptor_proxy.cpp34 MessageParcel reply; in OnIntercept() local
46 data, reply, option); in OnIntercept()
51 int resultCode = reply.ReadInt32(); in OnIntercept()
56 sptr<AAFwk::Want> resultWant = reply.ReadParcelable<AAFwk::Want>(); in OnIntercept()
H A Drender_state_observer_proxy.cpp42 MessageParcel reply; in OnRenderStateChanged() local
60 data, reply, option); in OnRenderStateChanged()
68 MessageParcel &reply, MessageOption &option) in SendTransactCmd()
76 return remote->SendRequest(code, data, reply, option); in SendTransactCmd()
67 SendTransactCmd(uint32_t code, MessageParcel &data, MessageParcel &reply, MessageOption &option) SendTransactCmd() argument
H A Dapp_foreground_state_observer_stub.cpp30 uint32_t code, MessageParcel &data, MessageParcel &reply, MessageOption &option) in OnRemoteRequest()
41 return HandleOnAppStateChanged(data, reply); in OnRemoteRequest()
44 return IPCObjectStub::OnRemoteRequest(code, data, reply, option); in OnRemoteRequest()
47 int32_t AppForegroundStateObserverStub::HandleOnAppStateChanged(MessageParcel &data, MessageParcel &reply) in HandleOnAppStateChanged() argument
29 OnRemoteRequest( uint32_t code, MessageParcel &data, MessageParcel &reply, MessageOption &option) OnRemoteRequest() argument
/foundation/ability/dmsfwk/services/dtbschedmgr/src/
H A Dability_connection_wrapper_proxy.cpp39 MessageParcel reply; in OnAbilityConnectDone() local
50 int32_t errCode = remote->SendRequest(IAbilityConnection::ON_ABILITY_CONNECT_DONE, data, reply, option); in OnAbilityConnectDone()
62 MessageParcel reply; in OnAbilityDisconnectDone() local
71 int32_t errCode = remote->SendRequest(IAbilityConnection::ON_ABILITY_DISCONNECT_DONE, data, reply, option); in OnAbilityDisconnectDone()
/foundation/ability/ability_runtime/frameworks/native/ability/native/continuation/distributed/
H A Dreverse_continuation_scheduler_primary_proxy.cpp33 MessageParcel reply; in NotifyReplicaTerminated() local
47 IReverseContinuationSchedulerPrimary::NOTIFY_REPLICA_TERMINATED, data, reply, option)) { in NotifyReplicaTerminated()
63 MessageParcel reply; in ContinuationBack() local
81 if (!remoteObject->SendRequest(IReverseContinuationSchedulerPrimary::CONTINUATION_BACK, data, reply, option)) { in ContinuationBack()
/foundation/ability/ability_runtime/test/unittest/data_ability_observer_stub_test/
H A Ddata_ability_observer_stub_test.cpp58 MessageParcel reply; in HWTEST_F() local
65 IDataAbilityObserver::DATA_ABILITY_OBSERVER_CHANGE, data, reply, option); in HWTEST_F()
81 MessageParcel reply; in HWTEST_F() local
89 IDataAbilityObserver::DATA_ABILITY_OBSERVER_CHANGE, data, reply, option); in HWTEST_F()
/foundation/ability/ability_runtime/interfaces/inner_api/ability_manager/src/
H A Dability_first_frame_state_observer_stub.cpp33 uint32_t code, MessageParcel &data, MessageParcel &reply, MessageOption &option) in OnRemoteRequest()
44 return HandleOnAbilityFirstFrameStateChanged(data, reply); in OnRemoteRequest()
46 return IPCObjectStub::OnRemoteRequest(code, data, reply, option); in OnRemoteRequest()
50 MessageParcel &reply) in HandleOnAbilityFirstFrameStateChanged()
32 OnRemoteRequest( uint32_t code, MessageParcel &data, MessageParcel &reply, MessageOption &option) OnRemoteRequest() argument
49 HandleOnAbilityFirstFrameStateChanged(MessageParcel &data, MessageParcel &reply) HandleOnAbilityFirstFrameStateChanged() argument
/foundation/ability/ability_runtime/test/unittest/app_foreground_state_observer_stub_test/
H A Dapp_foreground_state_observer_stub_test.cpp67 MessageParcel reply; in HWTEST_F() local
68 auto result = stub->HandleOnAppStateChanged(data, reply); in HWTEST_F()
86 MessageParcel reply; in HWTEST_F() local
89 auto res = stub->OnRemoteRequest(code, data, reply, option); in HWTEST_F()

Completed in 13 milliseconds

1...<<51525354555657585960>>...138