Home
last modified time | relevance | path

Searched refs:userError (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/communication/ipc/ipc/native/src/mock/source/
H A Dbinder_invoker.cpp555 int userError = HandleCommands(cmd); in StartWorkLoop() local
559 …if ((userError == -ERR_TIMED_OUT || userError == IPC_INVOKER_INVALID_DATA_ERR) && !isMainWorkThrea… in StartWorkLoop()
560 ZLOGW(LABEL, "exit, userError:%{public}d", userError); in StartWorkLoop()