Home
last modified time | relevance | path

Searched defs:periodicInSeconds (Results 1 – 5 of 5) 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()
133 int64_t startTimeInEpochSeconds, int64_t periodicInSeconds) { in scheduleTask()
246 int64_t periodicInSeconds = 1234; in TEST_F() local
/hardware/interfaces/automotive/remoteaccess/hal/default/proto/
Dwakeup_client.proto138 int64 periodicInSeconds = 6; field
/hardware/interfaces/automotive/remoteaccess/test_grpc_server/impl/include/
DTestWakeupClientServiceImpl.h219 int64_t periodicInSeconds; member
/hardware/interfaces/automotive/remoteaccess/vts/src/
DVtsHalAutomotiveRemoteAccess_TargetTest.cpp234 int32_t delayInSeconds, int32_t count, int32_t periodicInSeconds) { in getTestScheduleInfo()
/hardware/interfaces/automotive/remoteaccess/test_grpc_server/impl/src/
DTestWakeupClientServiceImpl.cpp331 int64_t periodicInSeconds = grpcScheduleInfo.periodicinseconds(); in ScheduleTask() local