Home
last modified time | relevance | path

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

/ohos5.0/base/security/device_auth/services/session_manager/src/session/v2/expand_sub_session/expand_process_lib/
H A Dsave_trusted_info.c69 } SaveTrustedInfoCmd; typedef
672 SaveTrustedInfoCmd *impl = (SaveTrustedInfoCmd *)self; in ClientSendTrustedInfo()
682 SaveTrustedInfoCmd *impl = (SaveTrustedInfoCmd *)self; in ServerSendTrustedInfo()
697 SaveTrustedInfoCmd *impl = (SaveTrustedInfoCmd *)self; in ClientFinishProc()
785 SaveTrustedInfoCmd *impl = (SaveTrustedInfoCmd *)self; in DestroySaveTrustedInfoCmd()
812 static int32_t InitSaveTrustedInfoCmd(SaveTrustedInfoCmd *instance, const SaveTrustedInfoParams *pa… in InitSaveTrustedInfoCmd()
854 SaveTrustedInfoCmd *instance = (SaveTrustedInfoCmd *)HcMalloc(sizeof(SaveTrustedInfoCmd), 0); in CreateSaveTrustedInfoCmd()