Home
last modified time | relevance | path

Searched refs:DeathCallback (Results 1 - 16 of 16) sorted by relevance

/foundation/communication/ipc/ipc/native/c/manager/src/
H A Dipc_process_skeleton.c177 DeathCallback *node = NULL; in DeleteHandle()
178 DeathCallback *next = NULL; in DeleteHandle()
181 UTILS_DL_LIST_FOR_EACH_ENTRY_SAFE(node, next, &g_ipcSkeleton->objects, DeathCallback, list) in DeleteHandle()
228 DeathCallback *node = NULL; in FirstAddObject()
229 DeathCallback *next = NULL; in FirstAddObject()
230 UTILS_DL_LIST_FOR_EACH_ENTRY_SAFE(node, next, &g_ipcSkeleton->objects, DeathCallback, list) in FirstAddObject()
238 node = (DeathCallback*)calloc(1, sizeof(DeathCallback)); in FirstAddObject()
268 static uint32_t SetDeathHandlerPair(DeathCallback *node, uint32_t index, OnRemoteDead func, void* args) in SetDeathHandlerPair()
289 DeathCallback *nod in ProcessAddDeathRecipient()
[all...]
/foundation/communication/ipc/ipc/native/c/manager/include/
H A Dipc_process_skeleton.h44 } DeathCallback; typedef
69 void SendObituary(DeathCallback *deathCallback);
70 void DeleteDeathCallback(DeathCallback *deathCallback);
/foundation/window/window_manager_lite/services/ims/
H A Dinput_event_client_proxy.cpp64 if (AddDeathRecipient(svc, DeathCallback, nullptr, &cbId) != 0) { in AddListener()
74 void InputEventClientProxy::DeathCallback(void* origin) in DeathCallback() function in OHOS::InputEventClientProxy
/foundation/multimedia/av_session/frameworks/native/session/include/
H A Davsession_manager_impl.h66 int32_t RegisterServiceDeathCallback(const DeathCallback& callback) override;
115 DeathCallback deathCallback_;
/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/include/
H A Dbundle_daemon_client.h46 static void DeathCallback(void* arg);
/foundation/window/window_manager_lite/frameworks/ims/
H A Dinput_event_client_proxy.h65 static void DeathCallback(void* origin);
/foundation/window/window_manager_lite/services/wms/
H A Dlite_wms.h39 static void DeathCallback(void* arg);
H A Dlite_wms.cpp243 if (AddDeathRecipient(arg->sid, DeathCallback, arg, &cbId) != 0) { in ClientRegister()
248 void LiteWMS::DeathCallback(void* arg) in DeathCallback() function in OHOS::LiteWMS
/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/src/
H A Dbundle_daemon_client.cpp71 void BundleDaemonClient::DeathCallback(void* arg) in DeathCallback() function in OHOS::BundleDaemonClient
137 if (::AddDeathRecipient(bdsSvcIdentity_, &BundleDaemonClient::DeathCallback, this, &cbid_) != ERR_NONE) { in Initialize()
168 if (::AddDeathRecipient(client->bdsSvcIdentity_, &BundleDaemonClient::DeathCallback, in RegisterDeathCallback()
/foundation/communication/dsoftbus/sdk/frame/small/src/
H A Dsoftbus_client_stub.c195 static void DeathCallback(void) in DeathCallback() function
209 if (AddDeathRecipient(g_svcIdentity, DeathCallback, NULL, &g_deathCbId) != EC_SUCCESS) { in RegisterServerDeathCb()
/foundation/multimedia/av_session/interfaces/inner_api/native/session/include/
H A Davsession_manager.h151 * @param callback Listen for death callback event{@link DeathCallback}.
155 virtual int32_t RegisterServiceDeathCallback(const DeathCallback& callback) = 0;
160 * @param callback Listen for death callback event{@link DeathCallback}.
H A Davsession_info.h37 using DeathCallback = std::function<void()>;
/foundation/communication/ipc/ipc/native/c/ipc/src/liteos_a/
H A Dipc_invoker.c272 DeathCallback *node = NULL; in CallDeathCallback()
274 UTILS_DL_LIST_FOR_EACH_ENTRY(node, &ipcSkeleton->objects, DeathCallback, list) in CallDeathCallback()
/foundation/communication/ipc/ipc/native/c/ipc/src/linux/
H A Dipc_invoker.c271 DeathCallback *death = (DeathCallback *)(uintptr_t) *(binder_uintptr_t *)ptr; in HandleDeadBinder()
/foundation/communication/ipc/ipc/native/c/rpc/src/
H A Ddbinder_invoker.c584 DeathCallback *node = NULL; in OnDatabusSessionClosed()
585 UTILS_DL_LIST_FOR_EACH_ENTRY(node, &ipcSkeleton->objects, DeathCallback, list) in OnDatabusSessionClosed()
/foundation/multimedia/av_session/frameworks/native/session/src/
H A Davsession_manager_impl.cpp270 int32_t AVSessionManagerImpl::RegisterServiceDeathCallback(const DeathCallback& callback) in RegisterServiceDeathCallback()

Completed in 11 milliseconds