Home
last modified time | relevance | path

Searched refs:reply (Results 976 - 1000 of 3649) sorted by relevance

1...<<31323334353637383940>>...146

/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/quick_fix/
H A Dquick_fix_manager_proxy.cpp88 MessageParcel reply; in DeployQuickFix() local
89 if (!SendRequest(QuickFixManagerInterfaceCode::DEPLOY_QUICK_FIX, data, reply)) { in DeployQuickFix()
94 return reply.ReadInt32(); in DeployQuickFix()
126 MessageParcel reply; in SwitchQuickFix() local
127 if (!SendRequest(QuickFixManagerInterfaceCode::SWITCH_QUICK_FIX, data, reply)) { in SwitchQuickFix()
132 return reply.ReadInt32(); in SwitchQuickFix()
160 MessageParcel reply; in DeleteQuickFix() local
161 if (!SendRequest(QuickFixManagerInterfaceCode::DELETE_QUICK_FIX, data, reply)) { in DeleteQuickFix()
166 return reply.ReadInt32(); in DeleteQuickFix()
185 MessageParcel reply; in CreateFd() local
263 SendRequest(QuickFixManagerInterfaceCode code, MessageParcel &data, MessageParcel &reply) SendRequest() argument
[all...]
/foundation/barrierfree/accessibility/common/interface/test/fuzztest/accessibleabilitymanagerservicestub_fuzzer/
H A Daccessibleabilitymanagerservicestub_fuzzer_back.cpp86 MessageParcel reply; in HandleRegisterStateCallbackTest() local
90 static_cast<uint32_t>(AccessibilityInterfaceCode::REGISTER_STATE_CALLBACK), request, reply, option); in HandleRegisterStateCallbackTest() local
116 MessageParcel reply; in HandleGetAbilityListTest() local
120 static_cast<uint32_t>(AccessibilityInterfaceCode::GET_ABILITYLIST), request, reply, option); in HandleGetAbilityListTest() local
152 MessageParcel reply; in HandleRegisterAccessibilityElementOperatorTest() local
156 static_cast<uint32_t>(AccessibilityInterfaceCode::REGISTER_INTERACTION_CONNECTION), request, reply, option); in HandleRegisterAccessibilityElementOperatorTest() local
200 MessageParcel reply; in HandleMultiRegisterAccessibilityElementOperatorTest() local
204 static_cast<uint32_t>(AccessibilityInterfaceCode::CARDREGISTER_INTERACTION_CONNECTION), request, reply, option); in HandleMultiRegisterAccessibilityElementOperatorTest() local
224 MessageParcel reply; in HandleDeregisterAccessibilityElementOperatorTest() local
228 static_cast<uint32_t>(AccessibilityInterfaceCode::DEREGISTER_INTERACTION_CONNECTION), request, reply, optio in HandleDeregisterAccessibilityElementOperatorTest() local
247 MessageParcel reply; HandleSendEventTest() local
251 static_cast<uint32_t>(AccessibilityInterfaceCode::SEND_EVENT), request, reply, option); HandleSendEventTest() local
266 MessageParcel reply; HandleSetDaltonizationStateTest() local
270 static_cast<uint32_t>(AccessibilityInterfaceCode::SET_DALTONIZATION_STATE), request, reply, option); HandleSetDaltonizationStateTest() local
286 MessageParcel reply; HandleRemoveRequestIdTest() local
289 static_cast<uint32_t>(AccessibilityInterfaceCode::REMOVE_REQUEST_ID), request, reply, option); HandleRemoveRequestIdTest() local
[all...]
/foundation/communication/netmanager_ext/services/netfirewallmanager/src/
H A Dnetfirewall_stub.cpp65 int32_t NetFirewallStub::OnRemoteRequest(uint32_t code, MessageParcel &data, MessageParcel &reply, in OnRemoteRequest() argument
83 return (this->*serviceFunc)(data, reply); in OnRemoteRequest()
86 return IPCObjectStub::OnRemoteRequest(code, data, reply, option); in OnRemoteRequest()
89 int32_t NetFirewallStub::OnSetNetFirewallPolicy(MessageParcel &data, MessageParcel &reply) in OnSetNetFirewallPolicy() argument
108 int32_t NetFirewallStub::OnGetNetFirewallPolicy(MessageParcel &data, MessageParcel &reply) in OnGetNetFirewallPolicy() argument
121 if (!status->Marshalling(reply)) { in OnGetNetFirewallPolicy()
128 int32_t NetFirewallStub::OnAddNetFirewallRule(MessageParcel &data, MessageParcel &reply) in OnAddNetFirewallRule() argument
162 if (!reply.WriteUint32(result)) { in OnAddNetFirewallRule()
170 int32_t NetFirewallStub::OnUpdateNetFirewallRule(MessageParcel &data, MessageParcel &reply) in OnUpdateNetFirewallRule() argument
206 int32_t NetFirewallStub::OnDeleteNetFirewallRule(MessageParcel &data, MessageParcel &reply) in OnDeleteNetFirewallRule() argument
229 OnGetNetFirewallRules(MessageParcel &data, MessageParcel &reply) OnGetNetFirewallRules() argument
260 OnGetNetFirewallRule(MessageParcel &data, MessageParcel &reply) OnGetNetFirewallRule() argument
285 OnGetInterceptRecords(MessageParcel &data, MessageParcel &reply) OnGetInterceptRecords() argument
[all...]
/foundation/communication/netmanager_ext/test/netfirewallmanager/unittest/netfirewallmanager_test/
H A Dnetfirewall_service_proxy_test.cpp140 int SendRequest(uint32_t code, MessageParcel &data, MessageParcel &reply, MessageOption &option) override
144 reply.WriteInt32(1);
147 GetNetFirewallPolicySptr()->Marshalling(reply); variable
150 GetNetFirewallRuleSptr()->Marshalling(reply); variable
154 reply.WriteInt32(PAGE); in static_cast()
155 reply.WriteInt32(PAGE_SIZE); in static_cast()
156 reply.WriteInt32(TOTAL_PAGE); in static_cast()
161 reply.WriteUint32(ruleList.size()); in static_cast()
163 rule.Marshalling(reply); in static_cast()
170 reply
[all...]
/foundation/communication/netmanager_ext/services/mdnsmanager/src/stub/
H A Dmdns_event_proxy.cpp58 MessageParcel reply; in HandleRegister() local
62 data, reply, option); in HandleRegister()
95 MessageParcel reply; in HandleUnRegister() local
100 data, reply, option); in HandleUnRegister()
133 MessageParcel reply; in HandleRegisterResult() local
138 data, reply, option); in HandleRegisterResult()
176 MessageParcel reply; in HandleStartDiscover() local
180 data, reply, option); in HandleStartDiscover()
214 MessageParcel reply; in HandleStopDiscover() local
217 data, reply, optio in HandleStopDiscover()
251 MessageParcel reply; HandleServiceFound() local
288 MessageParcel reply; HandleServiceLost() local
327 MessageParcel reply; HandleResolveResult() local
[all...]
/kernel/linux/linux-5.10/sound/soc/intel/catpt/
H A Dmessages.c17 struct catpt_ipc_msg request = {{0}}, reply; in catpt_ipc_get_fw_version() local
21 reply.size = sizeof(*version); in catpt_ipc_get_fw_version()
22 reply.data = version; in catpt_ipc_get_fw_version()
24 ret = catpt_dsp_send_msg(cdev, request, &reply); in catpt_ipc_get_fw_version()
58 struct catpt_ipc_msg request, reply; in catpt_ipc_alloc_stream() local
94 reply.size = sizeof(*sinfo); in catpt_ipc_alloc_stream()
95 reply.data = sinfo; in catpt_ipc_alloc_stream()
97 ret = catpt_dsp_send_msg(cdev, request, &reply); in catpt_ipc_alloc_stream()
146 struct catpt_ipc_msg request, reply; in catpt_ipc_enter_dxstate() local
152 reply in catpt_ipc_enter_dxstate()
166 struct catpt_ipc_msg request = {{0}}, reply; catpt_ipc_get_mixer_stream_info() local
[all...]
H A Dipc.c45 struct catpt_ipc_msg *reply) in catpt_ipc_msg_init()
50 ipc->rx.size = reply ? reply->size : 0; in catpt_ipc_msg_init()
79 /* wait for delayed reply */ in catpt_wait_msg_completion()
87 struct catpt_ipc_msg *reply, int timeout) in catpt_dsp_do_send_msg()
96 (reply && reply->size > ipc->config.outbox_size)) in catpt_dsp_do_send_msg()
100 catpt_ipc_msg_init(ipc, reply); in catpt_dsp_do_send_msg()
114 if (reply) { in catpt_dsp_do_send_msg()
115 reply in catpt_dsp_do_send_msg()
44 catpt_ipc_msg_init(struct catpt_ipc *ipc, struct catpt_ipc_msg *reply) catpt_ipc_msg_init() argument
85 catpt_dsp_do_send_msg(struct catpt_dev *cdev, struct catpt_ipc_msg request, struct catpt_ipc_msg *reply, int timeout) catpt_dsp_do_send_msg() argument
124 catpt_dsp_send_msg_timeout(struct catpt_dev *cdev, struct catpt_ipc_msg request, struct catpt_ipc_msg *reply, int timeout) catpt_dsp_send_msg_timeout() argument
138 catpt_dsp_send_msg(struct catpt_dev *cdev, struct catpt_ipc_msg request, struct catpt_ipc_msg *reply) catpt_dsp_send_msg() argument
[all...]
/kernel/linux/linux-6.6/sound/soc/intel/catpt/
H A Dmessages.c17 struct catpt_ipc_msg request = {{0}}, reply; in catpt_ipc_get_fw_version() local
21 reply.size = sizeof(*version); in catpt_ipc_get_fw_version()
22 reply.data = version; in catpt_ipc_get_fw_version()
24 ret = catpt_dsp_send_msg(cdev, request, &reply); in catpt_ipc_get_fw_version()
58 struct catpt_ipc_msg request, reply; in catpt_ipc_alloc_stream() local
94 reply.size = sizeof(*sinfo); in catpt_ipc_alloc_stream()
95 reply.data = sinfo; in catpt_ipc_alloc_stream()
97 ret = catpt_dsp_send_msg(cdev, request, &reply); in catpt_ipc_alloc_stream()
146 struct catpt_ipc_msg request, reply; in catpt_ipc_enter_dxstate() local
152 reply in catpt_ipc_enter_dxstate()
166 struct catpt_ipc_msg request = {{0}}, reply; catpt_ipc_get_mixer_stream_info() local
[all...]
H A Dipc.c45 struct catpt_ipc_msg *reply) in catpt_ipc_msg_init()
50 ipc->rx.size = reply ? reply->size : 0; in catpt_ipc_msg_init()
79 /* wait for delayed reply */ in catpt_wait_msg_completion()
87 struct catpt_ipc_msg *reply, int timeout) in catpt_dsp_do_send_msg()
96 (reply && reply->size > ipc->config.outbox_size)) in catpt_dsp_do_send_msg()
100 catpt_ipc_msg_init(ipc, reply); in catpt_dsp_do_send_msg()
114 if (reply) { in catpt_dsp_do_send_msg()
115 reply in catpt_dsp_do_send_msg()
44 catpt_ipc_msg_init(struct catpt_ipc *ipc, struct catpt_ipc_msg *reply) catpt_ipc_msg_init() argument
85 catpt_dsp_do_send_msg(struct catpt_dev *cdev, struct catpt_ipc_msg request, struct catpt_ipc_msg *reply, int timeout) catpt_dsp_do_send_msg() argument
124 catpt_dsp_send_msg_timeout(struct catpt_dev *cdev, struct catpt_ipc_msg request, struct catpt_ipc_msg *reply, int timeout) catpt_dsp_send_msg_timeout() argument
138 catpt_dsp_send_msg(struct catpt_dev *cdev, struct catpt_ipc_msg request, struct catpt_ipc_msg *reply) catpt_dsp_send_msg() argument
[all...]
/kernel/linux/linux-6.6/sound/soc/sof/amd/
H A Dacp-ipc.c99 struct sof_ipc_reply reply; in acp_dsp_ipc_get_reply() local
105 * Sometimes, there is unexpected reply ipc arriving. The reply in acp_dsp_ipc_get_reply()
117 * memory windows are powered off before sending IPC reply, in acp_dsp_ipc_get_reply()
121 reply.error = 0; in acp_dsp_ipc_get_reply()
122 reply.hdr.cmd = SOF_IPC_GLB_REPLY; in acp_dsp_ipc_get_reply()
123 reply.hdr.size = sizeof(reply); in acp_dsp_ipc_get_reply()
124 memcpy(msg->reply_data, &reply, sizeof(reply)); in acp_dsp_ipc_get_reply()
[all...]
/foundation/ability/ability_runtime/tools/aa/src/
H A Dtest_observer_proxy.cpp36 MessageParcel reply; in TestStatus() local
54 static_cast<uint32_t>(ITestObserver::Message::AA_TEST_STATUS), data, reply, option); in TestStatus()
66 MessageParcel reply; in TestFinished() local
84 static_cast<uint32_t>(ITestObserver::Message::AA_TEST_FINISHED), data, reply, option); in TestFinished()
98 MessageParcel reply; in ExecuteShellCommand() local
116 static_cast<uint32_t>(ITestObserver::Message::AA_EXECUTE_SHELL_COMMAND), data, reply, option); in ExecuteShellCommand()
121 ShellCommandResult* resultPtr = reply.ReadParcelable<ShellCommandResult>(); in ExecuteShellCommand()
134 MessageParcel &reply, MessageOption &option) in SendTransactCmd()
142 return remote->SendRequest(code, data, reply, option); in SendTransactCmd()
133 SendTransactCmd(uint32_t code, MessageParcel &data, MessageParcel &reply, MessageOption &option) SendTransactCmd() argument
/foundation/CastEngine/castengine_wifi_display/services/interaction/domain/rpc/
H A Ddomain_rpc_service_stub.cpp44 int DomainRpcServiceStub::OnRemoteRequest(uint32_t code, MessageParcel &data, MessageParcel &reply, in OnRemoteRequest() argument
51 DoRpcCommand(data, reply); in OnRemoteRequest()
56 SetListenerObject(data, reply); in OnRemoteRequest()
60 GetSystemAbility(data, reply); in OnRemoteRequest()
70 int32_t DomainRpcServiceStub::SetListenerObject(MessageParcel &data, MessageParcel &reply) in SetListenerObject() argument
74 (void)reply.WriteInt32(SetListenerObject(object)); in SetListenerObject()
114 int32_t DomainRpcServiceStub::DoRpcCommand(MessageParcel &data, MessageParcel &reply) in DoRpcCommand() argument
129 int32_t DomainRpcServiceStub::GetSystemAbility(MessageParcel &data, MessageParcel &reply) in GetSystemAbility() argument
134 (void)reply.WriteRemoteObject(GetSubSystemAbility(subtype)); in GetSystemAbility()
/foundation/arkui/ace_engine/adapter/ohos/services/uiservice/src/
H A Dui_service_proxy.cpp34 OHOS::MessageParcel reply; in OnPushCallBack() local
57 int32_t result = remote->SendRequest(IUIService::UI_SERVICE_PUSH_CALL_BACK, dataParcel, reply, option); in OnPushCallBack()
59 LOGI("%{public}s SendRequest ok, retval is %d", __func__, reply.ReadInt32()); in OnPushCallBack()
75 OHOS::MessageParcel reply; in OnRequestCallBack() local
92 int32_t result = remote->SendRequest(IUIService::UI_SERVICE_REQUEST_CALL_BACK, dataParcel, reply, option); in OnRequestCallBack()
94 LOGI("%{public}s SendRequest ok, retval is %d", __func__, reply.ReadInt32()); in OnRequestCallBack()
111 OHOS::MessageParcel reply; in OnReturnRequest() local
131 int32_t result = remote->SendRequest(IUIService::UI_SERVICE_RETURN_REQUEST, dataParcel, reply, option); in OnReturnRequest()
133 LOGI("%{public}s SendRequest ok, retval is %d", __func__, reply.ReadInt32()); in OnReturnRequest()
/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H A Dbluetooth_hfp_ag_observer_stub.cpp53 int BluetoothHfpAgObserverStub::OnRemoteRequest(uint32_t code, MessageParcel &data, MessageParcel &reply, in OnRemoteRequest() argument
66 return (this->*memberFunc)(data, reply); in OnRemoteRequest()
70 return IPCObjectStub::OnRemoteRequest(code, data, reply, option); in OnRemoteRequest()
73 ErrCode BluetoothHfpAgObserverStub::OnConnectionStateChangedInner(MessageParcel &data, MessageParcel &reply) in OnConnectionStateChangedInner() argument
85 ErrCode BluetoothHfpAgObserverStub::OnScoStateChangedInner(MessageParcel &data, MessageParcel &reply) in OnScoStateChangedInner() argument
97 ErrCode BluetoothHfpAgObserverStub::OnActiveDeviceChangedInner(MessageParcel &data, MessageParcel &reply) in OnActiveDeviceChangedInner() argument
107 ErrCode BluetoothHfpAgObserverStub::OnHfEnhancedDriverSafetyChangedInner(MessageParcel &data, MessageParcel &reply) in OnHfEnhancedDriverSafetyChangedInner() argument
118 int32_t BluetoothHfpAgObserverStub::OnHfpStackChangedInner(MessageParcel &data, MessageParcel &reply) in OnHfpStackChangedInner() argument
128 ErrCode BluetoothHfpAgObserverStub::OnVirtualDeviceChangedInner(MessageParcel &data, MessageParcel &reply) in OnVirtualDeviceChangedInner() argument
H A Dbluetooth_ble_advertise_callback_stub.cpp60 uint32_t code, MessageParcel &data, MessageParcel &reply, MessageOption &option) in OnRemoteRequest()
73 return memberFunc(this, data, reply); in OnRemoteRequest()
78 return IPCObjectStub::OnRemoteRequest(code, data, reply, option); in OnRemoteRequest()
83 BluetoothBleAdvertiseCallbackStub *stub, MessageParcel &data, MessageParcel &reply) in OnStartResultEventInner()
95 BluetoothBleAdvertiseCallbackStub *stub, MessageParcel &data, MessageParcel &reply) in OnEnableResultEventInner()
105 BluetoothBleAdvertiseCallbackStub *stub, MessageParcel &data, MessageParcel &reply) in OnDisableResultEventInner()
115 BluetoothBleAdvertiseCallbackStub *stub, MessageParcel &data, MessageParcel &reply) in OnStopResultEventInner()
125 BluetoothBleAdvertiseCallbackStub *stub, MessageParcel &data, MessageParcel &reply) in OnAutoStopAdvEventInner()
134 BluetoothBleAdvertiseCallbackStub *stub, MessageParcel &data, MessageParcel &reply) in OnSetAdvDataEventInner()
59 OnRemoteRequest( uint32_t code, MessageParcel &data, MessageParcel &reply, MessageOption &option) OnRemoteRequest() argument
82 OnStartResultEventInner( BluetoothBleAdvertiseCallbackStub *stub, MessageParcel &data, MessageParcel &reply) OnStartResultEventInner() argument
94 OnEnableResultEventInner( BluetoothBleAdvertiseCallbackStub *stub, MessageParcel &data, MessageParcel &reply) OnEnableResultEventInner() argument
104 OnDisableResultEventInner( BluetoothBleAdvertiseCallbackStub *stub, MessageParcel &data, MessageParcel &reply) OnDisableResultEventInner() argument
114 OnStopResultEventInner( BluetoothBleAdvertiseCallbackStub *stub, MessageParcel &data, MessageParcel &reply) OnStopResultEventInner() argument
124 OnAutoStopAdvEventInner( BluetoothBleAdvertiseCallbackStub *stub, MessageParcel &data, MessageParcel &reply) OnAutoStopAdvEventInner() argument
133 OnSetAdvDataEventInner( BluetoothBleAdvertiseCallbackStub *stub, MessageParcel &data, MessageParcel &reply) OnSetAdvDataEventInner() argument
/foundation/multimodalinput/input/common/anco/comm/src/
H A Danco_channel_proxy.cpp46 MessageParcel reply; in SyncInputEvent() local
51 static_cast<uint32_t>(AncoRequestId::SYNC_POINTER_EVENT), data, reply, option); in SyncInputEvent()
56 READINT32(reply, ret, RET_ERR); in SyncInputEvent()
73 MessageParcel reply; in SyncInputEvent() local
78 static_cast<uint32_t>(AncoRequestId::SYNC_KEY_EVENT), data, reply, option); in SyncInputEvent()
83 READINT32(reply, ret, RET_ERR); in SyncInputEvent()
100 MessageParcel reply; in UpdateWindowInfo() local
105 static_cast<uint32_t>(AncoRequestId::UPDATE_WINDOW_INFO), data, reply, option); in UpdateWindowInfo()
110 READINT32(reply, ret, RET_ERR); in UpdateWindowInfo()
/foundation/communication/ipc/services/dbinder/c/src/
H A Ddbinder_stub.c64 static int32_t ProcessProto(uint32_t code, IpcIo *data, IpcIo *reply, MessageOption *option) in ProcessProto() argument
86 WriteUint32(reply, IF_PROT_DATABUS); in ProcessProto()
87 WriteUint64(reply, session->stubIndex); in ProcessProto()
88 WriteString(reply, session->serviceName); in ProcessProto()
89 WriteString(reply, session->deviceIdInfo.toDeviceId); in ProcessProto()
90 WriteString(reply, session->deviceIdInfo.fromDeviceId); in ProcessProto()
91 WriteString(reply, localBusName); in ProcessProto()
103 static int32_t DBinderRemoteRequest(uint32_t code, IpcIo *data, IpcIo *reply, MessageOption *option) in DBinderRemoteRequest() argument
108 ret = ProcessProto(code, data, reply, option); in DBinderRemoteRequest()
/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/distributeddatasvc/src/
H A Ddatamgr_service_proxy.cpp47 MessageParcel reply; in GetFeatureInterface() local
50 static_cast<uint32_t>(KvStoreDataServiceInterfaceCode::GET_FEATURE_INTERFACE), data, reply, mo); in GetFeatureInterface()
57 if (!ITypesUtil::Unmarshal(reply, remoteObject)) { in GetFeatureInterface()
67 MessageParcel reply; in RegisterClientDeathObserver() local
88 static_cast<uint32_t>(KvStoreDataServiceInterfaceCode::REGISTERCLIENTDEATHOBSERVER), data, reply, mo); in RegisterClientDeathObserver()
93 return static_cast<Status>(reply.ReadInt32()); in RegisterClientDeathObserver()
100 MessageParcel reply; in ClearAppStorage() local
113 static_cast<uint32_t>(KvStoreDataServiceInterfaceCode::CLEAR_APP_STORAGE), data, reply, mo); in ClearAppStorage()
118 return static_cast<Status>(reply.ReadInt32()); in ClearAppStorage()
/foundation/distributedhardware/distributed_hardware_fwk/av_transport/av_trans_control_center/services/src/ipc/
H A Dav_trans_control_center_callback_proxy.cpp40 MessageParcel reply; in SetParameter() local
56 data, reply, option); in SetParameter()
62 return reply.ReadInt32(); in SetParameter()
74 MessageParcel reply; in SetSharedMemory() local
94 data, reply, option); in SetSharedMemory()
100 return reply.ReadInt32(); in SetSharedMemory()
112 MessageParcel reply; in Notify() local
132 data, reply, option); in Notify()
138 return reply.ReadInt32(); in Notify()
/foundation/resourceschedule/background_task_mgr/frameworks/test/unittest/
H A Dbgtask_framework_unit_test.cpp531 MessageParcel reply; in HWTEST_F() local
535 EXPECT_NE(subscirberStub.OnRemoteRequest(1, data1, reply, option), ERR_OK); in HWTEST_F()
537 EXPECT_NE(subscirberStub.OnRemoteRequest(100, data2, reply, option), ERR_OK); in HWTEST_F()
549 MessageParcel reply; in HWTEST_F() local
553 EXPECT_EQ(subscirberStub.OnRemoteRequest(ON_CONNECTED, data1, reply, option), ERR_OK); in HWTEST_F()
556 EXPECT_NE(subscirberStub.OnRemoteRequest(ON_DISCONNECTED, data1, reply, option), ERR_OK); in HWTEST_F()
568 MessageParcel reply; in HWTEST_F() local
573 EXPECT_NE(subscirberStub.OnRemoteRequest(ON_TRANSIENT_TASK_START, data1, reply, option), ERR_OK); in HWTEST_F()
577 EXPECT_EQ(subscirberStub.OnRemoteRequest(ON_TRANSIENT_TASK_START, data2, reply, option), ERR_OK); in HWTEST_F()
581 EXPECT_NE(subscirberStub.OnRemoteRequest(ON_TRANSIENT_TASK_END, data3, reply, optio in HWTEST_F()
621 MessageParcel reply; HWTEST_F() local
656 MessageParcel reply; HWTEST_F() local
717 MessageParcel reply; HWTEST_F() local
[all...]
/foundation/resourceschedule/resource_schedule_service/ressched/test/unittest/src/
H A Dres_sched_service_mock_test.cpp98 nlohmann::json& reply) override
386 MessageParcel reply; in HWTEST_F() local
388 EXPECT_NE(resSchedServiceStub_->ReportDataInner(emptyData, reply), ERR_OK); in HWTEST_F()
394 EXPECT_EQ(resSchedServiceStub_->ReportDataInner(reportData, reply), ERR_OK); in HWTEST_F()
400 EXPECT_NE(resSchedServiceStub_->ReportDataInner(reportData2, reply), ERR_OK); in HWTEST_F()
415 MessageParcel reply; in HWTEST_F() local
420 EXPECT_EQ(resSchedServiceStub_->ReportDataInner(reportData, reply), ERR_OK); in HWTEST_F()
422 EXPECT_NE(resSchedServiceStub_->ReportDataInner(reportData, reply), ERR_OK); in HWTEST_F()
424 EXPECT_NE(resSchedServiceStub_->ReportDataInner(reportData, reply), ERR_OK); in HWTEST_F()
439 MessageParcel reply; in HWTEST_F() local
461 MessageParcel reply; HWTEST_F() local
485 MessageParcel reply; HWTEST_F() local
506 MessageParcel reply; HWTEST_F() local
[all...]
/foundation/systemabilitymgr/samgr_lite/samgr_endpoint/source/
H A Dsamgr_small_ipc_adapter.c24 static int Dispatch(uint32_t code, IpcIo *data, IpcIo *reply, MessageOption option);
29 static void GetRemotePolicy(IpcIo *reply, PolicyTrans **policy, uint32 *policyNum);
48 IpcIo reply; in ClientRegisterRemoteEndpoint() local
54 int err = SendRequest(*samgr, INVALID_INDEX, &req, &reply, option, (uintptr_t *)&replyBuf); in ClientRegisterRemoteEndpoint()
56 ret = ReadInt32(&reply, &identity->handle); in ClientRegisterRemoteEndpoint()
178 IpcIo reply; in RegisterIdentity() local
183 int ret = SendRequest(*samgr, INVALID_INDEX, &req, &reply, option, in RegisterIdentity()
188 ReadInt32(&reply, &ipcRet); in RegisterIdentity()
192 (void)ReadRemoteObject(&reply, &target); in RegisterIdentity()
193 GetRemotePolicy(&reply, polic in RegisterIdentity()
200 Dispatch(uint32_t code, IpcIo *data, IpcIo *reply, MessageOption option) Dispatch() argument
322 GetRemotePolicy(IpcIo *reply, PolicyTrans **policy, uint32 *policyNum) GetRemotePolicy() argument
[all...]
/third_party/libwebsockets/minimal-examples/dbus-server/minimal-dbus-ws-proxy/
H A Dprotocol_lws_minimal_dbus_ws_proxy.c158 dmh_introspect(DBusConnection *c, DBusMessage *m, DBusMessage **reply, void *d) in dmh_introspect() argument
160 dbus_message_append_args(*reply, in dmh_introspect()
168 dmh_get(DBusConnection *c, DBusMessage *m, DBusMessage **reply, void *d) in dmh_get() argument
178 dbus_message_unref(*reply); in dmh_get()
179 *reply = dbus_message_new_error(m, err.name, err.message); in dmh_get()
188 dbus_message_append_args(*reply, DBUS_TYPE_STRING, &version, in dmh_get()
195 dmh_getall(DBusConnection *c, DBusMessage *m, DBusMessage **reply, void *d) in dmh_getall() argument
200 dbus_message_iter_init_append(*reply, &iter); in dmh_getall()
217 dmh_connect(DBusConnection *c, DBusMessage *m, DBusMessage **reply, void *d) in dmh_connect() argument
233 dbus_message_unref(*reply); in dmh_connect()
315 dmh_send(DBusConnection *c, DBusMessage *m, DBusMessage **reply, void *d) dmh_send() argument
390 DBusMessage *reply = NULL; server_message_handler() local
[all...]
/foundation/ability/form_fwk/interfaces/inner_api/src/
H A Djs_form_state_observer_proxy.cpp30 MessageParcel reply; in OnAddForm() local
51 reply, in OnAddForm()
63 MessageParcel reply; in OnRemoveForm() local
84 reply, in OnRemoveForm()
97 MessageParcel reply; in NotifyWhetherFormsVisible() local
127 reply, in NotifyWhetherFormsVisible()
137 MessageParcel &data, MessageParcel &reply, MessageOption &option) in SendTransactCmd()
144 int32_t result = remote->SendRequest(static_cast<uint32_t>(code), data, reply, option); in SendTransactCmd()
156 MessageParcel reply; in OnFormClickEvent() local
185 static_cast<uint32_t>(IJsFormStateObserver::Message::FORM_STATE_OBSERVER_ON_FORM_CLICK), data, reply, optio in OnFormClickEvent()
136 SendTransactCmd(IJsFormStateObserver::Message code, MessageParcel &data, MessageParcel &reply, MessageOption &option) SendTransactCmd() argument
[all...]
/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/src/appmgr/
H A Dstart_specified_ability_response_proxy.cpp40 MessageParcel reply; in OnAcceptWantResponse() local
52 static_cast<uint32_t>(IStartSpecifiedAbilityResponse::Message::ON_ACCEPT_WANT_RESPONSE), data, reply, option); in OnAcceptWantResponse()
62 MessageParcel reply; in OnTimeoutResponse() local
73 IStartSpecifiedAbilityResponse::Message::ON_TIMEOUT_RESPONSE), data, reply, option); in OnTimeoutResponse()
80 MessageParcel &reply, MessageOption &option) in SendTransactCmd()
88 return remote->SendRequest(code, data, reply, option); in SendTransactCmd()
96 MessageParcel reply; in OnNewProcessRequestResponse() local
114 data, reply, option); in OnNewProcessRequestResponse()
125 MessageParcel reply; in OnNewProcessRequestTimeoutResponse() local
142 data, reply, optio in OnNewProcessRequestTimeoutResponse()
79 SendTransactCmd(uint32_t code, MessageParcel &data, MessageParcel &reply, MessageOption &option) SendTransactCmd() argument
[all...]

Completed in 13 milliseconds

1...<<31323334353637383940>>...146