Home
last modified time | relevance | path

Searched refs:destroySession (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.c41 g_accountAuthPlugin->destroySession == NULL) { in SetAccountAuthPlugin()
83 if (g_accountAuthPlugin == NULL || g_accountAuthPlugin->destroySession == NULL) { in DestroyAuthSession()
84 LOGE("[ACCOUNT_AUTH_PLUGIN]: destroySession: Input params is invalid."); in DestroyAuthSession()
87 return g_accountAuthPlugin->destroySession(sessionId); in DestroyAuthSession()
/base/security/device_auth/interfaces/inner_api/
H A Ddevice_auth_ext.h89 int32_t (*destroySession)(int32_t sessionId); member
/base/security/device_auth/test/unittest/deviceauth/source/
H A Ddeviceauth_interface_test.cpp167 plugin.destroySession = DestroySessionTest; in HWTEST_F()

Completed in 3 milliseconds