Searched refs:GetExecutorPublicKey (Results 1 – 13 of 13) sorted by relevance
37 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()
36 ResultCode GetExecutorPublicKey(std::vector<uint8_t> &vPubKey);
48 std::vector<uint8_t> GetExecutorPublicKey() const override;131 std::vector<uint8_t> ResourceNodeImpl::GetExecutorPublicKey() const in GetExecutorPublicKey() function in OHOS::UserIam::UserAuth::ResourceNodeImpl
360 auto peerPk = collector->GetExecutorPublicKey(); in ProcessBeginVerifier()390 auto peerPk = collector->GetExecutorPublicKey(); in ProcessBeginCollector()
208 executorInfo.publicKey = node->GetExecutorPublicKey(); in GetQueryExecutorInfoReply()
42 virtual std::vector<uint8_t> GetExecutorPublicKey() const = 0;
61 std::vector<uint8_t> GetExecutorPublicKey() const in GetExecutorPublicKey() function
80 std::vector<uint8_t> GetExecutorPublicKey() const in GetExecutorPublicKey() function
252 ResultCode GetExecutorPublicKey(std::vector<uint8_t> &vPubKey) in GetExecutorPublicKey() function
74 EXPECT_EQ(GetExecutorPublicKey(info.publicKey), 0); in DoOnceExecutorRegister()789 EXPECT_EQ(GetExecutorPublicKey(info.publicKey), 0);
197 node->GetExecutorPublicKey(); in FuzzResourceNodeGetExecutorPublicKey()
369 … EXPECT_CALL(*resourceNode, GetExecutorPublicKey()).WillRepeatedly(Return(std::vector<uint8_t>())); in MockForIdmResourceNode()
499 … EXPECT_CALL(*resourceNode, GetExecutorPublicKey()).WillRepeatedly(Return(std::vector<uint8_t>())); in MockForAuthResourceNode()