Home
last modified time | relevance | path

Searched refs:MAX_CBSTUB_SIZE (Results 1 - 4 of 4) sorted by relevance

/base/security/device_auth/frameworks/src/lite/
H A Dipc_dev_auth_stub.c41 static struct CbStubInfo g_cbStub[MAX_CBSTUB_SIZE];
281 for (i = 0; i < MAX_CBSTUB_SIZE; i++) { in SetRemoteObject()
312 if ((cbStubIdx < 0) || (cbStubIdx >= MAX_CBSTUB_SIZE)) { in AddCbDeathRecipient()
332 if ((idx >= 0) && (idx < MAX_CBSTUB_SIZE)) { in ResetRemoteObject()
350 if ((objIdx < 0) || (objIdx >= MAX_CBSTUB_SIZE) || (!g_cbStub[objIdx].inUse)) { in ActCallback()
/base/security/device_auth/frameworks/inc/lite/
H A Dipc_dev_auth_stub.h33 #define MAX_CBSTUB_SIZE 64 macro
/base/security/device_auth/frameworks/src/standard/
H A Dipc_dev_auth_stub.cpp44 static struct CbStubInfo g_cbStub[MAX_CBSTUB_SIZE];
198 for (i = 0; i < MAX_CBSTUB_SIZE; i++) { in InitCbStubTable()
333 for (i = 0; i < MAX_CBSTUB_SIZE; i++) { in SetRemoteObject()
351 if ((cbStubIdx < 0) || (cbStubIdx >= MAX_CBSTUB_SIZE) || (!g_cbStub[cbStubIdx].inUse)) { in AddCbDeathRecipient()
363 if ((idx >= 0) && (idx < MAX_CBSTUB_SIZE)) { in ResetRemoteObject()
374 if ((objIdx < 0) || (objIdx >= MAX_CBSTUB_SIZE) || (!g_cbStub[objIdx].inUse)) { in ActCallback()
/base/security/device_auth/frameworks/inc/standard/
H A Dipc_dev_auth_stub.h29 const int32_t MAX_CBSTUB_SIZE = 64; member

Completed in 3 milliseconds