|
| alexaClientSDK::avsCommon::utils::threading::test::TEST_F (ExecutorTest, testTimer_submitStdFunctionAndVerifyExecution) |
|
| alexaClientSDK::avsCommon::utils::threading::test::TEST_F (ExecutorTest, testTimer_submitStdBindAndVerifyExecution) |
|
| alexaClientSDK::avsCommon::utils::threading::test::TEST_F (ExecutorTest, testTimer_submitLambdaAndVerifyExecution) |
|
| alexaClientSDK::avsCommon::utils::threading::test::TEST_F (ExecutorTest, testTimer_submitFunctionPointerAndVerifyExecution) |
|
| alexaClientSDK::avsCommon::utils::threading::test::TEST_F (ExecutorTest, testTimer_submitFunctorAndVerifyExecution) |
|
| alexaClientSDK::avsCommon::utils::threading::test::TEST_F (ExecutorTest, testTimer_submitFunctionWithPrimitiveReturnTypeNoArgsAndVerifyExecution) |
|
| alexaClientSDK::avsCommon::utils::threading::test::TEST_F (ExecutorTest, testTimer_submitFunctionWithObjectReturnTypeNoArgsAndVerifyExecution) |
|
| alexaClientSDK::avsCommon::utils::threading::test::TEST_F (ExecutorTest, testTimer_submitFunctionWithNoReturnTypePrimitiveArgsAndVerifyExecution) |
|
| alexaClientSDK::avsCommon::utils::threading::test::TEST_F (ExecutorTest, testTimer_submitFunctionWithNoReturnTypeObjectArgsAndVerifyExecution) |
|
| alexaClientSDK::avsCommon::utils::threading::test::TEST_F (ExecutorTest, testTimer_submitFunctionWithPrimitiveReturnTypeObjectArgsAndVerifyExecution) |
|
| alexaClientSDK::avsCommon::utils::threading::test::TEST_F (ExecutorTest, testTimer_submitFunctionWithObjectReturnTypePrimitiveArgsAndVerifyExecution) |
|
| alexaClientSDK::avsCommon::utils::threading::test::TEST_F (ExecutorTest, testTimer_submitFunctionWithPrimitiveReturnTypePrimitiveArgsAndVerifyExecution) |
|
| alexaClientSDK::avsCommon::utils::threading::test::TEST_F (ExecutorTest, testTimer_submitFunctionWithObjectReturnTypeObjectArgsAndVerifyExecution) |
|
| alexaClientSDK::avsCommon::utils::threading::test::TEST_F (ExecutorTest, testTimer_submitToFront) |
|
| alexaClientSDK::avsCommon::utils::threading::test::TEST_F (ExecutorTest, testTimer_executionOrderEqualToSubmitOrder) |
|
| alexaClientSDK::avsCommon::utils::threading::test::TEST_F (ExecutorTest, testTimer_futureWaitsForTaskCleanup) |
| This test verifies that the executor waits to fulfill its promise until after the task is cleaned up. More...
|
|
| alexaClientSDK::avsCommon::utils::threading::test::TEST_F (ExecutorTest, testTimer_shutdown) |
| This test verifies that the shutdown function completes the current task and does not accept new tasks. More...
|
|
| alexaClientSDK::avsCommon::utils::threading::test::TEST_F (ExecutorTest, testTimer_pushAfterExecutordownFail) |
| Test that calling submit after shutdown will fail the job. More...
|
|
| alexaClientSDK::avsCommon::utils::threading::test::TEST_F (ExecutorTest, testTimer_shutdownCancelJob) |
| Test that shutdown cancel jobs in the queue. More...
|
|
| alexaClientSDK::avsCommon::utils::threading::test::TEST_F (ExecutorTest, test_forwardPromise) |
|
| alexaClientSDK::avsCommon::utils::threading::test::TEST_F (ExecutorTest, test_taskException) |
|
| alexaClientSDK::avsCommon::utils::threading::test::TEST_F (ExecutorTest, test_executeEmptyMove) |
| Verify that empty function is not accepted by executor using movable function. More...
|
|
| alexaClientSDK::avsCommon::utils::threading::test::TEST_F (ExecutorTest, test_executeEmptyRef) |
| Verify that empty function is not accepted by executor using const reference function. More...
|
|
| alexaClientSDK::avsCommon::utils::threading::test::TEST_F (ExecutorTest, test_executeLambdaMove) |
| Verify that after task execution, the lambda is released if movable function is used. More...
|
|
| alexaClientSDK::avsCommon::utils::threading::test::TEST_F (ExecutorTest, test_executeLambdaRef) |
| Verify that after task execution, the lambda is not released if movable function is not used. More...
|
|