#include <ROOT/RLogger.hxx>
#include <ROOT/RNTupleUtil.hxx>
#include <ROOT/RStringView.hxx>
#include <daos.h>
#include <array>
#include <algorithm>
#include <cstring>
#include <memory>
#include <mutex>
#include <string>
#include <type_traits>
#include <unordered_map>
Typedefs | |
using | Uuid_t = std::array< unsigned char, 16 > |
Definition in file libdaos_mock.cxx.
using Uuid_t = std::array<unsigned char, 16> |
Definition at line 31 of file libdaos_mock.cxx.
const char * d_errstr | ( | int | rc | ) |
Definition at line 241 of file libdaos_mock.cxx.
void d_rank_list_free | ( | d_rank_list_t * | rank_list | ) |
Definition at line 236 of file libdaos_mock.cxx.
int daos_cont_close | ( | daos_handle_t | coh, |
daos_event_t * | ev | ||
) |
Definition at line 305 of file libdaos_mock.cxx.
int daos_cont_create | ( | daos_handle_t | poh, |
const uuid_t | uuid, | ||
daos_prop_t * | cont_prop, | ||
daos_event_t * | ev | ||
) |
Definition at line 270 of file libdaos_mock.cxx.
int daos_cont_open | ( | daos_handle_t | poh, |
const uuid_t | uuid, | ||
unsigned int | flags, | ||
daos_handle_t * | coh, | ||
daos_cont_info_t * | info, | ||
daos_event_t * | ev | ||
) |
Definition at line 285 of file libdaos_mock.cxx.
int daos_eq_create | ( | daos_handle_t * | eqh | ) |
Definition at line 316 of file libdaos_mock.cxx.
int daos_eq_destroy | ( | daos_handle_t | eqh, |
int | flags | ||
) |
Definition at line 322 of file libdaos_mock.cxx.
int daos_eq_poll | ( | daos_handle_t | eqh, |
int | wait_running, | ||
int64_t | timeout, | ||
unsigned int | nevents, | ||
daos_event_t ** | events | ||
) |
Definition at line 329 of file libdaos_mock.cxx.
int daos_event_fini | ( | daos_event_t * | ev | ) |
Definition at line 347 of file libdaos_mock.cxx.
int daos_event_init | ( | daos_event_t * | ev, |
daos_handle_t | eqh, | ||
daos_event_t * | parent | ||
) |
Definition at line 339 of file libdaos_mock.cxx.
Definition at line 224 of file libdaos_mock.cxx.
Definition at line 218 of file libdaos_mock.cxx.
int daos_obj_close | ( | daos_handle_t | oh, |
daos_event_t * | ev | ||
) |
Definition at line 370 of file libdaos_mock.cxx.
int daos_obj_fetch | ( | daos_handle_t | oh, |
daos_handle_t | th, | ||
uint64_t | flags, | ||
daos_key_t * | dkey, | ||
unsigned int | nr, | ||
daos_iod_t * | iods, | ||
d_sg_list_t * | sgls, | ||
daos_iom_t * | ioms, | ||
daos_event_t * | ev | ||
) |
Definition at line 377 of file libdaos_mock.cxx.
int daos_obj_open | ( | daos_handle_t | coh, |
daos_obj_id_t | oid, | ||
unsigned int | mode, | ||
daos_handle_t * | oh, | ||
daos_event_t * | ev | ||
) |
Definition at line 357 of file libdaos_mock.cxx.
int daos_obj_update | ( | daos_handle_t | oh, |
daos_handle_t | th, | ||
uint64_t | flags, | ||
daos_key_t * | dkey, | ||
unsigned int | nr, | ||
daos_iod_t * | iods, | ||
d_sg_list_t * | sgls, | ||
daos_event_t * | ev | ||
) |
Definition at line 392 of file libdaos_mock.cxx.
int daos_oclass_id2name | ( | daos_oclass_id_t | oc_id, |
char * | name | ||
) |
Definition at line 253 of file libdaos_mock.cxx.
int daos_oclass_name2id | ( | const char * | name | ) |
Definition at line 246 of file libdaos_mock.cxx.
int daos_pool_connect | ( | const uuid_t | uuid, |
const char * | grp, | ||
const d_rank_list_t * | svc, | ||
unsigned int | flags, | ||
daos_handle_t * | poh, | ||
daos_pool_info_t * | info, | ||
daos_event_t * | ev | ||
) |
Definition at line 410 of file libdaos_mock.cxx.
int daos_pool_disconnect | ( | daos_handle_t | poh, |
daos_event_t * | ev | ||
) |
Definition at line 426 of file libdaos_mock.cxx.
d_rank_list_t * daos_rank_list_parse | ( | const char * | str, |
const char * | sep | ||
) |
Definition at line 229 of file libdaos_mock.cxx.
|
inline |
Definition at line 51 of file libdaos_mock.cxx.