Home
last modified time | relevance | path

Searched refs:scheduleTask (Results 1 – 8 of 8) sorted by relevance

/hardware/interfaces/automotive/remoteaccess/test_grpc_server/impl/test/
DTestWakeupClientServiceImplUnitTest.cpp128 Status scheduleTask(int32_t count, int64_t startTimeInEpochSeconds, int64_t periodicInSeconds) { in scheduleTask() function in android::hardware::automotive::remoteaccess::test::TestWakeupClientServiceImplUnitTest
129 return scheduleTask(kTestScheduleId, count, startTimeInEpochSeconds, periodicInSeconds); in scheduleTask()
132 Status scheduleTask(const std::string& scheduleId, int32_t count, in scheduleTask() function in android::hardware::automotive::remoteaccess::test::TestWakeupClientServiceImplUnitTest
199 Status status = scheduleTask(/*count=*/2, /*startTimeInEpochSeconds=*/getNow() + 1, in TEST_F()
224 Status status = scheduleTask(/*count=*/2, /*startTimeInEpochSeconds=*/getNow() + 1, in TEST_F()
248 Status status = scheduleTask(/*count=*/2, startTimeInEpochSeconds, periodicInSeconds); in TEST_F()
283 Status status = scheduleTask(scheduleId1, count1, time1, periodicInSeconds1); in TEST_F()
285 status = scheduleTask(scheduleId2, count2, time2, periodicInSeconds2); in TEST_F()
311 Status status = scheduleTask(scheduleId1, count1, time1, periodicInSeconds1); in TEST_F()
313 status = scheduleTask(scheduleId2, count2, time2, periodicInSeconds2); in TEST_F()
/hardware/interfaces/automotive/remoteaccess/vts/src/
DVtsHalAutomotiveRemoteAccess_TargetTest.cpp272 ScopedAStatus status = mHal->scheduleTask(scheduleInfo); in TEST_P()
313 mHal->scheduleTask(scheduleInfo); in TEST_P()
336 mHal->scheduleTask(scheduleInfo); in TEST_P()
359 mHal->scheduleTask(scheduleInfo); in TEST_P()
412 mHal->scheduleTask(scheduleInfo1); in TEST_P()
413 mHal->scheduleTask(scheduleInfo2); in TEST_P()
/hardware/interfaces/automotive/remoteaccess/aidl_api/android.hardware.automotive.remoteaccess/2/android/hardware/automotive/remoteaccess/
DIRemoteAccess.aidl45 void scheduleTask(in android.hardware.automotive.remoteaccess.ScheduleInfo scheduleInfo); in scheduleTask() method
/hardware/interfaces/automotive/remoteaccess/aidl_api/android.hardware.automotive.remoteaccess/current/android/hardware/automotive/remoteaccess/
DIRemoteAccess.aidl45 void scheduleTask(in android.hardware.automotive.remoteaccess.ScheduleInfo scheduleInfo); in scheduleTask() method
/hardware/interfaces/automotive/remoteaccess/android/hardware/automotive/remoteaccess/
DIRemoteAccess.aidl174 void scheduleTask(in ScheduleInfo scheduleInfo); in scheduleTask() method
/hardware/interfaces/automotive/remoteaccess/hal/default/test/
DRemoteAccessServiceUnitTest.cpp465 ScopedAStatus status = getService()->scheduleTask(scheduleInfo); in TEST_F()
486 ScopedAStatus status = getService()->scheduleTask(scheduleInfo); in TEST_F()
502 ScopedAStatus status = getService()->scheduleTask(scheduleInfo); in TEST_F()
518 ScopedAStatus status = getService()->scheduleTask(scheduleInfo); in TEST_F()
534 ScopedAStatus status = getService()->scheduleTask(scheduleInfo); in TEST_F()
557 ScopedAStatus status = getService()->scheduleTask(scheduleInfo); in TEST_F()
580 ScopedAStatus status = getService()->scheduleTask(scheduleInfo); in TEST_F()
/hardware/interfaces/automotive/remoteaccess/hal/default/include/
DRemoteAccessService.h87 ndk::ScopedAStatus scheduleTask(
/hardware/interfaces/automotive/remoteaccess/hal/default/src/
DRemoteAccessService.cpp354 ScopedAStatus RemoteAccessService::scheduleTask(const ScheduleInfo& scheduleInfo) { in scheduleTask() function in android::hardware::automotive::remoteaccess::RemoteAccessService