Home
last modified time | relevance | path

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

/ohos5.0/base/location/services/location_locator/locator/source/
H A Dlocation_config_manager.cpp30 const int UNKNOW_ERROR = -1; variable
185 return UNKNOW_ERROR; in GetIntParameter()
191 return UNKNOW_ERROR; in GetIntParameter()
195 return UNKNOW_ERROR; in GetIntParameter()
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/socket/socket_exec/src/
H A Dlocal_socket_exec.cpp46 constexpr int UNKNOW_ERROR = -1; variable
586 callback.OnError(UNKNOW_ERROR); in RecvHandler()
634 callback.OnError(UNKNOW_ERROR); in AcceptHandler()
770 context->SetErrorCode(UNKNOW_ERROR); in ExecLocalSocketBind()
819 context->SetErrorCode(UNKNOW_ERROR); in ExecLocalSocketConnect()
1008 context->SetErrorCode(UNKNOW_ERROR); in ExecLocalSocketServerListen()
1031 context->SetErrorCode(UNKNOW_ERROR); in ExecLocalSocketServerEnd()
1127 context->SetErrorCode(UNKNOW_ERROR); in ExecLocalSocketServerGetExtraOptions()
H A Dsocket_exec.cpp58 static constexpr const int UNKNOW_ERROR = -1; variable
1091 context->SetErrorCode(UNKNOW_ERROR); in ExecClose()
1894 RecvInErrorCondition(UNKNOW_ERROR, clientId, connectFD, callback); in ClientPollRecv()
1932 RecvInErrorCondition(UNKNOW_ERROR, clientId, connectFD, callback); in ClientPollRecv()