Home
last modified time | relevance | path

Searched refs:SendResponse (Results 1 – 25 of 33) sorted by relevance

12

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/obex/
H A Dobex_server.cpp119 session.SendResponse(*ObexHeader::CreateResponse(ObexRspCode::NOT_IMPLEMENTED, false)); in OnPut()
125 session.SendResponse(*ObexHeader::CreateResponse(ObexRspCode::NOT_IMPLEMENTED, false)); in OnGet()
131 session.SendResponse(*ObexHeader::CreateResponse(ObexRspCode::NOT_IMPLEMENTED, false)); in OnAbort()
137 session.SendResponse(*ObexHeader::CreateResponse(ObexRspCode::NOT_IMPLEMENTED, false)); in OnSetPath()
143 session.SendResponse(*ObexHeader::CreateResponse(ObexRspCode::NOT_IMPLEMENTED, false)); in OnAction()
149 session.SendResponse(*ObexHeader::CreateResponse(ObexRspCode::NOT_IMPLEMENTED, false)); in OnSession()
H A Dobex_session.cpp47 return SendResponse(*ObexHeader::CreateResponse(rspCode)); in SendSimpleResponse()
50 int ObexServerSession::SendResponse(ObexHeader &resp) const in SendResponse() function in OHOS::bluetooth::ObexServerSession
85 return SendResponse(resp); in SendGetResponse()
91 return SendResponse(resp); in SendGetResponse()
102 int ret = SendResponse(*resp2); in SendGetResponse()
141 int ret = SendResponse(*nextReqHdr); in ProcessSendSrmResponse()
H A Dobex_mp_server.cpp92 int ret = session.SendResponse(*respHeader); in HandlePutRequest()
187 int ret = session.SendResponse(*nextReqHdr); in HandleGetRequest()
206 int ret = session.SendResponse(*header); in HandleAbortRequest()
H A Dobex_session.h359 int SendResponse(ObexHeader &resp) const;
/ohos5.0/foundation/ability/form_fwk/services/src/
H A Dform_share_mgr.cpp437 SendResponse(requestCode, ERR_APPEXECFWK_FORM_COMMON_CODE); in AcquireShareFormData()
445 SendResponse(requestCode, error); in AcquireShareFormData()
461 SendResponse(requestCode, ERR_APPEXECFWK_FORM_GET_INFO_FAILED); in HandleProviderShareData()
467 SendResponse(requestCode, ERR_APPEXECFWK_FORM_COMMON_CODE); in HandleProviderShareData()
487 SendResponse(requestCode, ERR_APPEXECFWK_FORM_DISTRIBUTED_SCHEDULE_FAILED); in HandleProviderShareData()
490 SendResponse(requestCode, ERR_OK); in HandleProviderShareData()
493 void FormShareMgr::SendResponse(int64_t requestCode, int32_t result) in SendResponse() function in OHOS::AppExecFwk::FormShareMgr
/ohos5.0/base/startup/appspawn/standard/
H A Dappspawn_service.c880 SendResponse(connection, &message->msgHeader, ret, 0); in ProcessSpawnReqMsg()
912 SendResponse(connection, &message->msgHeader, ret, 0); in ProcessSpawnReqMsg()
918 SendResponse(connection, &message->msgHeader, ret, 0); in ProcessSpawnReqMsg()
1358 SendResponse(connection, msg, APPSPAWN_DEBUG_MODE_NOT_SUPPORT, 0); in ProcessBegetCmdMsg()
1364 SendResponse(connection, msg, APPSPAWN_DEBUG_MODE_NOT_SUPPORT, 0); in ProcessBegetCmdMsg()
1456 SendResponse(connection, &message->msgHeader, APPSPAWN_MSG_INVALID, 0); in ProcessSpawnRestartMsg()
1463 SendResponse(connection, &message->msgHeader, 0, 0); in ProcessSpawnRestartMsg()
1597 SendResponse(connection, msg, 0, 0); in ProcessRecvMsg()
1611 SendResponse(connection, msg, ret, 0); in ProcessRecvMsg()
1618 SendResponse(connection, msg, ret, 0); in ProcessRecvMsg()
[all …]
/ohos5.0/base/telephony/core_service/services/sim/src/
H A Dicc_file_controller.cpp104 SendResponse(rcvMsg->controlHolder, &(rcvMsg->fileData)); in ProcessRecordSize()
112 SendResponse(rcvMsg->controlHolder, &(rcvMsg->fileData)); in ProcessRecordSize()
154 SendResponse(rcvMsg->controlHolder, &(rcvMsg->fileData)); in ProcessBinarySize()
162 SendResponse(rcvMsg->controlHolder, &(rcvMsg->fileData)); in ProcessBinarySize()
227 SendResponse(rcvMsg->controlHolder, &(rcvMsg->fileData)); in ProcessReadRecord()
239 SendResponse(rcvMsg->controlHolder, &(rcvMsg->fileData)); in ProcessReadBinary()
449 void IccFileController::SendResponse(std::shared_ptr<IccControllerHolder> holder, const IccFileData… in SendResponse() function in OHOS::Telephony::IccFileController
/ohos5.0/base/request/request/services/src/service/client/
H A Dmanager.rs90 ClientEvent::SendResponse(tid, version, status_code, reason, headers) => { in run()
93 if let Err(err) = tx.send(ClientEvent::SendResponse( in run()
H A Dmod.rs41 SendResponse(u32, String, u32, String, Headers), enumerator
129 let event = ClientEvent::SendResponse(tid, version, status_code, reason, headers); in send_response()
195 ClientEvent::SendResponse(tid, version, status_code, reason, headers) => { in run()
/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/include/
H A Dnapi_bluetooth_gatt_server.h39 static napi_value SendResponse(napi_env env, napi_callback_info info);
/ohos5.0/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_gatt_server.h262 int SendResponse(
/ohos5.0/foundation/communication/nfc/frameworks/js/napi/cardEmulation/
H A Dnfc_napi_hce_adapter.h48 static napi_value SendResponse(napi_env env, napi_callback_info cbinfo);
H A Dnfc_napi_hce_adapter.cpp93 DECLARE_NAPI_FUNCTION("sendResponse", NfcNapiHceAdapter::SendResponse), in Init()
514 napi_value NfcNapiHceAdapter::SendResponse(napi_env env, napi_callback_info cbinfo) in SendResponse() function in OHOS::NFC::KITS::NfcNapiHceAdapter
/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/src/ble/
H A Dnapi_bluetooth_gatt_server.cpp63 DECLARE_NAPI_FUNCTION("sendResponse", SendResponse), in DefineGattServerJSClass()
276 napi_value NapiGattServer::SendResponse(napi_env env, napi_callback_info info) in SendResponse() function in OHOS::Bluetooth::NapiGattServer
286 …int ret = server->SendResponse(remoteDevice, rsp.transId, rsp.status, rsp.offset, rsp.value.data(), in SendResponse()
/ohos5.0/foundation/ability/form_fwk/services/include/
H A Dform_share_mgr.h132 void SendResponse(int64_t requestCode, int32_t result);
/ohos5.0/base/useriam/user_auth_framework/services/remote_connect/inc/
H A Dsoft_bus_base_socket.h53 ResultCode SendResponse(const int32_t socketId, const std::string &connectionName,
/ohos5.0/base/useriam/user_auth_framework/services/remote_connect/src/
H A Dsoft_bus_base_socket.cpp235 ResultCode BaseSocket::SendResponse(const int32_t socketId, const std::string &connectionName, in SendResponse() function in OHOS::UserIam::UserAuth::BaseSocket
371 SendResponse(socketId, connectionName, destEndPoint, srcEndPoint, response, messageSeq); in ProcDataReceive()
/ohos5.0/foundation/communication/netstack/frameworks/cj/http/include/
H A Dnet_http_request_context.h135 void SendResponse();
/ohos5.0/base/telephony/core_service/services/sim/include/
H A Dicc_file_controller.h71 void SendResponse(std::shared_ptr<IccControllerHolder> holder, const IccFileData *fd);
/ohos5.0/foundation/communication/bluetooth_service/test/unittest/gatt/
H A Dgatt_server_test.cpp202 int ret = server.SendResponse(deviceBle_,
/ohos5.0/base/startup/appspawn/test/unittest/
H A Dapp_spawn_test_helper.h224 int SendResponse(const AppSpawnMsg *msg, int result, pid_t pid);
/ohos5.0/foundation/ability/form_fwk/test/unittest/fms_form_provider_data_new_leg_test/
H A Dfms_form_provider_data_new_leg_test.cpp457 formShareMgr.SendResponse(requestCode, result);
474 formShareMgr.SendResponse(requestCode, result);
/ohos5.0/base/useriam/user_auth_framework/test/fuzztest/services/softbus_fuzzer/
H A Dsoft_bus_fuzzer.cpp101 …clientSocket->SendResponse(socketId, connectionName, srcEndPoint, destEndPoint, attributes, messag… in FuzzSoftBusBaseSocketFisrst()
/ohos5.0/foundation/communication/netstack/frameworks/cj/http/src/
H A Dnet_http_client_exec.cpp116 context->SendResponse(); in ExecRequest()
279 context->SendResponse(); in HandleCurlData()
H A Dnet_http_request_context.cpp509 void RequestContext::SendResponse() in SendResponse() function in OHOS::NetStack::Http::RequestContext

12