Home
last modified time | relevance | path

Searched refs:excuteCredMgrCmd (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/security/device_auth/services/frameworks/src/plugin_adapter/ext_part/
H A Daccount_auth_plugin_proxy.c40 … g_accountAuthPlugin->excuteCredMgrCmd == NULL || g_accountAuthPlugin->processSession == NULL || in SetAccountAuthPlugin()
56 if (g_accountAuthPlugin == NULL || g_accountAuthPlugin->excuteCredMgrCmd == NULL) { in ExcuteCredMgrCmd()
60 return g_accountAuthPlugin->excuteCredMgrCmd(osAccountId, cmdId, in, out); in ExcuteCredMgrCmd()
104 if (g_accountAuthPlugin == NULL || g_accountAuthPlugin->excuteCredMgrCmd == NULL) { in HasAccountAuthPlugin()
/ohos5.0/base/security/device_auth/interfaces/inner_api/
H A Ddevice_auth_ext.h83 int32_t (*excuteCredMgrCmd)(int32_t osAccount, int32_t cmdId, const cJSON *in, cJSON *out); member
/ohos5.0/base/security/device_auth/test/unittest/deviceauth/source/
H A Ddeviceauth_interface_test.cpp157 plugin.excuteCredMgrCmd = ExcuteCredMgrCmdTest;