Home
last modified time | relevance | path

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

/ohos5.0/base/security/huks/test/unittest/huks_common_test/src/
H A Dhks_test_common_func.cpp460 struct HksParam infoParam = {0}; in TestDeriveParamSetPost() local
461 infoParam.tag = HKS_TAG_INFO; in TestDeriveParamSetPost()
462 infoParam.blob = *(paramStruct->infoBlob); in TestDeriveParamSetPost()
463 ret = HksAddParams(paramSet, (const struct HksParam *)&infoParam, 1); in TestDeriveParamSetPost()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_navigation_stack.cpp1232 auto infoParam = navdestinationsInfo[index].param; in SetPathArray() local
1237 if (!infoParam.empty() && infoParam != JS_STRINGIFIED_UNDEFINED) { in SetPathArray()
1238 … navPathInfo->SetPropertyObject("param", JSRef<JSObject>::New()->ToJsonObject(infoParam.c_str())); in SetPathArray()