Home
last modified time | relevance | path

Searched refs:BeginExecute (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/base/useriam/user_auth_framework/test/unittest/services/mocks/
H A Dmock_resource_node.h40 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 Dresource_node_impl.cpp51 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 Dschedule_node_impl.cpp363 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 Dresource_node_test.cpp134 EXPECT_EQ(node->BeginExecute(scheduleId, publicKey, command), GENERAL_ERROR);
165 EXPECT_EQ(node->BeginExecute(scheduleId, publicKey, command), SUCCESS);
H A Duser_idm_service_test.cpp370 EXPECT_CALL(*resourceNode, BeginExecute(_, _, _)) in MockForIdmResourceNode()
H A Duser_auth_service_test.cpp500 EXPECT_CALL(*resourceNode, BeginExecute(_, _, _)) in MockForAuthResourceNode()
/ohos5.0/base/useriam/user_auth_framework/services/core/inc/
H A Dresource_node.h44 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 Ddummy_resource_node.h69 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 Dcommon_dummy.h92 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 Dresource_node_fuzzer.cpp223 node->BeginExecute(scheduleId, publicKey, command); in FuzzResourceNodeBeginExecute()
/ohos5.0/base/useriam/user_auth_framework/services/context/src/
H A Dremote_executor_stub.cpp290 node->BeginExecute(scheduleInfo.scheduleId, publicKey, attr); in ProcBeginExecuteRequest()