Searched refs:GetOldRootSecret (Results 1 – 7 of 7) sorted by relevance
31 virtual std::vector<uint8_t> GetOldRootSecret() const = 0;
29 MOCK_CONST_METHOD0(GetOldRootSecret, std::vector<uint8_t>());
32 std::vector<uint8_t> UpdatePinParamImpl::GetOldRootSecret() const in GetOldRootSecret() function in OHOS::UserIam::UserAuth::UpdatePinParamImpl
31 std::vector<uint8_t> GetOldRootSecret() const override;
53 std::vector<uint8_t> testOldRootSecret = pinInfo->GetOldRootSecret();
455 EXPECT_CALL(*pinInfoTemp004, GetOldRootSecret()).WillOnce(Return(test)); in __anon57dbc4041002()503 EXPECT_CALL(*pinInfoTemp005, GetOldRootSecret()).WillOnce(Return(test)); in __anon57dbc4041202()557 EXPECT_CALL(*pinInfoTemp006, GetOldRootSecret()).WillOnce(Return(test)); in __anon57dbc4041402()
160 std::vector<uint8_t> oldRootSecret = pinInfo->GetOldRootSecret(); in InvokeResultCallback()