Lines Matching refs:std
37 ScreenScene(std::string name);
40 void LoadContent(const std::string& contentUrl, napi_env env, napi_value storage,
43 void UpdateConfiguration(const std::shared_ptr<AppExecFwk::Configuration>& configuration) override;
45 void RequestVsync(const std::shared_ptr<VsyncCallback>& vsyncCallback) override;
49 void OnBundleUpdated(const std::string& bundleName);
50 void SetFrameLayoutFinishCallback(std::function<void()> && callback);
66 const std::string& GetWindowName() const override
84 std::mutex mutex_;
85 std::unique_ptr<Ace::UIContent> uiContent_;
89 std::string name_;
90 std::function<void()> frameLayoutFinishCb_ = nullptr;
91 std::shared_ptr<VsyncStation> vsyncStation_ = nullptr;
92 std::shared_ptr<AppExecFwk::EventHandler> handler_ = nullptr;