Home
last modified time | relevance | path

Searched refs:kTestStartTimeInEpochSeconds (Results 1 – 2 of 2) sorted by relevance

/hardware/interfaces/automotive/remoteaccess/hal/default/test/
DRemoteAccessServiceUnitTest.cpp74 constexpr int64_t kTestStartTimeInEpochSeconds = 2345; variable
461 .startTimeInEpochSeconds = kTestStartTimeInEpochSeconds, in TEST_F()
472 EXPECT_EQ(grpcRequest.scheduleinfo().starttimeinepochseconds(), kTestStartTimeInEpochSeconds); in TEST_F()
482 .startTimeInEpochSeconds = kTestStartTimeInEpochSeconds, in TEST_F()
514 .startTimeInEpochSeconds = kTestStartTimeInEpochSeconds, in TEST_F()
530 .startTimeInEpochSeconds = kTestStartTimeInEpochSeconds, in TEST_F()
553 .startTimeInEpochSeconds = kTestStartTimeInEpochSeconds, in TEST_F()
576 .startTimeInEpochSeconds = kTestStartTimeInEpochSeconds, in TEST_F()
653 newInfo->set_starttimeinepochseconds(kTestStartTimeInEpochSeconds); in TEST_F()
667 ASSERT_EQ(result[0].startTimeInEpochSeconds, kTestStartTimeInEpochSeconds); in TEST_F()
/hardware/interfaces/automotive/remoteaccess/test_grpc_server/impl/test/
DTestWakeupClientServiceImplUnitTest.cpp42 constexpr int64_t kTestStartTimeInEpochSeconds = 2345; variable