Home
last modified time | relevance | path

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

/ohos5.0/base/security/huks/test/fuzz_test/innerapi_fuzzer/hksipc_fuzzer/
H A Dhksipc_fuzzer.cpp144 bool outParamBool = false; in HksIpcSerializationTest006() local
145 …uct HksParamOut outParam = { .tag = HKS_TAG_IF_NEED_APPEND_AUTH_INFO, .boolParam = &outParamBool }; in HksIpcSerializationTest006()
/ohos5.0/base/security/huks/test/unittest/huks_standard_test/module_test/service_test/huks_service/os_dependency/idl/ipc/src/
H A Dhuks_ipc_serialization_test.cpp188 bool outParamBool = false; variable
189 …uct HksParamOut outParam = { .tag = HKS_TAG_IF_NEED_APPEND_AUTH_INFO, .boolParam = &outParamBool };