Searched refs:GetAuthExecutorMsgs (Results 1 – 7 of 7) sorted by relevance
44 std::vector<Authentication::AuthExecutorMsg> GetAuthExecutorMsgs() const in GetAuthExecutorMsgs() function
37 MOCK_CONST_METHOD0(GetAuthExecutorMsgs, std::vector<Authentication::AuthExecutorMsg>());
42 std::vector<Authentication::AuthExecutorMsg> GetAuthExecutorMsgs() const override;
88 std::vector<Authentication::AuthExecutorMsg> AuthenticationImpl::GetAuthExecutorMsgs() const in GetAuthExecutorMsgs() function in OHOS::UserIam::UserAuth::AuthenticationImpl
75 virtual std::vector<Authentication::AuthExecutorMsg> GetAuthExecutorMsgs() const = 0;
223 auto authExecutorMsgs = auth_->GetAuthExecutorMsgs(); in SendAuthExecutorMsg()
247 auto authExecutorMsgs = authentication->GetAuthExecutorMsgs();