Home
last modified time | relevance | path

Searched defs:needFree (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/base/security/huks/frameworks/huks_standard/main/core/src/
H A Dhks_local_engine.c291 struct HksBlob *message, bool *needFree) in GetSignVerifyMessage()
323 bool needFree = true; in HksLocalSign() local
356 bool needFree = true; in HksLocalVerify() local
/ohos5.0/foundation/systemabilitymgr/samgr_lite/samgr/source/
H A Dmessage.c210 BOOL needFree = TRUE; in FreeReference() local
/ohos5.0/foundation/ability/idl_tool/idl_tool_2/codegen/HDI/c/
H A Dhdi_c_code_emitter.cpp88 …const AutoPtr<ASTMethod> &method, bool needRW, bool needFree, StringBuilder &sb, const std::string… in EmitMethodNeedLoopVar()
/ohos5.0/drivers/hdf_core/framework/tools/hdi-gen/codegen/
H A Dc_code_emitter.cpp41 …const AutoPtr<ASTMethod> &method, bool needRW, bool needFree, StringBuilder &sb, const std::string… in EmitMethodNeedLoopVar()
/ohos5.0/drivers/liteos/hievent/src/
H A Dhiview_hievent.c394 int needFree = 1; in HiviewHieventFillPayload() local
/ohos5.0/base/security/huks/services/huks_standard/huks_engine/main/core/src/
H A Dhks_core_service_key_operate_one_stage.c103 struct HksBlob *message, bool *needFree, const struct HksParamSet *paramSet) in GetSignVerifyMessage()
/ohos5.0/base/startup/init/services/init/
H A Dinit_common_service.c318 void CloseServiceFds(Service *service, bool needFree) in CloseServiceFds()