Home
last modified time | relevance | path

Searched refs:outResult (Results 1 - 3 of 3) sorted by relevance

/base/notification/eventhandler/frameworks/test/moduletest/
H A Devent_handler_fd_listener_module_test.cpp161 auto outResult = handler->AddFileDescriptorListener(fds[1], FILE_DESCRIPTOR_OUTPUT_EVENT, listener, in HWTEST_F() local
163 EXPECT_EQ(outResult, ERR_OK); in HWTEST_F()
289 auto outResult = handler->AddFileDescriptorListener(fds[1], FILE_DESCRIPTOR_OUTPUT_EVENT, listener, in HWTEST_F() local
291 EXPECT_EQ(outResult, ERR_OK); in HWTEST_F()
323 auto outResult = handler->AddFileDescriptorListener(fds[1], FILE_DESCRIPTOR_OUTPUT_EVENT, listener, in HWTEST_F() local
325 EXPECT_EQ(outResult, ERR_OK); in HWTEST_F()
423 auto outResult = handler->AddFileDescriptorListener(fds[1], FILE_DESCRIPTOR_OUTPUT_EVENT, listener, in HWTEST_F() local
425 EXPECT_EQ(outResult, ERR_OK); in HWTEST_F()
445 auto outResult = handler->AddFileDescriptorListener(fds[1], FILE_DESCRIPTOR_OUTPUT_EVENT, listener, "File001"); in AddFileDescriptorHelper() local
446 EXPECT_EQ(outResult, ERR_O in AddFileDescriptorHelper()
[all...]
H A Devent_handler_press_module_test.cpp216 auto outResult = handler->AddFileDescriptorListener(fds[1], FILE_DESCRIPTOR_OUTPUT_EVENT, listener, in HWTEST_F() local
218 EXPECT_EQ(outResult, ERR_OK); in HWTEST_F()
/base/security/huks/test/unittest/huks_standard_test/crypto_engine_test/src/
H A Dhks_crypto_hal_rsa_cipher.cpp892 int32_t outResult = HksCryptoHalGenerateKey(&testCaseParams.spec, &key); in RunTestCase() local
893 EXPECT_EQ(outResult, testCaseParams.generateKeyResult); in RunTestCase()
894 outResult = HksCryptoHalEncrypt(&key, &testCaseParams.usageSpec, &message, &cipherText, &tagAead); in RunTestCase()
895 EXPECT_EQ(outResult, testCaseParams.encryptResult); in RunTestCase()
896 if (outResult == HKS_SUCCESS) { in RunTestCase()
899 outResult = HksCryptoHalDecrypt(&key, &testCaseParams.usageSpec, &cipherText, &inscription); in RunTestCase()
900 EXPECT_EQ(outResult, testCaseParams.decryptResult); in RunTestCase()

Completed in 3 milliseconds