Home
last modified time | relevance | path

Searched refs:CreateParams (Results 1 – 7 of 7) 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.cpp66 } CreateParams; typedef
88 static int32_t GenerateGroupParams(const CreateParams *params, TrustedGroupEntry *groupParams) in GenerateGroupParams()
111 static int32_t GenerateSelfDevParams(const CreateParams *params, TrustedDeviceEntry *devParams) in GenerateSelfDevParams()
131 static int32_t AddTrustedGroup(const CreateParams *params) in AddTrustedGroup()
147 static int32_t AddSelfTrustedDevice(const CreateParams *params) in AddSelfTrustedDevice()
163 static int32_t CreatePeerToPeerGroup(const CreateParams *params) in CreatePeerToPeerGroup()
231CreateParams params = { TEST_OS_ACCOUNT_ID2, SYMMETRIC_CRED, DEVICE_TYPE_ACCESSORY, GROUP_VISIBILI… in SaveTrustedInfoTest10()
/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.cpp70 } CreateParams; typedef
92 static int32_t GenerateGroupParams(const CreateParams *params, TrustedGroupEntry *groupParams) in GenerateGroupParams()
115 static int32_t GenerateSelfDevParams(const CreateParams *params, TrustedDeviceEntry *devParams) in GenerateSelfDevParams()
135 static int32_t AddTrustedGroup(const CreateParams *params) in AddTrustedGroup()
151 static int32_t AddSelfTrustedDevice(const CreateParams *params) in AddSelfTrustedDevice()
167 static int32_t CreatePeerToPeerGroup(const CreateParams *params) in CreatePeerToPeerGroup()
227CreateParams params = { TEST_OS_ACCOUNT_ID1, SYMMETRIC_CRED, DEVICE_TYPE_ACCESSORY, GROUP_VISIBILI…
275CreateParams params = { TEST_OS_ACCOUNT_ID2, SYMMETRIC_CRED, DEVICE_TYPE_ACCESSORY, GROUP_VISIBILI…
382CreateParams params = { TEST_OS_ACCOUNT_ID2, SYMMETRIC_CRED, DEVICE_TYPE_ACCESSORY, GROUP_VISIBILI…
627CreateParams params = { TEST_OS_ACCOUNT_ID1, SYMMETRIC_CRED, DEVICE_TYPE_ACCESSORY, GROUP_VISIBILI… in TestMemoryException()
[all …]
/ohos5.0/base/update/updater/test/unittest/test_data/diffpatch/
H A DPatchGztest_new.gz1[==========] Running 25 tests from 7 test ...
H A DPatchGztest_old.gz1[==========] Running 25 tests from 7 test ...
/ohos5.0/base/update/updater/services/script/script_interpreter/
H A Dscript_param.h44 static ScriptParams* CreateParams(UScriptExpression *expression);
H A Dscript_param.cpp31 ScriptParams* ScriptParams::CreateParams(UScriptExpression *expression) in CreateParams() function in Uscript::ScriptParams
H A Dscript_yacc.y326 $$ = ScriptParams::CreateParams($1);