Searched refs:RequestId (Results 1 – 9 of 9) sorted by relevance
/system/iorap/include/binder/ |
D | request_id.h | 26 struct RequestId : public AutoParcelable<RequestId> { struct 30 IORAP_INTROSPECT_ADAPT_STRUCT(RequestId, request_id); argument 34 IORAP_JAVA_NAMESPACE_BINDER_TYPEDEF(RequestId)
|
/system/iorap/binder/com/google/android/startop/iorap/ |
D | IIorap.aidl | 26 import com.google.android.startop.iorap.RequestId; 111 void onAppLaunchEvent(in RequestId request, in AppLaunchEvent event); in onAppLaunchEvent() 112 void onPackageEvent(in RequestId request, in PackageEvent event); in onPackageEvent() 113 void onAppIntentEvent(in RequestId request, in AppIntentEvent event); in onAppIntentEvent() 114 void onSystemServiceEvent(in RequestId request, in SystemServiceEvent event); in onSystemServiceEvent() 115 void onSystemServiceUserEvent(in RequestId request, in SystemServiceUserEvent event); in onSystemServiceUserEvent()
|
D | ITaskListener.aidl | 20 import com.google.android.startop.iorap.RequestId; 29 void onProgress(in RequestId requestId, in TaskResult result); in onProgress() 30 void onComplete(in RequestId requestId, in TaskResult result); in onComplete()
|
D | RequestId.aidl | 20 parcelable RequestId cpp_header "binder/request_id.h";
|
/system/iorap/src/binder/ |
D | iiorap_def.h | 30 FN(onAppLaunchEvent,(const ::com::google::android::startop::iorap::,RequestId,&,request), \ 32 FN(onPackageEvent, (const ::com::google::android::startop::iorap::,RequestId,&,request), \ 34 FN(onAppIntentEvent,(const ::com::google::android::startop::iorap::,RequestId,&,request), \ 37 (const ::com::google::android::startop::iorap::,RequestId,&,request), \ 40 (const ::com::google::android::startop::iorap::,RequestId,&,request), \
|
D | iiorap_impl.cc | 91 void ReplyWithResult(const RequestId& request_id, TaskResult::State result_state) { in ReplyWithResult() 114 bool OnAppLaunchEvent(const RequestId& request_id, in OnAppLaunchEvent() 123 void HandleFakeBehavior(const RequestId& request_id) { in HandleFakeBehavior() 133 bool MaybeHandleFakeBehavior(const RequestId& request_id) { in MaybeHandleFakeBehavior() 217 const RequestId& request_id, in SendArgs() 240 const RequestId& request_id, in SendArgs()
|
/system/iorap/tests/src/binder/ |
D | auto_parcelable_test.cc | 26 RequestId typical; in TEST() 59 RequestId copy; in TEST() 72 RequestId copy; in TEST()
|
/system/iorap/src/manager/ |
D | event_manager.h | 45 bool OnAppLaunchEvent(binder::RequestId request_id,
|
D | event_manager.cc | 32 using binder::RequestId; 408 bool OnAppLaunchEvent(RequestId request_id, in OnAppLaunchEvent() 452 rxcpp::observable<RequestId> completed_requests_; 491 bool EventManager::OnAppLaunchEvent(RequestId request_id, in OnAppLaunchEvent()
|