Home
last modified time | relevance | path

Searched refs:SendResponse (Results 1 - 14 of 14) sorted by relevance

/base/startup/init/test/systest/
H A Dloopserver_systest.c415 static int SendResponse(const MyTask *task, const Message *msg, int result, pid_t pid) in SendResponse() function
417 printf("SendResponse connectionId: %u result: 0x%x pid: %d \n", in SendResponse()
487 SendResponse(task, &message->msgHeader, ret, 0); in ProcessReqMsg()
606 SendResponse(task, msg, DEBUG_MODE_NOT_SUPPORT, 0); in ProcessBegetMsg()
630 SendResponse(task, msg, ret == 0 ? result.result : ret, result.pid); in ProcessRecvMsg()
639 SendResponse(task, msg, 0, 0); in ProcessRecvMsg()
647 SendResponse(task, msg, MIN_TIME, MAX_TIME); in ProcessRecvMsg()
652 SendResponse(task, msg, ret, 0); in ProcessRecvMsg()
658 SendResponse(task, msg, MSG_INVALID, 0); in ProcessRecvMsg()
/base/startup/appspawn/standard/
H A Dappspawn_service.c272 static int SendResponse(const AppSpawnConnection *connection, const AppSpawnMsg *msg, int result, pid_t pid) in SendResponse() function
274 APPSPAWN_LOGV("SendResponse connectionId: %{public}u result: 0x%{public}x pid: %{public}d", in SendResponse()
888 SendResponse(connection, &message->msgHeader, ret, 0); in ProcessSpawnReqMsg()
903 SendResponse(connection, &message->msgHeader, APPSPAWN_SYSTEM_ERROR, 0); in ProcessSpawnReqMsg()
920 SendResponse(connection, &message->msgHeader, ret, 0); in ProcessSpawnReqMsg()
926 SendResponse(connection, &message->msgHeader, ret, 0); in ProcessSpawnReqMsg()
948 SendResponse(property->message->connection, &property->message->msgHeader, APPSPAWN_CHILD_CRASH, 0); in WaitChildDied()
969 SendResponse(property->message->connection, &property->message->msgHeader, APPSPAWN_SPAWN_TIMEOUT, 0); in WaitChildTimeout()
982 SendResponse(property->message->connection, &property->message->msgHeader, result, property->pid); in ProcessChildFdCheck()
1035 SendResponse(propert in ProcessChildResponse()
[all...]
/base/request/request/services/src/service/client/
H A Dmanager.rs90 ClientEvent::SendResponse(tid, version, status_code, reason, headers) => {
93 if let Err(err) = tx.send(ClientEvent::SendResponse(
H A Dmod.rs41 SendResponse(u32, String, u32, String, Headers),
129 let event = ClientEvent::SendResponse(tid, version, status_code, reason, headers);
195 ClientEvent::SendResponse(tid, version, status_code, reason, headers) => {
/base/useriam/user_auth_framework/services/remote_connect/inc/
H A Dsoft_bus_base_socket.h54 ResultCode SendResponse(const int32_t socketId, const std::string &connectionName,
/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 *fd) in SendResponse() function in OHOS::Telephony::IccFileController
452 TELEPHONY_LOGE("IccFileController::SendResponse result is null"); in SendResponse()
467 TELEPHONY_LOGD("IccFileController::SendResponse start response %{public}d %{public}d", isNull, needShare); in SendResponse()
475 TELEPHONY_LOGE("IccFileController::SendResponse creat in SendResponse()
[all...]
/base/telephony/core_service/services/sim/include/
H A Dicc_file_controller.h71 void SendResponse(std::shared_ptr<IccControllerHolder> holder, const IccFileData *fd);
/base/startup/appspawn/test/unittest/
H A Dapp_spawn_test_helper.h224 int SendResponse(const AppSpawnMsg *msg, int result, pid_t pid);
H A Dapp_spawn_test_helper.cpp386 int TestConnection::SendResponse(const AppSpawnMsg *msg, int result, pid_t pid) in SendResponse() function in OHOS::TestConnection
388 APPSPAWN_LOGV("SendResponse result: %{public}d pid: %{public}d", result, pid); in SendResponse()
/base/useriam/user_auth_framework/services/remote_connect/src/
H A Dsoft_bus_base_socket.cpp255 ResultCode BaseSocket::SendResponse(const int32_t socketId, const std::string &connectionName, in SendResponse() function in OHOS::UserIam::UserAuth::BaseSocket
286 IAM_LOGI("SendResponse success."); in SendResponse()
398 SendResponse(socketId, connectionName, destEndPoint, srcEndPoint, response, messageSeq); in ProcDataReceive()
/base/useriam/user_auth_framework/test/fuzztest/services/softbus_fuzzer/
H A Dsoft_bus_fuzzer.cpp101 clientSocket->SendResponse(socketId, connectionName, srcEndPoint, destEndPoint, attributes, messageSeq); in FuzzSoftBusBaseSocketFisrst()
/base/request/request/services/src/manage/
H A Dnotifier.rs153 let ClientEvent::SendResponse(tid, version, status_code, reason, headers) = info else { in ut_notify_progress()
/base/startup/appspawn/test/unittest/app_spawn_client_test/
H A Dapp_spawn_client_test.cpp89 connection->SendResponse( in HWTEST_F()
/base/telephony/core_service/test/unittest/core_service_gtest/
H A Dzero_branch_test_sim_ril.cpp930 iccFileController->SendResponse(holder, fd); in HWTEST_F()

Completed in 15 milliseconds