Home
last modified time | relevance | path

Searched defs:SendResponse (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/base/request/request/services/src/service/client/
H A Dmod.rs41 SendResponse(u32, String, u32, String, Headers), enumerator
/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
/ohos5.0/foundation/ability/form_fwk/services/src/
H A Dform_share_mgr.cpp493 void FormShareMgr::SendResponse(int64_t requestCode, int32_t result) in SendResponse() function in OHOS::AppExecFwk::FormShareMgr
/ohos5.0/foundation/communication/netstack/frameworks/cj/http/src/
H A Dnet_http_request_context.cpp509 void RequestContext::SendResponse() in SendResponse() function in OHOS::NetStack::Http::RequestContext
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/obex/
H A Dobex_session.cpp50 int ObexServerSession::SendResponse(ObexHeader &resp) const in SendResponse() function in OHOS::bluetooth::ObexServerSession
/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/src/ble/
H A Dnapi_bluetooth_gatt_server.cpp276 napi_value NapiGattServer::SendResponse(napi_env env, napi_callback_info info) in SendResponse() function in OHOS::Bluetooth::NapiGattServer
/ohos5.0/foundation/communication/nfc/frameworks/js/napi/cardEmulation/
H A Dnfc_napi_hce_adapter.cpp514 napi_value NfcNapiHceAdapter::SendResponse(napi_env env, napi_callback_info cbinfo) in SendResponse() function in OHOS::NFC::KITS::NfcNapiHceAdapter
/ohos5.0/base/startup/appspawn/test/unittest/
H A Dapp_spawn_test_helper.cpp386 int TestConnection::SendResponse(const AppSpawnMsg *msg, int result, pid_t pid) in SendResponse() function in OHOS::TestConnection
/ohos5.0/base/telephony/core_service/services/sim/src/
H A Dicc_file_controller.cpp449 void IccFileController::SendResponse(std::shared_ptr<IccControllerHolder> holder, const IccFileData… in SendResponse() function in OHOS::Telephony::IccFileController
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_gatt_server.cpp781 int GattServer::SendResponse( in SendResponse() function in OHOS::Bluetooth::GattServer
/ohos5.0/base/startup/appspawn/standard/
H A Dappspawn_service.c263 static int SendResponse(const AppSpawnConnection *connection, const AppSpawnMsg *msg, int result, p… in SendResponse() function