Home
last modified time | relevance | path

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 Dco_auth_client_test.cpp57 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 Dco_auth_proxy_test.cpp57 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 Dco_auth_client_test.h39 sptr<IRemoteObject::DeathRecipient> &dr, uint64_t testExecutorIndex);
/ohos5.0/base/useriam/user_auth_framework/test/unittest/services/src/
H A Duser_idm_service_test.cpp333 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 Duser_auth_service_test.cpp465 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()