Searched defs:transaction (Results 1 - 25 of 38) sorted by relevance

12

/external/nist-sip/java/gov/nist/javax/sip/
H A DEventWrapper.java37 protected SIPTransaction transaction; field in class:EventWrapper
39 EventWrapper(EventObject sipEvent, SIPTransaction transaction) { argument
41 this.transaction = transaction;
H A DDialogFilter.java106 * @param transaction
109 SIPServerTransaction transaction) {
120 sipStack.addTransactionPendingAck(transaction);
122 transaction.sendResponse(sipResponse);
123 transaction.releaseSem();
126 transaction.releaseSem();
127 sipStack.removeTransaction(transaction);
135 * @param transaction
139 private void sendBadRequestResponse(SIPRequest sipRequest, SIPServerTransaction transaction, argument
150 sipStack.addTransactionPendingAck(transaction);
108 sendRequestPendingResponse(SIPRequest sipRequest, SIPServerTransaction transaction) argument
169 sendCallOrTransactionDoesNotExistResponse(SIPRequest sipRequest, SIPServerTransaction transaction) argument
201 sendLoopDetectedResponse(SIPRequest sipRequest, SIPServerTransaction transaction) argument
228 sendServerInternalErrorResponse(SIPRequest sipRequest, SIPServerTransaction transaction) argument
[all...]
H A DSipProviderImpl.java168 public void handleEvent(EventObject sipEvent, SIPTransaction transaction) { argument
172 + transaction + "this.sipListener = "
185 EventWrapper eventWrapper = new EventWrapper(sipEvent, transaction);
286 throw new TransactionUnavailableException ("Cannot create client transaction for " + Request.ACK);
338 "could not find existing transaction for "
349 "Cannot resolve next hop -- transaction unavailable");
352 "Cannot resolve next hop -- transaction unavailable", ex);
370 // client transaction.
407 // create a new dialog to contain this transaction
457 SIPServerTransaction transaction
822 getNewDialog(Transaction transaction) argument
[all...]
/external/guice/extensions/persist/lib/
H A Djta.jar ... abstract javax.transaction.Transaction getTransaction () throws javax.transaction.SystemException public abstract void resume (javax.transaction. ...
H A Dhibernate-entitymanager.jar ... Session) public void beforeCompletion () org.hibernate.ejb.transaction.JoinableCMTTransaction joinable javax.transaction.Transaction transaction javax ...
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowDialogFragment.java30 public int show(FragmentTransaction transaction, String tag) { argument
31 show(((TestFragmentTransaction)transaction).getManager(), tag);
/external/webrtc/webrtc/base/
H A Dhttpserver_unittest.cc26 HttpServerTransaction* transaction; member in struct:rtc::__anon24358::HttpServerMonitor
30 : transaction(NULL), server_closed(false), connection_closed(false) {
40 ASSERT_FALSE(transaction);
41 transaction = t;
42 transaction->response.set_success();
43 transaction->response.setHeader(HH_CONNECTION, "Close");
46 ASSERT_EQ(transaction, t);
47 transaction = NULL;
65 EXPECT_FALSE(monitor.transaction);
81 ASSERT_TRUE(NULL != monitor.transaction);
[all...]
H A Dhttpclient.h64 HttpTransaction* transaction = NULL);
104 HttpTransaction* transaction() { return transaction_; } function in class:rtc::HttpClient
105 const HttpTransaction* transaction() const { return transaction_; } function in class:rtc::HttpClient
188 HttpTransaction* transaction = NULL);
H A Dhttpserver.cc55 HttpServer::Respond(HttpServerTransaction* transaction) { argument
56 int connection_id = transaction->connection_id();
58 connection->Respond(transaction);
60 delete transaction;
126 // It's possible that an object hosted inside this transaction signalled
148 HttpServer::Connection::Respond(HttpServerTransaction* transaction) { argument
150 current_ = transaction;
210 HttpServerTransaction* transaction = current_; local
212 server_->SignalHttpRequest(server_, transaction);
H A Dhttpclient.cc268 HttpTransaction* transaction)
270 transaction_(transaction), free_transaction_(false),
824 HttpTransaction* transaction)
826 HttpClient(agent, NULL, transaction) {
267 HttpClient(const std::string& agent, StreamPool* pool, HttpTransaction* transaction) argument
822 HttpClientDefault(SocketFactory* factory, const std::string& agent, HttpTransaction* transaction) argument
/external/nist-sip/java/javax/sip/
H A DSipProvider.java41 Dialog getNewDialog(Transaction transaction) throws SipException; argument
/external/autotest/contrib/
H A Ddb_cleanup.py17 from django.db import connections, transaction namespace
209 transaction.commit_unless_managed(using='default')
/external/autotest/database/
H A Ddatabase_connection.py117 from django.db import backend, connection, transaction namespace
121 self._django_transaction = transaction
/external/autotest/scheduler/shard/
H A Dshard_client.py28 from django.db import transaction namespace
130 with transaction.commit_on_success():
/external/e2fsprogs/debugfs/
H A Drevoke.c20 * transaction's revoked blocks to the journal
22 * + Recovery: during recovery we record the transaction ID of all
29 * single transaction:
33 * cancel the revoke before the transaction commits.
40 * in the current transaction, so any revoke for that block in the
41 * transaction must have happened after the block was journaled and so
50 * We cache revoke status of a buffer in the current transaction in b_states
65 * running transaction (is pointed to by journal->j_revoke), the other one
66 * belongs to the committing transaction. Accesses to the second hash table
69 * running and which to the committing transaction i
533 journal_write_revoke_records(journal_t *journal, transaction_t *transaction, struct list_head *log_bufs, int write_op) argument
576 write_one_revoke_record(journal_t *journal, transaction_t *transaction, struct list_head *log_bufs, struct buffer_head **descriptorp, int *offsetp, struct jbd2_revoke_record_s *record, int write_op) argument
[all...]
H A Dlogdump.c349 tid_t transaction; local
393 transaction = be32_to_cpu(jsb->s_sequence);
396 fprintf(out_file, "Journal starts at block %u, transaction %u\n",
397 blocknr, transaction);
426 if (sequence != transaction) {
429 sequence, transaction, blocknr);
445 transaction);
449 transaction++;
457 transaction);
493 tid_t transaction)
488 dump_descriptor_block(FILE *out_file, struct journal_source *source, char *buf, journal_superblock_t *jsb, unsigned int *blockp, int blocksize, tid_t transaction) argument
548 dump_revoke_block(FILE *out_file, char *buf, journal_superblock_t *jsb EXT2FS_ATTR((unused)), unsigned int blocknr, int blocksize EXT2FS_ATTR((unused)), tid_t transaction) argument
606 dump_metadata_block(FILE *out_file, struct journal_source *source, journal_superblock_t *jsb EXT2FS_ATTR((unused)), unsigned int log_blocknr, unsigned int fs_blocknr, unsigned int log_tag_flags, int blocksize, tid_t transaction) argument
[all...]
/external/e2fsprogs/e2fsck/
H A Drevoke.c20 * transaction's revoked blocks to the journal
22 * + Recovery: during recovery we record the transaction ID of all
29 * single transaction:
33 * cancel the revoke before the transaction commits.
40 * in the current transaction, so any revoke for that block in the
41 * transaction must have happened after the block was journaled and so
50 * We cache revoke status of a buffer in the current transaction in b_states
65 * running transaction (is pointed to by journal->j_revoke), the other one
66 * belongs to the committing transaction. Accesses to the second hash table
69 * running and which to the committing transaction i
533 journal_write_revoke_records(journal_t *journal, transaction_t *transaction, struct list_head *log_bufs, int write_op) argument
576 write_one_revoke_record(journal_t *journal, transaction_t *transaction, struct list_head *log_bufs, struct buffer_head **descriptorp, int *offsetp, struct jbd2_revoke_record_s *record, int write_op) argument
[all...]
/external/nist-sip/java/gov/nist/javax/sip/message/
H A DSIPRequest.java771 * value of CANCEL. This allows it to be identified and processed as a transaction in its
905 * The ACK request constructed by the client transaction MUST contain values for the
907 * the request passed to the transport by the client transaction (call this the "original
969 * to true if you are the server of the transaction and are generating a BYE request).
1059 * INVITE client transaction.
1131 // Return an opaque pointer to the transaction object.
1139 * @param transaction
1141 public void setTransaction(Object transaction) { argument
1142 this.transactionPointer = transaction;
/external/selinux/python/semanage/
H A Dseobject.py237 transaction = False variable in class:semanageRecords
265 if not semanageRecords.transaction and store != "":
295 if semanageRecords.transaction:
296 raise ValueError(_("Semanage transaction already in progress"))
298 semanageRecords.transaction = True
301 if semanageRecords.transaction:
305 raise ValueError(_("Could not start semanage transaction"))
311 if semanageRecords.transaction:
318 raise ValueError(_("Could not commit semanage transaction"))
322 if not semanageRecords.transaction
[all...]
/external/autotest/frontend/afe/
H A Dmodel_logic.py9 from django.db import transaction namespace
1142 @transaction.commit_on_success
/external/wpa_supplicant_8/hostapd/src/utils/
H A Dpcsc_funcs.c529 int transaction = 0; local
626 wpa_printf(MSG_DEBUG, "SCARD: Could not begin transaction: "
630 transaction = 1;
697 wpa_printf(MSG_DEBUG, "SCARD: Could not end transaction: "
704 if (transaction)
/external/wpa_supplicant_8/src/utils/
H A Dpcsc_funcs.c529 int transaction = 0; local
626 wpa_printf(MSG_DEBUG, "SCARD: Could not begin transaction: "
630 transaction = 1;
697 wpa_printf(MSG_DEBUG, "SCARD: Could not end transaction: "
704 if (transaction)
/external/wpa_supplicant_8/wpa_supplicant/src/utils/
H A Dpcsc_funcs.c529 int transaction = 0; local
626 wpa_printf(MSG_DEBUG, "SCARD: Could not begin transaction: "
630 transaction = 1;
697 wpa_printf(MSG_DEBUG, "SCARD: Could not end transaction: "
704 if (transaction)
/external/nist-sip/java/gov/nist/javax/sip/stack/
H A DSIPDialog.java263 // We store here the useful data from the first transaction without having to
264 // keep the whole transaction object for the duration of the dialog. It also
389 SIPServerTransaction transaction; field in class:SIPDialog.DialogTimerTask
391 public DialogTimerTask(SIPServerTransaction transaction) { argument
392 this.transaction = transaction;
403 SIPServerTransaction transaction = this.transaction;
418 if (transaction != null
419 && transaction
568 SIPDialog(SIPTransaction transaction) argument
601 SIPDialog(SIPClientTransaction transaction, SIPResponse sipResponse) argument
1449 storeFirstTransactionInfo(SIPDialog dialog, SIPTransaction transaction) argument
1476 addTransaction(SIPTransaction transaction) argument
2268 startTimer(SIPServerTransaction transaction) argument
2551 setLastResponse(SIPTransaction transaction, SIPResponse sipResponse) argument
[all...]
H A DSIPTransactionStack.java150 // Hiwater mark for client transaction table. These defaults can be
333 // Set to true if the client CANCEL transaction should be checked before sending
359 // is not tracked. If you want to track the original transaction you need to specify
452 // Create the transaction collections
564 * Retrieve a transaction from our table of transactions with pending retransmission alerts.
567 * @return -- the RetransmissionAlert enabled transaction corresponding to the given dialog
623 * Create a dialog and add this transaction to it.
625 * @param transaction -- tx to add to the dialog.
628 public SIPDialog createDialog(SIPTransaction transaction) { argument
632 if (transaction instanceo
662 createDialog(SIPClientTransaction transaction, SIPResponse sipResponse) argument
1125 mapTransaction(SIPServerTransaction transaction) argument
[all...]

Completed in 1614 milliseconds

12