Searched refs:msg1 (Results 1 - 3 of 3) sorted by relevance
/base/inputmethod/imf/test/fuzztest/inputmethodsystemability_fuzzer/ |
H A D | inputmethodsystemability_fuzzer.cpp | 55 auto msg1 = std::make_shared<Message>(MessageID::MSG_ID_USER_REMOVED, parcel1); in FuzzOnUser() local 56 DelayedSingleton<InputMethodSystemAbility>::GetInstance()->OnUserRemoved(msg1.get()); in FuzzOnUser()
|
/base/security/dlp_permission_service/interfaces/inner_api/dlp_parse/test/ |
H A D | dlp_crypt_test.cpp | 1714 struct DlpBlob msg1 = {15, input}; in HWTEST_F() local 1720 ASSERT_EQ(DLP_PARSE_ERROR_CRYPTO_ENGINE_ERROR, DlpOpensslHashUpdate(ctx, &msg1)); in HWTEST_F() 1756 struct DlpBlob msg1 = {15, input}; in HWTEST_F() local 1762 msg1.size = 1; in HWTEST_F() 1765 ret = DlpOpensslHashUpdate(ctx, &msg1); in HWTEST_F() 1767 msg1.data = msg1.data + 1; in HWTEST_F() 1789 struct DlpBlob msg1 = {15, input}; in HWTEST_F() local 1795 msg1.size = 1; in HWTEST_F() 1798 ret = DlpOpensslHashUpdate(ctx, &msg1); in HWTEST_F() 1820 struct DlpBlob msg1 = {15, input}; HWTEST_F() local 1853 struct DlpBlob msg1 = {15, input}; HWTEST_F() local 1889 struct DlpBlob msg1 = {15, input}; HWTEST_F() local [all...] |
/base/inputmethod/imf/test/unittest/cpp_test/src/ |
H A D | input_method_private_member_test.cpp | 153 auto msg1 = std::make_shared<Message>(MessageID::MSG_ID_USER_START, parcel1); in HWTEST_F() local 154 ret = service_->OnUserStarted(msg1.get()); in HWTEST_F() 196 auto msg1 = std::make_shared<Message>(MessageID::MSG_ID_USER_REMOVED, parcel1); in HWTEST_F() local 197 auto ret1 = service_->OnUserRemoved(msg1.get()); in HWTEST_F() 819 auto msg1 = std::make_shared<Message>(MessageID::MSG_ID_PACKAGE_REMOVED, parcel1); in HWTEST_F() local 820 auto ret1 = service_->HandlePackageEvent(msg1.get()); in HWTEST_F()
|
Completed in 6 milliseconds