Home
last modified time | relevance | path

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

/base/security/device_auth/services/frameworks/src/plugin_adapter/ext_part/
H A Daccount_auth_plugin_proxy.c39 if (g_accountAuthPlugin == NULL || g_accountAuthPlugin->createSession == NULL || in SetAccountAuthPlugin()
65 if (g_accountAuthPlugin == NULL || g_accountAuthPlugin->createSession == NULL) { in CreateAuthSession()
66 LOGE("[ACCOUNT_AUTH_PLUGIN]: createSession: Input params is invalid."); in CreateAuthSession()
69 return g_accountAuthPlugin->createSession(sessionId, in, out); in CreateAuthSession()
/base/security/device_auth/interfaces/inner_api/
H A Ddevice_auth_ext.h85 int32_t (*createSession)(int32_t *sessionId, const cJSON *in, cJSON *out); member
/base/security/device_auth/test/unittest/deviceauth/source/
H A Ddeviceauth_interface_test.cpp152 plugin.createSession = CreateSessionTest; in HWTEST_F()

Completed in 4 milliseconds