Home
last modified time | relevance | path

Searched defs:resultCode (Results 1 – 2 of 2) sorted by relevance

/drivers/hdf_core/framework/support/posix/src/
Dosal_thread.c94 …int resultCode = pthread_create(threadId, attribute, (PosixEntry)para->threadEntry, para->entryPar… in OsalCreatePthread() local
131 int resultCode = pthread_attr_init(&attribute); in OsalThreadStart() local
/drivers/peripheral/pin_auth/hdi_service/main/src/
Dpin_auth.cpp84 int32_t PinAuth::PinResultToCoAuthResult(int resultCode) in PinResultToCoAuthResult()