Searched refs:IPC_TEST_CMD_PONG (Results 1 – 3 of 3) sorted by relevance
15 IPC_TEST_CMD_PONG, /**< Expected response to IPC_TEST_CMD_PING */ enumerator
169 zassert_equal(cmd_rsp->cmd, IPC_TEST_CMD_PONG, in execute_test_ping_pong()171 IPC_TEST_CMD_PONG); in execute_test_ping_pong()
160 static const struct ipc_test_cmd cmd_pong = {IPC_TEST_CMD_PONG}; in ep_recv()