/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/obex/ |
H A D | obex_server.cpp | 119 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 D | obex_session.cpp | 47 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 D | obex_mp_server.cpp | 92 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 D | obex_session.h | 359 int SendResponse(ObexHeader &resp) const;
|
/ohos5.0/foundation/ability/form_fwk/services/src/ |
H A D | form_share_mgr.cpp | 437 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 D | appspawn_service.c | 880 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 D | icc_file_controller.cpp | 104 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 D | manager.rs | 90 ClientEvent::SendResponse(tid, version, status_code, reason, headers) => { in run() 93 if let Err(err) = tx.send(ClientEvent::SendResponse( in run()
|
H A D | mod.rs | 41 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 D | napi_bluetooth_gatt_server.h | 39 static napi_value SendResponse(napi_env env, napi_callback_info info);
|
/ohos5.0/foundation/communication/bluetooth/interfaces/inner_api/include/ |
H A D | bluetooth_gatt_server.h | 262 int SendResponse(
|
/ohos5.0/foundation/communication/nfc/frameworks/js/napi/cardEmulation/ |
H A D | nfc_napi_hce_adapter.h | 48 static napi_value SendResponse(napi_env env, napi_callback_info cbinfo);
|
H A D | nfc_napi_hce_adapter.cpp | 93 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 D | napi_bluetooth_gatt_server.cpp | 63 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 D | form_share_mgr.h | 132 void SendResponse(int64_t requestCode, int32_t result);
|
/ohos5.0/base/useriam/user_auth_framework/services/remote_connect/inc/ |
H A D | soft_bus_base_socket.h | 53 ResultCode SendResponse(const int32_t socketId, const std::string &connectionName,
|
/ohos5.0/base/useriam/user_auth_framework/services/remote_connect/src/ |
H A D | soft_bus_base_socket.cpp | 235 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 D | net_http_request_context.h | 135 void SendResponse();
|
/ohos5.0/base/telephony/core_service/services/sim/include/ |
H A D | icc_file_controller.h | 71 void SendResponse(std::shared_ptr<IccControllerHolder> holder, const IccFileData *fd);
|
/ohos5.0/foundation/communication/bluetooth_service/test/unittest/gatt/ |
H A D | gatt_server_test.cpp | 202 int ret = server.SendResponse(deviceBle_,
|
/ohos5.0/base/startup/appspawn/test/unittest/ |
H A D | app_spawn_test_helper.h | 224 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 D | fms_form_provider_data_new_leg_test.cpp | 457 formShareMgr.SendResponse(requestCode, result); 474 formShareMgr.SendResponse(requestCode, result);
|
/ohos5.0/base/useriam/user_auth_framework/test/fuzztest/services/softbus_fuzzer/ |
H A D | soft_bus_fuzzer.cpp | 101 …clientSocket->SendResponse(socketId, connectionName, srcEndPoint, destEndPoint, attributes, messag… in FuzzSoftBusBaseSocketFisrst()
|
/ohos5.0/foundation/communication/netstack/frameworks/cj/http/src/ |
H A D | net_http_client_exec.cpp | 116 context->SendResponse(); in ExecRequest() 279 context->SendResponse(); in HandleCurlData()
|
H A D | net_http_request_context.cpp | 509 void RequestContext::SendResponse() in SendResponse() function in OHOS::NetStack::Http::RequestContext
|