Searched refs:threadModelImpl (Results 1 – 4 of 4) sorted by relevance
42 AceViewPreview::AceViewPreview(int32_t instanceId, std::unique_ptr<ThreadModelImpl> threadModelImpl) in AceViewPreview() argument43 : instanceId_(instanceId), threadModelImpl_(std::move(threadModelImpl)) in AceViewPreview()
36 AceViewPreview(int32_t instanceId, std::unique_ptr<ThreadModelImpl> threadModelImpl);
61 AceViewOhos::AceViewOhos(int32_t id, std::unique_ptr<ThreadModelImpl> threadModelImpl) in AceViewOhos() argument62 : instanceId_(id), threadModelImpl_(std::move(threadModelImpl)) in AceViewOhos()
43 explicit AceViewOhos(int32_t id, std::unique_ptr<ThreadModelImpl> threadModelImpl);