Searched refs:asyncProcessReturnCode (Results 1 – 3 of 3) sorted by relevance
91 …int asyncProcessReturnCode = AieClientAsyncProcess(clientInfo, algorithmInfo, asyncProcessInputInf… in TestAieClientAsyncProcess() local92 …EXPECT_EQ(isAsyncProcessSuccess, asyncProcessReturnCode == 0) << "AieClientAsyncProcess is failed!… in TestAieClientAsyncProcess()
83 …int asyncProcessReturnCode = AieClientAsyncProcess(clientInfo, algorithmInfo, asyncProcessInputInf… in TestAieClientRelease() local84 … EXPECT_EQ(RETCODE_SUCCESS, asyncProcessReturnCode) << "AieClientAsyncProcess is failed!"; in TestAieClientRelease()
81 …int asyncProcessReturnCode = AieClientAsyncProcess(clientInfo, algorithmInfo, asyncProcessInputInf… in TestAieClientDestroy() local82 EXPECT_EQ(RETCODE_SUCCESS, asyncProcessReturnCode) << "AieClientAsyncProcess is failed!"; in TestAieClientDestroy()