Home
last modified time | relevance | path

Searched refs:GetExecutorPublicKey (Results 1 – 13 of 13) sorted by relevance

/ohos5.0/base/useriam/user_auth_framework/test/unittest/services/mocks/
H A Dmock_resource_node.h37 MOCK_CONST_METHOD0(GetExecutorPublicKey, std::vector<uint8_t>());
73 EXPECT_CALL(*node, GetExecutorPublicKey()).WillRepeatedly(Return(key)); in CreateWithExecuteIndex()
100 EXPECT_CALL(*node, GetExecutorPublicKey()).WillRepeatedly(Return(key)); in CreateWithExecuteIndex()
/ohos5.0/drivers/peripheral/user_auth/test/unittest/service_test/inc/
H A Dsignature_operation.h36 ResultCode GetExecutorPublicKey(std::vector<uint8_t> &vPubKey);
/ohos5.0/base/useriam/user_auth_framework/services/core/src/
H A Dresource_node_impl.cpp48 std::vector<uint8_t> GetExecutorPublicKey() const override;
131 std::vector<uint8_t> ResourceNodeImpl::GetExecutorPublicKey() const in GetExecutorPublicKey() function in OHOS::UserIam::UserAuth::ResourceNodeImpl
H A Dschedule_node_impl.cpp360 auto peerPk = collector->GetExecutorPublicKey(); in ProcessBeginVerifier()
390 auto peerPk = collector->GetExecutorPublicKey(); in ProcessBeginCollector()
H A Dremote_msg_util.cpp208 executorInfo.publicKey = node->GetExecutorPublicKey(); in GetQueryExecutorInfoReply()
/ohos5.0/base/useriam/user_auth_framework/services/core/inc/
H A Dresource_node.h42 virtual std::vector<uint8_t> GetExecutorPublicKey() const = 0;
/ohos5.0/base/useriam/user_auth_framework/test/fuzztest/dummy/
H A Ddummy_resource_node.h61 std::vector<uint8_t> GetExecutorPublicKey() const in GetExecutorPublicKey() function
/ohos5.0/base/useriam/user_auth_framework/test/fuzztest/services/servicecore_fuzzer/inc/
H A Dcommon_dummy.h80 std::vector<uint8_t> GetExecutorPublicKey() const in GetExecutorPublicKey() function
/ohos5.0/drivers/peripheral/user_auth/test/unittest/service_test/src/
H A Dsignature_operation.cpp252 ResultCode GetExecutorPublicKey(std::vector<uint8_t> &vPubKey) in GetExecutorPublicKey() function
H A Duser_auth_interface_service_test.cpp74 EXPECT_EQ(GetExecutorPublicKey(info.publicKey), 0); in DoOnceExecutorRegister()
789 EXPECT_EQ(GetExecutorPublicKey(info.publicKey), 0);
/ohos5.0/base/useriam/user_auth_framework/test/fuzztest/services/servicecore_fuzzer/src/
H A Dresource_node_fuzzer.cpp197 node->GetExecutorPublicKey(); in FuzzResourceNodeGetExecutorPublicKey()
/ohos5.0/base/useriam/user_auth_framework/test/unittest/services/src/
H A Duser_idm_service_test.cpp369 … EXPECT_CALL(*resourceNode, GetExecutorPublicKey()).WillRepeatedly(Return(std::vector<uint8_t>())); in MockForIdmResourceNode()
H A Duser_auth_service_test.cpp499 … EXPECT_CALL(*resourceNode, GetExecutorPublicKey()).WillRepeatedly(Return(std::vector<uint8_t>())); in MockForAuthResourceNode()