Searched refs:mock_be_ctx (Results 1 - 11 of 11) sorted by relevance
/sssd-io/src/tests/cmocka/ |
H A D | common_mock_be.h | 28 struct be_ctx *mock_be_ctx(TALLOC_CTX *mem_ctx, struct sss_test_ctx *tctx);
|
H A D | common_mock_be.c | 26 struct be_ctx *mock_be_ctx(TALLOC_CTX *mem_ctx, struct sss_test_ctx *tctx) function
|
H A D | test_data_provider_be.c | 89 test_ctx->be_ctx = mock_be_ctx(test_ctx, test_ctx->tctx);
|
H A D | test_krb5_wait_queue.c | 140 test_ctx->be_ctx = mock_be_ctx(test_ctx, test_ctx->tctx);
|
H A D | test_be_ptask.c | 283 test_ctx->be_ctx = mock_be_ctx(test_ctx, test_ctx->tctx);
|
H A D | test_dyndns.c | 960 dyndns_test_ctx->be_ctx = mock_be_ctx(dyndns_test_ctx, dyndns_test_ctx->tctx);
|
H A D | test_ipa_subdomains_server.c | 301 test_ctx->be_ctx = mock_be_ctx(test_ctx, test_ctx->tctx);
|
H A D | test_simple_access.c | 74 simple_test_ctx->be_ctx = mock_be_ctx(simple_test_ctx,
|
H A D | test_nested_groups.c | 622 test_ctx->be_ctx = mock_be_ctx(test_ctx, test_ctx->tctx);
|
/sssd-io/src/tests/cmocka/data_provider/ |
H A D | test_dp_builtin.c | 58 test_ctx->be_ctx = mock_be_ctx(test_ctx, test_ctx->tctx);
|
H A D | test_dp_request.c | 56 test_ctx->be_ctx = mock_be_ctx(test_ctx, test_ctx->tctx);
|
Completed in 663 milliseconds