Home
last modified time | relevance | path

Searched refs:authDevice (Results 1 – 9 of 9) sorted by relevance

/base/security/device_auth/test/fuzztest/group_auth/authdevice_fuzzer/
Dauthdevice_fuzzer.cpp56 gaInstance->authDevice(*osAccountId, *authReqId, authParams.c_str(), &gaCallback); in FuzzDoAuthDevice()
/base/security/device_auth/test/fuzztest/device_auth_service/devauthservauthdevice_fuzzer/
Ddevauthservauthdevice_fuzzer.cpp107 gaInstance->authDevice(0, reqId, authParams, &g_devAuthCallback); in FuzzDoAuthDevice()
/base/security/device_auth/interfaces/inner_api/
Ddevice_auth.h211 int32_t (*authDevice)(int32_t osAccountId, int64_t authReqId, const char *authParams, member
/base/security/device_auth/test/unittest/deviceauth/source/
Ddeviceauth_standard_test.cpp556 int32_t ret = ga->authDevice(DEFAULT_OS_ACCOUNT, TEST_REQ_ID, AUTH_PARAMS, &g_gaCallback); in AuthDemoMember()
3020 ret = ga->authDevice(DEFAULT_OS_ACCOUNT, TEST_REQ_ID, nullptr, &g_gmCallback);
3031 ret = ga->authDevice(DEFAULT_OS_ACCOUNT, TEST_REQ_ID, AUTH_PARAMS, nullptr);
3184 ret = ga->authDevice(DEFAULT_OS_ACCOUNT, TEST_REQ_ID, AUTH_PARAMS, &g_gaCallback);
3207 ret = ga->authDevice(DEFAULT_OS_ACCOUNT, TEST_REQ_ID, AUTH_PARAMS, &g_gaCallback);
3230 ret = ga->authDevice(DEFAULT_OS_ACCOUNT, TEST_REQ_ID, AUTH_PARAMS, &g_gaCallback);
3253 ret = ga->authDevice(DEFAULT_OS_ACCOUNT, TEST_REQ_ID, AUTH_PARAMS, &g_gaCallback);
Ddevice_auth_ipc_test.cpp1657 int32_t ret = ga->authDevice(DEFAULT_OS_ACCOUNT, TEST_REQ_ID, nullptr, &g_gmCallback);
1665 int32_t ret = ga->authDevice(DEFAULT_OS_ACCOUNT, TEST_REQ_ID, AUTH_PARAMS, nullptr);
1673 int32_t ret = ga->authDevice(DEFAULT_OS_ACCOUNT, TEST_REQ_ID4, AUTH_PARAMS, &g_gaCallback);
/base/security/device_auth/services/
Ddevice_auth.c1114 g_groupAuthManager->authDevice = AuthDevice; in GetGaInstance()
/base/security/device_auth/frameworks/src/
Dipc_service.c1012 ret = g_groupAuthMgrMethod.authDevice(osAccountId, reqId, authParams, &g_authCbAdt); in IpcServiceGaAuthDevice()
Dipc_sdk.c1714 gaMethodObj->authDevice = IpcGaAuthDevice; in InitIpcGaMethods()
/base/security/device_auth/test/unittest/tdd_framework/unit_test/services/creds_manager/
Dcreds_manager_test.cpp254 …int32_t ret = ga->authDevice(DEFAULT_OS_ACCOUNT, TEST_REQ_ID, TEST_AUTH_PARAMS.c_str(), &g_gaCallb… in AuthDemoMember()