/ohos5.0/base/useriam/user_auth_framework/test/unittest/inner_api/src/ |
H A D | executor_messenger_client_test.cpp | 46 uint64_t testScheduleId = 6598; variable 55 int32_t result = service->SendData(testScheduleId, testDstRole, testMsg); 61 uint64_t testScheduleId = 6598; variable 69 int32_t result = service->SendData(testScheduleId, testDstRole, testMsg); 75 uint64_t testScheduleId = 6598; variable 88 EXPECT_EQ(scheduleId, testScheduleId); in __anonce557f7a0102() 95 int32_t result = service->SendData(testScheduleId, testDstRole, testMsg); 101 uint64_t testScheduleId = 6598; variable 108 int32_t result = service->Finish(testScheduleId, testResultCode, finalResult); 114 uint64_t testScheduleId = 6598; variable [all …]
|
H A D | executor_callback_service_test.cpp | 82 uint64_t testScheduleId = 57875; variable 89 int32_t result = service->OnBeginExecute(testScheduleId, testPublicKey, testCommand); 95 uint64_t testScheduleId = 57875; variable 106 EXPECT_EQ(scheduleId, testScheduleId); in __anon4997f8b00202() 113 int32_t result = service->OnBeginExecute(testScheduleId, testPublicKey, testCommand); 119 uint64_t testScheduleId = 57875; variable 125 int32_t result = service->OnEndExecute(testScheduleId, testCommand); 131 uint64_t testScheduleId = 57875; variable 139 [&testScheduleId](uint64_t scheduleId, const Attributes &commandAttrs) { in __anon4997f8b00302() 140 EXPECT_EQ(scheduleId, testScheduleId); in __anon4997f8b00302() [all …]
|
/ohos5.0/base/useriam/user_auth_framework/test/unittest/executors/ |
H A D | auth_command_unit_test.cpp | 65 static const uint64_t testScheduleId = 123; variable 74 EXPECT_EQ(scheduleId, testScheduleId); in __anon365e08aa0102() 94 static const uint64_t testScheduleId = 123; variable 115 static const uint64_t testScheduleId = 123; variable 124 EXPECT_EQ(scheduleId, testScheduleId); in __anon365e08aa0302() 144 static const uint64_t testScheduleId = 123; variable 163 static const uint64_t testScheduleId = 123; variable 173 EXPECT_EQ(scheduleId, testScheduleId); in __anon365e08aa0402() 188 static const uint64_t testScheduleId = 123; variable 208 static const uint64_t testScheduleId = 123; variable [all …]
|
H A D | identify_command_unit_test.cpp | 65 static const uint64_t testScheduleId = 123; variable 74 EXPECT_EQ(scheduleId, testScheduleId); in __anon8aa13ab40102() 94 static const uint64_t testScheduleId = 123; variable 116 static const uint64_t testScheduleId = 123; variable 125 EXPECT_EQ(scheduleId, testScheduleId); in __anon8aa13ab40302() 145 static const uint64_t testScheduleId = 123; variable 164 static const uint64_t testScheduleId = 123; variable 174 EXPECT_EQ(scheduleId, testScheduleId); in __anon8aa13ab40402() 189 static const uint64_t testScheduleId = 123; variable 209 static const uint64_t testScheduleId = 123; variable [all …]
|
H A D | enroll_command_unit_test.cpp | 65 static const uint64_t testScheduleId = 123; variable 74 EXPECT_EQ(scheduleId, testScheduleId); in __anon10925dc40102() 94 static const uint64_t testScheduleId = 123; variable 116 static const uint64_t testScheduleId = 123; variable 125 EXPECT_EQ(scheduleId, testScheduleId); in __anon10925dc40302() 145 static const uint64_t testScheduleId = 123; variable 164 static const uint64_t testScheduleId = 123; variable 173 EXPECT_EQ(scheduleId, testScheduleId); in __anon10925dc40402() 189 static const uint64_t testScheduleId = 123; variable 209 static const uint64_t testScheduleId = 123; variable [all …]
|
H A D | executor_unit_test.cpp | 366 static const uint64_t testScheduleId = 456; variable 386 static const uint64_t testScheduleId = 456; variable 408 static const uint64_t testScheduleId = 456; variable 434 static const uint64_t testScheduleId = 456; variable 485 static const uint64_t testScheduleId = 456; variable 524 static const uint64_t testScheduleId = 456; variable 550 static const uint64_t testScheduleId = 456; variable 578 static const uint64_t testScheduleId = 456; variable 627 static const uint64_t testScheduleId = 456; variable 811 EXPECT_EQ(scheduleId, testScheduleId); in __anon0f00ab691602() [all …]
|
/ohos5.0/base/useriam/user_auth_framework/test/unittest/services/src/ |
H A D | identify_context_test.cpp | 210 static const uint64_t testScheduleId = 3; variable 222 …PECT_CALL(*scheduleNode, GetScheduleId()).Times(Exactly(2)).WillRepeatedly(Return(testScheduleId)); in __anon978235340502() 233 auto node = context->GetScheduleNode(testScheduleId); 235 node = context->GetScheduleNode(testScheduleId + 1);
|
H A D | enroll_context_test.cpp | 210 static const uint64_t testScheduleId = 3; variable 223 EXPECT_CALL(*scheduleNode, GetScheduleId()).WillRepeatedly(Return(testScheduleId)); in __anon57dbc4040502() 233 auto node = context->GetScheduleNode(testScheduleId); 235 node = context->GetScheduleNode(testScheduleId + 1);
|
H A D | simple_auth_context_test.cpp | 210 static const uint64_t testScheduleId = 3; variable 222 EXPECT_CALL(*scheduleNode, GetScheduleId()).WillRepeatedly(Return(testScheduleId)); in __anon10a2daf30502() 232 auto node = context->GetScheduleNode(testScheduleId); 234 node = context->GetScheduleNode(testScheduleId + 1);
|
H A D | user_auth_service_test.cpp | 464 const uint32_t testScheduleId = 20; in MockForUserAuthHdi() local 473 scheduleInfo.scheduleId = testScheduleId; in MockForUserAuthHdi() 493 const uint32_t testScheduleId = 20; in MockForAuthResourceNode() local 508 EXPECT_EQ(messenger->Finish(testScheduleId, SUCCESS, finalResult), SUCCESS); in MockForAuthResourceNode()
|
H A D | user_idm_service_test.cpp | 363 const uint32_t testScheduleId = 20; in MockForIdmResourceNode() local 378 EXPECT_EQ(messenger->Finish(testScheduleId, SUCCESS, finalResult), SUCCESS); in MockForIdmResourceNode()
|