Searched refs:result1 (Results 1 – 6 of 6) sorted by relevance
/base/useriam/user_auth_framework/test/unittest/services/src/ |
D | executor_messenger_service_test.cpp | 69 …int32_t result1 = service->SendData(testScheduleId1, testTransNum, testSrcRole, testDstRole, testM… variable 70 EXPECT_EQ(result1, GENERAL_ERROR); 91 result1 = service->SendData(testScheduleId1, testTransNum, testSrcRole, testDstRole, testMsg); 92 EXPECT_EQ(result1, GENERAL_ERROR); 93 result1 = service->SendData(testScheduleId2, testTransNum, testSrcRole, testDstRole, testMsg); 94 EXPECT_EQ(result1, SUCCESS);
|
/base/notification/common_event_service/test/systemtest/common/acts/actsCESManagertest/ |
D | actsCESManagertest.cpp | 362 bool result1 = CommonEventManager::SubscribeCommonEvent(subscriberPtr1); variable 374 if (!result1 || !result2 || !result3) { 412 bool result1 = CommonEventManager::SubscribeCommonEvent(subscriberPtr1); variable 424 if (!result1 || !result2 || !result3) { 462 bool result1 = CommonEventManager::SubscribeCommonEvent(subscriberPtr1); variable 474 if (!result1 || !result2 || !result3) { 510 bool result1 = CommonEventManager::SubscribeCommonEvent(subscriberPtr1); variable 516 if (!result1 || !result2) { 552 bool result1 = CommonEventManager::SubscribeCommonEvent(subscriberPtr1); variable 564 if (!result1 || !result2 || !result3) { [all …]
|
/base/update/updateservice/services/engine/src/ |
D | update_helper.cpp | 445 std::vector<std::string> result1 = SplitString(version1, "."); in CompareVersion() local 447 if (result1.size() != result2.size()) { in CompareVersion() 448 return ((result1.size() > result2.size()) ? -1 : 1); in CompareVersion() 451 for (size_t i = 1; i < result1.size(); i++) { in CompareVersion() 452 long long ver1 = std::stoll(result1[i]); in CompareVersion()
|
/base/hiviewdfx/hiview/plugins/eventservice/test/unittest/common/ |
D | event_service_action_test.cpp | 130 std::string result1 = GetFileContent("./fd1.txt"); variable 131 ASSERT_TRUE(result1.size() > 0);
|
/base/hiviewdfx/hiview/base/test/unittest/common/ |
D | event_loop_test.cpp | 447 auto result1 = currentLooper_->AddEventForResult(eventhandler, nullptr); variable 448 ASSERT_EQ(result1.get(), false);
|
/base/hiviewdfx/hiview/adapter/plugins/eventservice/service/test/unittest/common/ |
D | sys_event_service_ohos_test.cpp | 412 auto result1 = AshMemUtils::ReadBulkData(msgParcel, to); variable 413 ASSERT_TRUE(result1);
|