Home
last modified time | relevance | path

Searched defs:request_id (Results 1 – 12 of 12) sorted by relevance

/system/iorap/src/binder/
Diiorap_impl.cc128 void ReplyWithResult(const RequestId& request_id, TaskResult::State result_state) { in ReplyWithResult()
151 void ReplyWithResult(const RequestId& request_id, bool completed, TaskResult result) { in ReplyWithResult()
171 bool OnAppLaunchEvent(const RequestId& request_id, in OnAppLaunchEvent()
180 bool OnDexOptEvent(const RequestId& request_id, const DexOptEvent& event) { in OnDexOptEvent()
188 bool OnJobScheduledEvent(const RequestId& request_id, in OnJobScheduledEvent()
263 void HandleFakeBehavior(const RequestId& request_id) { in HandleFakeBehavior()
273 bool MaybeHandleFakeBehavior(const RequestId& request_id) { in MaybeHandleFakeBehavior()
389 #define MAYBE_HAVE_FAKE_BEHAVIOR(self, request_id) \ argument
395 const RequestId& request_id, in SendArgs()
418 const RequestId& request_id, in SendArgs()
[all …]
/system/bt/service/common/android/bluetooth/
DIBluetoothGattServerCallback.aidl27 int request_id, int offset, boolean is_long, int handle); in OnCharacteristicReadRequest()
30 int request_id, int offset, boolean is_long, int handle); in OnDescriptorReadRequest()
33 int request_id, int offset, boolean is_prepare_write, boolean need_response, in OnCharacteristicWriteRequest()
37 int request_id, int offset, boolean is_prepare_write, boolean need_response, in OnDescriptorWriteRequest()
41 int request_id, boolean is_execute); in OnExecuteWriteRequest()
DIBluetoothGattServer.aidl34 int request_id, in SendResponse()
/system/iorap/src/manager/
Devent_manager.h50 …virtual void OnProgress(iorap::binder::RequestId request_id, iorap::binder::TaskResult task_result… in OnProgress()
51 …virtual void OnComplete(iorap::binder::RequestId request_id, iorap::binder::TaskResult task_result… in OnComplete()
Devent_manager.cc967 bool OnAppLaunchEvent(RequestId request_id, in OnAppLaunchEvent()
997 bool OnDexOptEvent(RequestId request_id, in OnDexOptEvent()
1011 bool OnJobScheduledEvent(RequestId request_id, in OnJobScheduledEvent()
1205 void NotifyComplete(RequestId request_id, TaskResult result) { in NotifyComplete()
1214 void NotifyProgress(RequestId request_id, TaskResult result) { in NotifyProgress()
1366 bool EventManager::OnAppLaunchEvent(RequestId request_id, in OnAppLaunchEvent()
1371 bool EventManager::OnDexOptEvent(RequestId request_id, in OnDexOptEvent()
1376 bool EventManager::OnJobScheduledEvent(RequestId request_id, in OnJobScheduledEvent()
/system/iorap/include/binder/
Drequest_id.h27 int64_t request_id; member
/system/bt/service/ipc/binder/
Dbluetooth_gatt_server_binder_server.cc111 int server_id, const String16& device_address, int request_id, int status, in SendResponse()
178 int request_id, int offset, bool is_long, uint16_t handle) { in OnCharacteristicReadRequest()
195 int request_id, int offset, bool is_long, uint16_t handle) { in OnDescriptorReadRequest()
241 int request_id, int offset, bool is_prepare_write, bool need_response, in OnCharacteristicWriteRequest()
259 int request_id, int offset, bool is_prepare_write, bool need_response, in OnDescriptorWriteRequest()
277 int request_id, bool is_execute) { in OnExecuteWriteRequest()
/system/bt/service/example/heart_rate/
Dheart_rate_server.cc314 const String16& device_address, int request_id, int offset, in OnCharacteristicReadRequest()
336 int request_id, int offset, in OnDescriptorReadRequest()
370 const String16& device_address, int request_id, int offset, in OnCharacteristicWriteRequest()
413 const String16& device_address, int request_id, int offset, in OnDescriptorWriteRequest()
464 int request_id, in OnExecuteWriteRequest()
/system/update_engine/cros/
Dchrome_browser_proxy_resolver.cc53 ProxyRequestId request_id, in OnGetChromeProxyServers()
Domaha_request_builder_xml_unittest.cc149 const string request_id = in TEST_F() local
/system/bt/service/test/
Dgatt_server_unittest.cc85 int request_id, int offset, bool is_long, in OnCharacteristicReadRequest()
98 int request_id, int offset, bool is_long, in OnDescriptorReadRequest()
111 int request_id, int offset, in OnCharacteristicWriteRequest()
128 int request_id, int offset, in OnDescriptorWriteRequest()
144 const std::string& device_address, int request_id, in OnExecuteWriteRequest()
/system/bt/service/
Dgatt_server.cc106 bool GattServer::SendResponse(const std::string& device_address, int request_id, in SendResponse()
544 int conn_id, const RawAddress& bda, int request_id) { in GetConnection()