Searched refs:ErrorCodeTrans (Results 1 – 2 of 2) sorted by relevance
28 static int32_t ErrorCodeTrans(int32_t retCode) in ErrorCodeTrans() function69 auto pair = new std::pair<int32_t, MDnsServiceInfo>(ErrorCodeTrans(retCode), serviceInfo); in EmitStartDiscover()90 auto pair = new std::pair<int32_t, MDnsServiceInfo>(ErrorCodeTrans(retCode), serviceInfo); in EmitStopDiscover()
29 static int32_t ErrorCodeTrans(int status) in ErrorCodeTrans() function80 ret = ErrorCodeTrans(status); in OH_NetConn_GetAddrInfo()