/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_notification_annex_test/ |
H A D | ans_notification_annex_test.cpp | 151 ErrCode ret3 = ans_->RemoveNotification(bundleOption, notificationId, label, removeReason);
in HWTEST_F() local 152 EXPECT_EQ(ret3, ERR_ANS_NON_SYSTEM_APP);
in HWTEST_F() 166 ErrCode ret3 = ans_->RemoveAllNotifications(bundleOption);
in HWTEST_F() local 167 EXPECT_EQ(ret3, ERR_ANS_NON_SYSTEM_APP);
in HWTEST_F() 181 ErrCode ret3 = ans_->RemoveNotificationsByBundle(bundleOption);
in HWTEST_F() local 182 EXPECT_EQ(ret3, ERR_ANS_NON_SYSTEM_APP);
in HWTEST_F() 197 ErrCode ret3 = ans_->GetNotificationSlotsForBundle(bundleOption, slots);
in HWTEST_F() local 198 EXPECT_EQ(ret3, ERR_ANS_NON_SYSTEM_APP);
in HWTEST_F() 213 ErrCode ret3 = ans_->UpdateNotificationSlots(bundleOption, slots);
in HWTEST_F() local 214 EXPECT_EQ(ret3, ERR_ANS_INVALID_PARA in HWTEST_F() [all...] |
/base/hiviewdfx/hiview/base/utility/test/unittest/common/ |
H A D | system_service_ohos_test.cpp | 57 auto ret3 = Parameter::SetProperty("TEST_KEY3", "1234"); in HWTEST_F() local 58 ASSERT_TRUE(ret3); in HWTEST_F()
|
/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_notification_test/ |
H A D | ans_notification_unit_test.cpp | 145 ErrCode ret3 = ans_->RemoveNotificationSlot(slotType);
in HWTEST_F() local 146 EXPECT_EQ(ret3, ERR_ANS_SERVICE_NOT_CONNECTED);
in HWTEST_F() 192 ErrCode ret3 = ans_->AddNotificationSlots(nslots);
in HWTEST_F() local 193 EXPECT_EQ(ret3, ERR_ANS_SERVICE_NOT_CONNECTED);
in HWTEST_F() 526 ErrCode ret3 = ans_->CancelNotification(label, notificationId);
in HWTEST_F() local 527 EXPECT_EQ(ret3, ERR_ANS_SERVICE_NOT_CONNECTED);
in HWTEST_F() 585 ErrCode ret3 = ans_->PublishNotificationAsBundle(representativeBundle0, request);
in HWTEST_F() local 586 EXPECT_EQ(ret3, ERR_ANS_INVALID_PARAM);
in HWTEST_F() 637 ErrCode ret3 = ans_->IsAllowedNotify(bundleOption, allowed);
in HWTEST_F() local 638 EXPECT_EQ(ret3, ERR_ANS_SERVICE_NOT_CONNECTE in HWTEST_F() 658 ErrCode ret3 = ans_->HasNotificationPolicyAccessPermission(hasPermission); HWTEST_F() local 707 ErrCode ret3 = ans_->RemoveNotification(bundleOption, notificationId, label, removeReason); HWTEST_F() local 766 ErrCode ret3 = ans_->SetNotificationsEnabledForSpecifiedBundle(bundleOption, deviceId, enabled); HWTEST_F() local 820 ErrCode ret3 = ans_->DoesSupportDoNotDisturbMode(doesSupport); HWTEST_F() local 870 ErrCode ret3 = ans_->EnableDistributedByBundle(bundleOption, enabled); HWTEST_F() local 900 ErrCode ret3 = ans_->CancelReminder(reminderId); HWTEST_F() local 932 ErrCode ret3 = ans_->IsAllowedNotify(userId1, allowed); HWTEST_F() local 966 ErrCode ret3 = ans_->GetDoNotDisturbDate(userId, doNotDisturbDate); HWTEST_F() local 1041 ErrCode ret3 = ans_->GetSyncNotificationEnabledWithoutApp(userId, enabled); HWTEST_F() local 1189 ErrCode ret3 = ans_->SetNotificationsEnabledForSpecifiedBundle(bundleOption, deviceId, enabled); HWTEST_F() local [all...] |
/base/hiviewdfx/hiview/base/logstore/test/unittest/common/ |
H A D | log_store_unit_test.cpp | 152 auto ret3 = logStoreEx.RemoveLogFile("logfile0"); in HWTEST_F() local 153 ASSERT_EQ(true, ret3); in HWTEST_F()
|
/base/startup/init/test/unittest/init/ |
H A D | sandbox_unittest.cpp | 192 int ret3 = EnterSandbox(TEST_SANDBOX_NAME); in HWTEST_F() local 193 ASSERT_EQ(ret3, -1); in HWTEST_F()
|
/base/update/updater/test/unittest/script/ |
H A D | script_interpreter_unittest.cpp | 108 int ret3 = funcContext->PushParam(str); in TestScriptInstructionContext() local 109 EXPECT_EQ(0, ret1 || ret2 || ret3); in TestScriptInstructionContext()
|
/base/hiviewdfx/hiview/utility/common_utils/test/unittest/common/ |
H A D | utility_common_utils_test.cpp | 161 auto ret3 = Tbox::IsCallStack(stackName2); in HWTEST_F() local 162 ASSERT_TRUE(ret3); in HWTEST_F()
|
/base/telephony/call_manager/test/unittest/call_manager_zero_gtest/src/ |
H A D | zero_branch6_test.cpp | 498 int32_t ret3 = call.RejectCall(); in HWTEST_F() local 504 EXPECT_NE(ret3, TELEPHONY_SUCCESS); in HWTEST_F() 532 int32_t ret3 = voipCallManagerInterfacePtr->ReportCallStateChange(callId, voipCallState, voipCallType); in HWTEST_F() local 552 EXPECT_NE(ret3, TELEPHONY_SUCCESS); in HWTEST_F()
|
/base/notification/distributed_notification_service/frameworks/ans/test/unittest/ |
H A D | reminder_request_calendar_test.cpp | 689 uint8_t ret3 = calendar->GetRepeatMonth(); in HWTEST_F() local 692 EXPECT_EQ(ret3, 0); in HWTEST_F() 773 uint16_t ret3 = 3; in HWTEST_F() local 775 EXPECT_EQ(ret2, ret3); in HWTEST_F() 919 uint16_t ret3 = 61; in HWTEST_F() local 920 EXPECT_EQ(ret2, ret3); in HWTEST_F()
|
/base/inputmethod/imf/test/unittest/cpp_test/src/ |
H A D | input_method_private_member_test.cpp | 840 auto ret3 = service_->HandlePackageEvent(msg3.get()); in HWTEST_F() local 841 EXPECT_EQ(ret3, ErrorCode::NO_ERROR); in HWTEST_F()
|
/base/print/print_fwk/test/unittest/fwk_print_cups_client_test/ |
H A D | print_cups_client_test.cpp | 1479 std::string ret3 = printCupsClient.GetDulpexString(duplexCode); in HWTEST_F() local 1480 EXPECT_EQ(ret3, CUPS_SIDES_ONE_SIDED); in HWTEST_F()
|