/ohos5.0/base/useriam/user_auth_framework/test/unittest/services/mocks/ |
H A D | mock_resource_node.h | 40 MOCK_METHOD3(BeginExecute, 74 EXPECT_CALL(*node, BeginExecute(_, _, _)).Times(AnyNumber()); in CreateWithExecuteIndex() 77 ON_CALL(*node, BeginExecute) in CreateWithExecuteIndex() 101 EXPECT_CALL(*node, BeginExecute(_, _, _)).Times(AnyNumber()); in CreateWithExecuteIndex()
|
/ohos5.0/base/useriam/user_auth_framework/services/core/src/ |
H A D | resource_node_impl.cpp | 51 int32_t BeginExecute(uint64_t scheduleId, const std::vector<uint8_t> &publicKey, 141 int32_t ResourceNodeImpl::BeginExecute(uint64_t scheduleId, const std::vector<uint8_t> &publicKey, in BeginExecute() function in OHOS::UserIam::UserAuth::ResourceNodeImpl
|
H A D | schedule_node_impl.cpp | 363 auto result = verifier->BeginExecute(info_.scheduleId, peerPk, attr); in ProcessBeginVerifier() 393 auto result = collector->BeginExecute(info_.scheduleId, peerPk, attr); in ProcessBeginCollector()
|
/ohos5.0/base/useriam/user_auth_framework/test/unittest/services/src/ |
H A D | resource_node_test.cpp | 134 EXPECT_EQ(node->BeginExecute(scheduleId, publicKey, command), GENERAL_ERROR); 165 EXPECT_EQ(node->BeginExecute(scheduleId, publicKey, command), SUCCESS);
|
H A D | user_idm_service_test.cpp | 370 EXPECT_CALL(*resourceNode, BeginExecute(_, _, _)) in MockForIdmResourceNode()
|
H A D | user_auth_service_test.cpp | 500 EXPECT_CALL(*resourceNode, BeginExecute(_, _, _)) in MockForAuthResourceNode()
|
/ohos5.0/base/useriam/user_auth_framework/services/core/inc/ |
H A D | resource_node.h | 44 virtual int32_t BeginExecute(uint64_t scheduleId, const std::vector<uint8_t> &publicKey,
|
/ohos5.0/base/useriam/user_auth_framework/test/fuzztest/dummy/ |
H A D | dummy_resource_node.h | 69 int32_t BeginExecute(uint64_t scheduleId, const std::vector<uint8_t> &publicKey, in BeginExecute() function
|
/ohos5.0/base/useriam/user_auth_framework/test/fuzztest/services/servicecore_fuzzer/inc/ |
H A D | common_dummy.h | 92 int32_t BeginExecute(uint64_t scheduleId, const std::vector<uint8_t> &publicKey, in BeginExecute() function
|
/ohos5.0/base/useriam/user_auth_framework/test/fuzztest/services/servicecore_fuzzer/src/ |
H A D | resource_node_fuzzer.cpp | 223 node->BeginExecute(scheduleId, publicKey, command); in FuzzResourceNodeBeginExecute()
|
/ohos5.0/base/useriam/user_auth_framework/services/context/src/ |
H A D | remote_executor_stub.cpp | 290 node->BeginExecute(scheduleInfo.scheduleId, publicKey, attr); in ProcBeginExecuteRequest()
|