Searched refs:kLIST_Ok (Results 1 – 6 of 6) sorted by relevance
34 list_status_t listStatus = kLIST_Ok; in LIST_Error_Check()127 list_status_t listStatus = kLIST_Ok; in LIST_AddTail()130 if (listStatus == kLIST_Ok) /* Avoiding list status error */ in LIST_AddTail()173 list_status_t listStatus = kLIST_Ok; in LIST_AddHead()176 if (listStatus == kLIST_Ok) /* Avoiding list status error */ in LIST_AddHead()330 list_status_t listStatus = kLIST_Ok; in LIST_RemoveElement()401 list_status_t listStatus = kLIST_Ok; in LIST_AddPrevElement()411 if (listStatus == kLIST_Ok) in LIST_AddPrevElement()
48 kLIST_Ok = kStatus_Success, /*!< Success */ enumerator58 kLIST_Ok = 0, /*!< Success */ enumerator
56 …return ((list_status_t)kLIST_Ok == listStatus) ? (messaging_status_t)kMSG_Success : (messaging_sta… in MSG_QueueAddTail()70 …return ((list_status_t)kLIST_Ok == listStatus) ? (messaging_status_t)kMSG_Success : (messaging_sta… in MSG_QueueAddHead()87 …return ((list_status_t)kLIST_Ok == listStatus) ? (messaging_status_t)kMSG_Success : (messaging_sta… in MSG_QueueAddPrev()100 …return ((list_status_t)kLIST_Ok == listStatus) ? (messaging_status_t)kMSG_Success : (messaging_sta… in MSG_QueueRemove()
476 (list_element_handle_t) & (notifyElement->link)) != kLIST_Ok) in PM_RegisterNotify()521 …emoveElement((list_element_handle_t) & (((pm_notify_element_t *)notifyElement)->link)) != kLIST_Ok) in PM_UnregisterNotify()
435 assert(listStatus == kLIST_Ok); in OSA_TaskCreate()
1754 if (kLIST_Ok == LIST_RemoveElement(&serialWriteHandle->link))