Home
last modified time | relevance | path

Searched refs:getAllPendingScheduledTasks (Results 1 – 7 of 7) sorted by relevance

/hardware/interfaces/automotive/remoteaccess/aidl_api/android.hardware.automotive.remoteaccess/2/android/hardware/automotive/remoteaccess/
DIRemoteAccess.aidl49 …List<android.hardware.automotive.remoteaccess.ScheduleInfo> getAllPendingScheduledTasks(String cli… in getAllPendingScheduledTasks() method
/hardware/interfaces/automotive/remoteaccess/aidl_api/android.hardware.automotive.remoteaccess/current/android/hardware/automotive/remoteaccess/
DIRemoteAccess.aidl49 …List<android.hardware.automotive.remoteaccess.ScheduleInfo> getAllPendingScheduledTasks(String cli… in getAllPendingScheduledTasks() method
/hardware/interfaces/automotive/remoteaccess/android/hardware/automotive/remoteaccess/
DIRemoteAccess.aidl207 List<ScheduleInfo> getAllPendingScheduledTasks(String clientId); in getAllPendingScheduledTasks() method
/hardware/interfaces/automotive/remoteaccess/hal/default/include/
DRemoteAccessService.h99 ndk::ScopedAStatus getAllPendingScheduledTasks(
/hardware/interfaces/automotive/remoteaccess/vts/src/
DVtsHalAutomotiveRemoteAccess_TargetTest.cpp416 ScopedAStatus status = mHal->getAllPendingScheduledTasks(TEST_CLIENT_ID, &outScheduleInfo); in TEST_P()
432 status = mHal->getAllPendingScheduledTasks(TEST_CLIENT_ID, &outScheduleInfo); in TEST_P()
/hardware/interfaces/automotive/remoteaccess/hal/default/src/
DRemoteAccessService.cpp469 ScopedAStatus RemoteAccessService::getAllPendingScheduledTasks(const std::string& clientId, in getAllPendingScheduledTasks() function in android::hardware::automotive::remoteaccess::RemoteAccessService
/hardware/interfaces/automotive/remoteaccess/hal/default/test/
DRemoteAccessServiceUnitTest.cpp658 ScopedAStatus status = getService()->getAllPendingScheduledTasks(kTestClientId, &result); in TEST_F()