Searched refs:offstat (Results 1 - 3 of 3) sorted by relevance

/sssd-io/src/providers/
H A Ddata_provider_be.c71 return ctx->offstat.offline;
114 ctx->offstat.went_offline = time(NULL);
115 ctx->offstat.offline = true;
220 ctx->offstat.went_offline = 0;
221 ctx->offstat.offline = false;
235 be_ctx->offstat.went_offline = time(NULL);
318 be_ctx->offstat.went_offline = time(NULL);
H A Dbackend.h105 struct be_offline_status offstat; member in struct:be_ctx
/sssd-io/src/tests/cmocka/
H A Dtest_be_ptask.c53 test_ctx->be_ctx->offstat.went_offline = 0; \
54 test_ctx->be_ctx->offstat.offline = false; \
58 test_ctx->be_ctx->offstat.went_offline = get_current_time(); \
59 test_ctx->be_ctx->offstat.offline = true; \
85 return ctx->offstat.offline;

Completed in 39 milliseconds