Searched refs:GetRootSecret (Results 1 – 7 of 7) sorted by relevance
32 virtual std::vector<uint8_t> GetRootSecret() const = 0;
30 MOCK_CONST_METHOD0(GetRootSecret, std::vector<uint8_t>());
37 std::vector<uint8_t> UpdatePinParamImpl::GetRootSecret() const in GetRootSecret() function in OHOS::UserIam::UserAuth::UpdatePinParamImpl
32 std::vector<uint8_t> GetRootSecret() const override;
55 std::vector<uint8_t> testRootSecret = pinInfo->GetRootSecret();
456 EXPECT_CALL(*pinInfoTemp004, GetRootSecret()).WillOnce(Return(test)); in __anon57dbc4041002()504 EXPECT_CALL(*pinInfoTemp005, GetRootSecret()).WillOnce(Return(test)); in __anon57dbc4041202()558 EXPECT_CALL(*pinInfoTemp006, GetRootSecret()).WillOnce(Return(test)); in __anon57dbc4041402()
155 std::vector<uint8_t> rootSecret = pinInfo->GetRootSecret(); in InvokeResultCallback()