Home
last modified time | relevance | path

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

/dports/comms/gammu/gammu-1.42.0/docs/manual/c/
H A Ddebug.rst13 .. doxygenfunction:: GSM_LogError
/dports/comms/gammu/gammu-1.42.0/libgammu/
H A Dgsmstate.c763 GSM_LogError(s, "Init:GSM_SetDebugFile" , error); in GSM_InitConnection_Log()
791 GSM_LogError(s, "Init:GSM_RegisterAllConnections" , error); in GSM_InitConnection_Log()
822 GSM_LogError(s, "Init:GSM_TryGetModel" , error); in GSM_InitConnection_Log()
837 GSM_LogError(s, "Init:GSM_RegisterAllPhoneModules" , error); in GSM_InitConnection_Log()
856 GSM_LogError(s, "Init:GSM_OpenConnection" , error); in GSM_InitConnection_Log()
868 GSM_LogError(s, "Init:Phone->Initialise" , error); in GSM_InitConnection_Log()
889 GSM_LogError(s, "Init:Phone->GetManufacturer" , error); in GSM_InitConnection_Log()
895 GSM_LogError(s, "Init:Phone->GetModel" , error); in GSM_InitConnection_Log()
901 GSM_LogError(s, "Init:Phone->GetFirmware" , error); in GSM_InitConnection_Log()
907 GSM_LogError(s, "Init:Phone->SetPower" , error); in GSM_InitConnection_Log()
[all …]
H A Dgsmcomon.c223 void GSM_LogError(GSM_StateMachine * s, const char * message, const GSM_Error err) { in GSM_LogError() function
H A Dapi.c30 GSM_LogError(s, __FUNCTION__, err); \
/dports/comms/gammu/gammu-1.42.0/include/
H A Dgammu-debug.h143 void GSM_LogError(GSM_StateMachine * s, const char *message,
/dports/comms/gammu/gammu-1.42.0/tests/
H A Ddebug.c33 GSM_LogError(s, test_message, ERR_MOREMEMORY); in check_log()