Home
last modified time | relevance | path

Searched refs:destroyCallback_ (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/communication/ipc/ipc/native/src/c_api/source/
H A Dipc_remote_object_internal.cpp27 …: deathRecipientCallback_(deathRecipientCallback), destroyCallback_(destroyCallback), userData_(us… in IPCDeathRecipient()
33 if (destroyCallback_ != nullptr) { in ~IPCDeathRecipient()
34 destroyCallback_(userData_); in ~IPCDeathRecipient()
37 destroyCallback_ = nullptr; in ~IPCDeathRecipient()
50 …: IPCObjectStub(desc), requestCallback_(requestCallback), destroyCallback_(destroyCallback), userD… in OHIPCRemoteServiceStub()
56 if (destroyCallback_ != nullptr) { in ~OHIPCRemoteServiceStub()
57 (void)destroyCallback_(userData_); in ~OHIPCRemoteServiceStub()
59 destroyCallback_ = nullptr; in ~OHIPCRemoteServiceStub()
/ohos5.0/foundation/communication/ipc/ipc/native/src/c_api/include/
H A Dipc_remote_object_internal.h44 OH_OnDeathRecipientDestroyCallback destroyCallback_; member
63 OH_OnRemoteDestroyCallback destroyCallback_; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dui_node.h695 destroyCallback_ = std::move(destroyCallback); in SetOnNodeDestroyCallback()
700 return destroyCallback_ != nullptr; in HasOnNodeDestroyCallback()
705 CHECK_NULL_VOID(destroyCallback_); in FireOnNodeDestroyCallback()
706 destroyCallback_(GetId()); in FireOnNodeDestroyCallback()
918 std::function<void(int32_t)> destroyCallback_; variable