Searched refs:excuteCredMgrCmd (Results 1 – 3 of 3) sorted by relevance
40 … 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()
83 int32_t (*excuteCredMgrCmd)(int32_t osAccount, int32_t cmdId, const cJSON *in, cJSON *out); member
157 plugin.excuteCredMgrCmd = ExcuteCredMgrCmdTest;