Searched refs:entry_id (Results 1 – 5 of 5) sorted by relevance
232 def get_response_code(entry_id: str) -> str | None:274 return codes.get(entry_id, "bad_request")278 entry_id: str,326 if arg_index in entries.get(entry_id, []):331 function_name = entry_id[0].lower() + entry_id[1:]369 if entry_id == "InternalError":382 if entry_id == "InternalError":387 if entry_id == "ServiceTemporarilyUnavailable":390 res = get_response_code(entry_id)416 if entry_id in addMessageToJson:[all …]
14 uint32_t entry_id; member40 tse->entry_id = id; in timestamp_add()60 switch (tse->entry_id) { in timestamp_add_to_bootstage()
66 def acl_get_entry(acl, entry_id): argument68 ret = libacl.acl_get_entry(acl, entry_id, ctypes.byref(entry))166 entry_id = ACL_FIRST_ENTRY168 entry = acl_get_entry(self.acl, entry_id)188 entry_id = ACL_NEXT_ENTRY
224 ${entry_id}= Read Attribute ${elog_entry[0]} Message225 Should Be Equal ${entry_id}228 ${entry_id}= Read Attribute ${elog_entry[0]} Severity229 Should Be Equal ${entry_id}
120 …ntent-Type: application/json" -X DELETE https://${bmc}/xyz/openbmc_project/logging/entry/<entry_id>127 …"Content-Type: application/json" -X DELETE https://${bmc}/xyz/openbmc_project/dump/entry/<entry_id>