Home
last modified time | relevance | path

Searched refs:InitIsoParams (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/base/security/device_auth/services/legacy/authenticators/inc/account_unrelated/iso_task/
H A Diso_task_common.h27 int InitIsoParams(IsoParams *params, const CJson *in);
/ohos5.0/base/security/device_auth/services/legacy/authenticators/src/account_unrelated/iso_task/
H A Diso_client_task.c109 int res = InitIsoParams(&(task->params), in); in CreateIsoClientTask()
H A Diso_server_task.c123 int res = InitIsoParams(&(task->params), in); in CreateIsoServerTask()
/ohos5.0/base/security/device_auth/test/unittest/deviceauth/source/
H A Ddeviceauth_interface_test.cpp1348 res = InitIsoParams(params, nullptr);
1352 res = InitIsoParams(params, in);
1355 res = InitIsoParams(params, in);
1358 res = InitIsoParams(params, in);
/ohos5.0/base/security/device_auth/services/legacy/authenticators/src/account_unrelated/iso_task/iso_task_common/
H A Diso_task_common.c519 int InitIsoParams(IsoParams *params, const CJson *in) in InitIsoParams() function