Home
last modified time | relevance | path

Searched defs:isCopy (Results 1 – 12 of 12) sorted by relevance

/ohos5.0/drivers/peripheral/huks/test/fuzztest/
H A Dhuks_hdi_fuzz_common.cpp52 int32_t HuksFreshParamSet(struct HksParamSet *paramSet, bool isCopy) in HuksFreshParamSet()
/ohos5.0/base/security/certificate_manager/frameworks/cert_manager_standard/main/common/src/
H A Dcm_param.c63 static int32_t CmFreshParamSet(struct CmParamSet *paramSet, bool isCopy) in CmFreshParamSet()
176 static int32_t FreshParamSet(struct CmParamSet *paramSet, bool isCopy) in FreshParamSet()
/ohos5.0/base/security/huks/frameworks/huks_standard/main/common/src/
H A Dhks_param.c319 static int32_t FreshParamSet(struct HksParamSet *paramSet, bool isCopy) in FreshParamSet()
352 HKS_API_EXPORT int32_t HksFreshParamSet(struct HksParamSet *paramSet, bool isCopy) in HksFreshParamSet()
/ohos5.0/base/security/certificate_framework/frameworks/core/param/src/
H A Dcf_param.c61 static int32_t CfFreshParamSet(CfParamSet *paramSet, bool isCopy) in CfFreshParamSet()
/ohos5.0/base/security/huks/interfaces/kits/c/src/
H A Dnative_huks_param.c67 struct OH_Huks_Result OH_Huks_FreshParamSet(struct OH_Huks_ParamSet *paramSet, bool isCopy) in OH_Huks_FreshParamSet()
/ohos5.0/drivers/peripheral/huks/test/unittest/
H A Dhdi_ihuks_api_function_test.cpp195 static int32_t HuksFreshParamSet(struct HksParamSet *paramSet, bool isCopy) in HuksFreshParamSet()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/recording/
H A Dmask_cmd_list.cpp28 std::shared_ptr<MaskCmdList> MaskCmdList::CreateFromData(const CmdListData& data, bool isCopy) in CreateFromData()
H A Ddraw_cmd_list.cpp30 std::shared_ptr<DrawCmdList> DrawCmdList::CreateFromData(const CmdListData& data, bool isCopy) in CreateFromData()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rsmarshallinghelper_fuzzer/
H A Drsmarshallinghelper_fuzzer.cpp224 bool isCopy = GetData<bool>(); in DoMarshallingHelper003() local
440 bool isCopy = GetData<bool>(); in DoMarshallingHelper011() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/drawable/
H A Drs_canvas_drawing_render_node_drawable_test.cpp313 bool isCopy = false; variable
/ohos5.0/base/security/huks/services/huks_standard/huks_service/main/hks_storage/src/
H A Dhks_storage.c872 const struct HksStoreFileInfo *newFileInfo, bool isCopy) in HksStoreRenameKeyAlias()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dsqlite_single_ver_storage_executor.cpp928 int SQLiteSingleVerStorageExecutor::GetNextEntryFromResultSet(Key &key, Value &value, bool isCopy) in GetNextEntryFromResultSet()