Searched refs:mock_account_recv (Results 1 - 4 of 4) sorted by relevance
/sssd-io/src/tests/cmocka/ |
H A D | common_mock_resp.h | 47 * sss_dp_get_account_recv call by calling mock_account_recv. 60 void mock_account_recv(uint16_t dp_err, uint32_t dp_ret, char *msg,
|
H A D | common_mock_resp_dp.c | 28 * mocked values as per previous set by mock_account_recv 119 void mock_account_recv(uint16_t dp_err, uint32_t dp_ret, char *msg, function 134 return mock_account_recv(0, 0, NULL, NULL, NULL);
|
H A D | test_nss_srv.c | 827 mock_account_recv(0, 0, NULL, test_nss_getpwnam_search_acct_cb, nss_test_ctx); 906 mock_account_recv(0, 0, NULL, test_nss_getpwnam_update_acct_cb, nss_test_ctx); 1297 mock_account_recv(0, 0, NULL, test_nss_getpwuid_search_acct_cb, nss_test_ctx); 1376 mock_account_recv(0, 0, NULL, test_nss_getpwuid_update_acct_cb, nss_test_ctx); 3144 mock_account_recv(0, 0, NULL, test_nss_initgr_search_acct_cb, nss_test_ctx); 3264 mock_account_recv(0, 0, NULL, test_nss_initgr_update_acct_cb, nss_test_ctx); 3384 mock_account_recv(0, 0, NULL, 3777 mock_account_recv(0, 0, NULL, test_nss_getnamebysid_update_acct_cb,
|
H A D | test_pam_srv.c | 725 mock_account_recv(0, 0, NULL, acct_cb, discard_const(cert));
|
Completed in 28 milliseconds