Searched refs:testExecutorIndex (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/base/useriam/user_auth_framework/test/unittest/inner_api/src/ |
H A D | co_auth_client_test.cpp | 57 uint64_t testExecutorIndex = 73265; variable 67 [&testInfo, &testExecutorIndex](const CoAuthInterface::ExecutorRegisterInfo &info, 75 return testExecutorIndex; in __anon0a7644260102() 91 …t sptr<MockRemoteObject> &obj, sptr<IRemoteObject::DeathRecipient> &dr, uint64_t testExecutorIndex) in CallRemoteObject() argument 105 ….WillByDefault([&service, testExecutorIndex](uint32_t code, MessageParcel &data, MessageParcel &re… in CallRemoteObject() 110 EXPECT_EQ(executorIndex, testExecutorIndex); in CallRemoteObject()
|
H A D | co_auth_proxy_test.cpp | 57 uint64_t testExecutorIndex = 73265; variable 70 [&testInfo, &testExecutorIndex](const CoAuthInterface::ExecutorRegisterInfo &info, 78 return testExecutorIndex; in __anon49e51fa90102()
|
/ohos5.0/base/useriam/user_auth_framework/test/unittest/inner_api/inc/ |
H A D | co_auth_client_test.h | 39 sptr<IRemoteObject::DeathRecipient> &dr, uint64_t testExecutorIndex);
|
/ohos5.0/base/useriam/user_auth_framework/test/unittest/services/src/ |
H A D | user_idm_service_test.cpp | 333 const uint32_t testExecutorIndex = 60; in MockForAddCredentialHdi() local 340 info.executorIndexes.push_back(testExecutorIndex); in MockForAddCredentialHdi() 364 const uint32_t testExecutorIndex = 60; in MockForIdmResourceNode() local 365 EXPECT_CALL(*resourceNode, GetExecutorIndex()).WillRepeatedly(Return(testExecutorIndex)); in MockForIdmResourceNode() 589 const uint32_t testExecutorIndex = 20; in MockForDelUserHdi() local 618 info.executorIndex = testExecutorIndex; in MockForDelUserHdi()
|
H A D | user_auth_service_test.cpp | 465 const uint32_t testExecutorIndex = 60; in MockForUserAuthHdi() local 474 scheduleInfo.executorIndexes.push_back(testExecutorIndex); in MockForUserAuthHdi() 494 const uint32_t testExecutorIndex = 60; in MockForAuthResourceNode() local 495 EXPECT_CALL(*resourceNode, GetExecutorIndex()).WillRepeatedly(Return(testExecutorIndex)); in MockForAuthResourceNode() 693 const uint32_t testExecutorIndex = 60; in MockForIdentifyHdi() local 702 scheduleInfo.executorIndexes.push_back(testExecutorIndex); in MockForIdentifyHdi()
|