Searched defs:ConnectionCallback (Results 1 – 2 of 2) sorted by relevance
158 struct ConnectionCallback { struct159 ConnectionCallback(napi_env env, napi_value cbInfo, ConnectRemoveKeyType key) in ConnectionCallback() function172 ConnectionCallback(ConnectionCallback &&other) in ConnectionCallback() argument183 const ConnectionCallback &operator=(ConnectionCallback &) = delete; argument198 ~ConnectionCallback() in ~ConnectionCallback() argument216 void AddConnectionCallback(std::shared_ptr<ConnectionCallback> callback); argument
39 class ConnectionCallback : public Rosen::IWindowExtensionCallback { class42 …ConnectionCallback(WeakPtr<RenderNode> node, int32_t instanceId) : node_(std::move(node)), instanc… in ConnectionCallback() function in OHOS::Ace::ConnectionCallback