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/standard/
Dipc_dev_auth_stub.cpp36 static struct CbStubInfo g_cbStub[MAX_CBSTUB_SIZE];
163 for (i = 0; i < MAX_CBSTUB_SIZE; i++) { in InitCbStubTable()
267 for (i = 0; i < MAX_CBSTUB_SIZE; i++) { in SetRemoteObject()
285 if ((cbStubIdx < 0) || (cbStubIdx >= MAX_CBSTUB_SIZE) || (!g_cbStub[cbStubIdx].inUse)) { in AddCbDeathRecipient()
297 if ((idx >= 0) && (idx < MAX_CBSTUB_SIZE)) { in ResetRemoteObject()
308 if ((objIdx < 0) || (objIdx >= MAX_CBSTUB_SIZE) || (!g_cbStub[objIdx].inUse)) { in ActCallback()
/base/security/device_auth/frameworks/src/lite/
Dipc_dev_auth_stub.c40 static struct CbStubInfo g_cbStub[MAX_CBSTUB_SIZE];
276 for (i = 0; i < MAX_CBSTUB_SIZE; i++) { in SetRemoteObject()
307 if ((cbStubIdx < 0) || (cbStubIdx >= MAX_CBSTUB_SIZE)) { in AddCbDeathRecipient()
327 if ((idx >= 0) && (idx < MAX_CBSTUB_SIZE)) { in ResetRemoteObject()
345 if ((objIdx < 0) || (objIdx >= MAX_CBSTUB_SIZE) || (!g_cbStub[objIdx].inUse)) { in ActCallback()
/base/security/device_auth/frameworks/inc/lite/
Dipc_dev_auth_stub.h33 #define MAX_CBSTUB_SIZE 64 macro
/base/security/device_auth/frameworks/inc/standard/
Dipc_dev_auth_stub.h29 const int32_t MAX_CBSTUB_SIZE = 64; variable