Searched refs:GaCbOnRequestWithType (Results 1 - 2 of 2) sorted by relevance
/base/security/device_auth/frameworks/src/lite/ |
H A D | ipc_adapt.c | 895 static char *GaCbOnRequestWithType(int64_t requestId, int32_t operationCode, const char *reqParams, int32_t type) in GaCbOnRequestWithType() function 970 return GaCbOnRequestWithType(requestId, operationCode, reqParams, CB_TYPE_DEV_AUTH); in IpcGaCbOnRequest() 975 return GaCbOnRequestWithType(requestId, operationCode, reqParams, CB_TYPE_TMP_DEV_AUTH); in TmpIpcGaCbOnRequest()
|
/base/security/device_auth/frameworks/src/standard/ |
H A D | ipc_adapt.cpp | 865 static char *GaCbOnRequestWithType(int64_t requestId, int32_t operationCode, const char *reqParams, int32_t type) in GaCbOnRequestWithType() function 936 return GaCbOnRequestWithType(requestId, operationCode, reqParams, CB_TYPE_DEV_AUTH); in IpcGaCbOnRequest() 941 return GaCbOnRequestWithType(requestId, operationCode, reqParams, CB_TYPE_TMP_DEV_AUTH); in TmpIpcGaCbOnRequest()
|
Completed in 6 milliseconds