Home
last modified time | relevance | path

Searched refs:ExtPluginCtx (Results 1 – 4 of 4) sorted by relevance

/base/security/device_auth/interfaces/inner_api/
Ddevice_auth_ext.h30 typedef struct ExtPluginCtx { struct
33 } ExtPluginCtx; argument
42 …int32_t (*init)(struct ExtPlugin *extPlugin, const cJSON *params, const struct ExtPluginCtx *conte…
95 ExtPluginCtx base;
113 ExtPluginCtx base;
/base/security/device_auth/test/unittest/deviceauth/source/
Ddevice_auth_ext_mock.c24 int32_t InitPlugin(struct ExtPlugin *extPlugin, const cJSON *params, const struct ExtPluginCtx *con… in InitPlugin()
/base/security/device_auth/services/frameworks/src/plugin_adapter/
Daccount_auth_plugin_proxy.c50 inputParams, (const ExtPluginCtx *)g_accountAuthPlugCtx); in SetAccountAuthPlugin()
Daccount_lifecycle_plugin_proxy.c132 inputParams, (const ExtPluginCtx *)g_accountPluginCtx); in SetAccountLifecyclePlugin()