Home
last modified time | relevance | path

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

/ohos5.0/base/security/device_auth/test/fuzztest/session_manager/session/v2/expand_sub_session/expand_process_lib/savetrustedinfo_fuzzer/
H A Dsavetrustedinfo_fuzzer.cpp174 BaseCmd *self = CreateSaveTrustedInfoCmd((void *)&g_paramsC, true, ABORT_IF_ERROR); in SaveTrustedInfoTest00()
180 (void)CreateSaveTrustedInfoCmd(nullptr, true, ABORT_IF_ERROR); in SaveTrustedInfoTest03()
187 (void)CreateSaveTrustedInfoCmd((void *)(&errorParams), true, ABORT_IF_ERROR); in SaveTrustedInfoTest04()
194 (void)CreateSaveTrustedInfoCmd((void *)(&errorParams), true, ABORT_IF_ERROR); in SaveTrustedInfoTest05()
201 (void)CreateSaveTrustedInfoCmd((void *)(&errorParams), true, ABORT_IF_ERROR); in SaveTrustedInfoTest06()
206 BaseCmd *self = CreateSaveTrustedInfoCmd((void *)&g_paramsC, true, ABORT_IF_ERROR); in SaveTrustedInfoTest07()
213 BaseCmd *self = CreateSaveTrustedInfoCmd((void *)&g_paramsC, true, ABORT_IF_ERROR); in SaveTrustedInfoTest08()
222 BaseCmd *self = CreateSaveTrustedInfoCmd((void *)&g_paramsC, true, ABORT_IF_ERROR); in SaveTrustedInfoTest09()
235 BaseCmd *self = CreateSaveTrustedInfoCmd((void *)&g_paramsC, true, ABORT_IF_ERROR); in SaveTrustedInfoTest10()
248 BaseCmd *self = CreateSaveTrustedInfoCmd((void *)&g_paramsC, true, ABORT_IF_ERROR); in SaveTrustedInfoTest11()
[all …]
/ohos5.0/base/security/device_auth/test/unittest/tdd_framework/unit_test/services/session_manager/session/v2/expand_sub_session/expand_process_lib/
H A Dsave_trusted_info_test.cpp217 BaseCmd *self = CreateSaveTrustedInfoCmd((void *)&g_paramsC, true, ABORT_IF_ERROR);
320 BaseCmd *self = CreateSaveTrustedInfoCmd(nullptr, true, ABORT_IF_ERROR);
350 BaseCmd *self = CreateSaveTrustedInfoCmd((void *)&g_paramsC, true, ABORT_IF_ERROR);
358 BaseCmd *self = CreateSaveTrustedInfoCmd((void *)&g_paramsC, true, ABORT_IF_ERROR);
369 BaseCmd *self = CreateSaveTrustedInfoCmd((void *)&g_paramsC, true, ABORT_IF_ERROR);
387 BaseCmd *self = CreateSaveTrustedInfoCmd((void *)&g_paramsC, true, ABORT_IF_ERROR);
408 BaseCmd *self = CreateSaveTrustedInfoCmd((void *)&g_paramsC, true, ABORT_IF_ERROR);
422 BaseCmd *self = CreateSaveTrustedInfoCmd((void *)&g_paramsC, true, ABORT_IF_ERROR);
435 BaseCmd *self = CreateSaveTrustedInfoCmd((void *)&g_paramsC, true, ABORT_IF_ERROR);
448 BaseCmd *self = CreateSaveTrustedInfoCmd((void *)&g_paramsC, true, ABORT_IF_ERROR);
[all …]
/ohos5.0/base/security/device_auth/services/session_manager/inc/session/v2/expand_sub_session/expand_process_lib/
H A Dsave_trusted_info.h40 BaseCmd *CreateSaveTrustedInfoCmd(const void *baseParams, bool isCaller, int32_t strategy);
/ohos5.0/base/security/device_auth/services/session_manager/src/session/v2/expand_sub_session/
H A Dexpand_sub_session.c75 CreateSaveTrustedInfoCmd,
/ohos5.0/base/security/device_auth/services/session_manager/src/session/v2/expand_sub_session/expand_process_lib/
H A Dsave_trusted_info.c847 BaseCmd *CreateSaveTrustedInfoCmd(const void *baseParams, bool isCaller, int32_t strategy) in CreateSaveTrustedInfoCmd() function