HomeSort by relevance Sort by last modified time
    Searched full:request_id (Results 51 - 75 of 139) sorted by null

1 23 4 5 6

  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/ec2/autoscale/
limits.py 38 self.request_id = value
  /hardware/qcom/wlan/qcwcn/wifi_hal/
gscan_event_handler.h 71 virtual void set_request_id(int request_id);
wifilogger_event_defs.h 370 u32 request_id; member in struct:__anon34352
376 u32 request_id; member in struct:__anon34353
388 u32 request_id; member in struct:__anon34354
425 u32 request_id; member in struct:__anon34357
rssi_monitor.cpp 125 /* If event has a different request_id, ignore that and use the
126 * request_id value which we're maintaining.
  /system/bt/service/common/bluetooth/binder/
IBluetoothGattServer.cpp 129 int request_id = data.readInt32(); local
138 server_if, device_address, request_id, status, offset, *value);
287 int request_id,
295 data.writeInt32(request_id);
IBluetoothGattServer.h 82 int request_id,
143 int request_id,
  /system/bt/service/
gatt_server.cpp 299 const std::string& device_address, int request_id,
304 << " request_id: " << request_id
320 // Find the correct connection ID for |device_address| and |request_id|.
329 if (tmp->request_id_to_handle.find(request_id) ==
337 LOG(ERROR) << "Pending request with ID " << request_id
347 int handle = connection->request_id_to_handle[request_id];
358 connection->conn_id, request_id, error, &response);
364 connection->request_id_to_handle.erase(request_id);
909 int conn_id, const bt_bdaddr_t& bda, int request_id) {
    [all...]
  /system/webservd/webservd/
dbus_protocol_handler.cc 201 Request* DBusProtocolHandler::GetRequest(const std::string& request_id,
203 Request* request = protocol_handler_->GetRequest(request_id);
210 request_id.c_str());
dbus_protocol_handler.h 105 // Looks up a request with |request_id|.
107 Request* GetRequest(const std::string& request_id, brillo::ErrorPtr* error);
  /packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
MissedCallNotifierImplTest.java 72 private static final int REQUEST_ID = 0;
305 assertNotNull(PendingIntent.getBroadcast(mContext, REQUEST_ID,
307 assertNotNull(PendingIntent.getBroadcast(mContext, REQUEST_ID,
340 assertNotNull(PendingIntent.getBroadcast(mContext, REQUEST_ID,
342 assertNull(PendingIntent.getBroadcast(mContext, REQUEST_ID,
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/
exception.py 83 self.request_id = None
102 self.request_id = self.body.get('RequestId', None)
122 self.request_id = parsed['RequestId']
163 self.request_id = value
173 self.request_id = None
351 self.request_id = value
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
winsnmp.h 251 HSNMP_PDU WINAPI SnmpCreatePdu(HSNMP_SESSION session,smiINT PDU_type,smiINT32 request_id,smiINT error_status,smiINT error_index,HSNMP_VBL varbindlist);
252 SNMPAPI_STATUS WINAPI SnmpGetPduData(HSNMP_PDU PDU,smiLPINT PDU_type,smiLPINT32 request_id,smiLPINT error_status,smiLPINT error_index,LPHSNMP_VBL varbindlist);
253 SNMPAPI_STATUS WINAPI SnmpSetPduData(HSNMP_PDU PDU,const smiINT *PDU_type,const smiINT32 *request_id,const smiINT *non_repeaters,const smiINT *max_repetitions,const HSNMP_VBL *varbindlist);
  /system/webservd/libwebserv/
dbus_server.cc 58 std::string request_id = std::get<2>(in_request_info); local
90 request_id, local
101 request_id,
response_impl.h 57 const std::string& request_id);
request.cc 27 const std::string& request_id,
33 request_id_{request_id},
  /external/kernel-headers/original/uapi/linux/
atmmpc.h 28 __u32 request_id; member in struct:in_ctrl_info
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
atmmpc.h 28 __u32 request_id; member in struct:in_ctrl_info
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
atmmpc.h 28 __u32 request_id; member in struct:in_ctrl_info
  /system/webservd/libwebserv/dbus_bindings/
org.chromium.WebServer.RequestHandler.dbus-xml 17 - (s) request_id - unique ID of this request within the
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/
test_exception.py 30 self.assertEqual(bse.request_id, '093f80d0-4473-11e1-9234-edce8ec08e2d')
94 self.assertEqual(s3ce.request_id, 'FF8B86A32CC3FE4F')
  /system/bt/service/doc/
IBluetoothGattServer.txt 91 * a unique |request_id| which must be passed to this method along with the
99 in int request_id, in int status,
  /external/avahi/avahi-compat-howl/include/corby/
orb.h 87 sw_uint32 request_id,
  /device/moto/shamu/camera/QCamera2/HAL3/
QCamera3HWI.h 164 nsecs_t timestamp, int32_t request_id,
278 int32_t request_id; member in struct:qcamera::QCamera3HardwareInterface::__anon5379
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/sdb/
item.py 51 self.request_id = None
96 self.request_id = value
  /external/libbrillo/brillo/http/
http_request_unittest.cc 160 [this, &resp_data](RequestID request_id, std::unique_ptr<Response> resp) {
161 EXPECT_EQ(23, request_id);

Completed in 978 milliseconds

1 23 4 5 6