Home
last modified time | relevance | path

Searched refs:cbDataIdx (Results 1 - 6 of 6) sorted by relevance

/base/security/device_auth/frameworks/inc/lite/
H A Dipc_dev_auth_stub.h41 void AddCbDeathRecipient(int32_t cbStubIdx, int32_t cbDataIdx);
/base/security/device_auth/frameworks/inc/standard/
H A Dipc_dev_auth_stub.h41 static void AddCbDeathRecipient(int32_t cbStubIdx, int32_t cbDataIdx);
/base/security/device_auth/frameworks/src/lite/
H A Dipc_dev_auth_stub.c308 void AddCbDeathRecipient(int32_t cbStubIdx, int32_t cbDataIdx) in AddCbDeathRecipient() argument
321 ret = AddDeathRecipient(g_cbStub[cbStubIdx].cbStub, ClientDeathCallback, (void *)(size_t)cbDataIdx, &cbId); in AddCbDeathRecipient()
H A Dipc_adapt.c183 static void SetCbDeathRecipient(int32_t type, int32_t objIdx, int32_t cbDataIdx) in SetCbDeathRecipient() argument
186 AddCbDeathRecipient(objIdx, cbDataIdx); in SetCbDeathRecipient()
/base/security/device_auth/frameworks/src/standard/
H A Dipc_dev_auth_stub.cpp348 void ServiceDevAuth::AddCbDeathRecipient(int32_t cbStubIdx, int32_t cbDataIdx) in AddCbDeathRecipient() argument
356 bRet = g_cbStub[cbStubIdx].cbStub->AddDeathRecipient(new(std::nothrow) DevAuthDeathRecipient(cbDataIdx)); in AddCbDeathRecipient()
H A Dipc_adapt.cpp184 static void SetCbDeathRecipient(int32_t type, int32_t objIdx, int32_t cbDataIdx) in SetCbDeathRecipient() argument
187 ServiceDevAuth::AddCbDeathRecipient(objIdx, cbDataIdx); in SetCbDeathRecipient()

Completed in 7 milliseconds