Home
last modified time | relevance | path

Searched refs:g_deathCbId (Results 1 - 2 of 2) sorted by relevance

/foundation/distributedhardware/device_manager/interfaces/inner_kits/native_cpp/src/ipc/lite/
H A Dipc_client_server_proxy.cpp27 static uint32_t g_deathCbId = INVALID_CB_ID; member
41 g_deathCbId = INVALID_CB_ID; in DmDeathCallback()
77 g_deathCbId = INVALID_CB_ID; in RegisterServerDeathCb()
78 if (AddDeathRecipient(g_svcIdentity, DmDeathCallback, nullptr, &g_deathCbId) != EC_SUCCESS) { in RegisterServerDeathCb()
/foundation/communication/dsoftbus/sdk/frame/small/src/
H A Dsoftbus_client_stub.c40 static unsigned int g_deathCbId = INVALID_CB_ID; variable
115 RemoveDeathRecipient(g_svcIdentity, g_deathCbId); in UnregisterServerDeathCb()
116 g_deathCbId = INVALID_CB_ID; in UnregisterServerDeathCb()
208 g_deathCbId = INVALID_CB_ID; in RegisterServerDeathCb()
209 if (AddDeathRecipient(g_svcIdentity, DeathCallback, NULL, &g_deathCbId) != EC_SUCCESS) { in RegisterServerDeathCb()

Completed in 1 milliseconds