Home
last modified time | relevance | path

Searched defs:ConnectionCallback (Results 1 – 2 of 2) sorted by relevance

/foundation/ability/ability_runtime/frameworks/js/napi/inner/napi_ability_common/
Djs_napi_common_ability.h158 struct ConnectionCallback { struct
159 ConnectionCallback(napi_env env, napi_value cbInfo, ConnectRemoveKeyType key) in ConnectionCallback() function
172 ConnectionCallback(ConnectionCallback &&other) in ConnectionCallback() argument
183 const ConnectionCallback &operator=(ConnectionCallback &) = delete; argument
198 ~ConnectionCallback() in ~ConnectionCallback() argument
216 void AddConnectionCallback(std::shared_ptr<ConnectionCallback> callback); argument
/foundation/arkui/ace_engine/adapter/ohos/capability/window_connection/
Dwindow_extension_connection_ohos.cpp39 class ConnectionCallback : public Rosen::IWindowExtensionCallback { class
42ConnectionCallback(WeakPtr<RenderNode> node, int32_t instanceId) : node_(std::move(node)), instanc… in ConnectionCallback() function in OHOS::Ace::ConnectionCallback