Home
last modified time | relevance | path

Searched defs:retData (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/common/sharedata/
H A Dsharedata_test.cpp58 std::shared_ptr<std::vector<uint8_t>> retData = ShareData::GetShareBufferById(bufferId); variable
/ohos5.0/foundation/window/window_manager_lite/frameworks/wms/
H A Dlite_wm_requestor.cpp61 DeviceData* retData = static_cast<DeviceData*>(para->data); in Callback() local
78 LiteLayerInfo* retData = static_cast<LiteLayerInfo*>(para->data); in Callback() local
/ohos5.0/foundation/arkui/napi/sample/native_module_callback/
H A Djs_callback.cpp26 int retData = 0; member
/ohos5.0/drivers/peripheral/pin_auth/hdi_service/common/src/
H A Dattribute.c108 …M_STATIC ResultCode ReadDataFromMsg(const Uint8Array msg, uint32_t *readIndex, Uint8Array *retData) in ReadDataFromMsg()
405 …ltCode GetAttributeUint8Array(const Attribute *attributePub, AttributeKey key, Uint8Array *retData) in GetAttributeUint8Array()
456 …ultCode GetAttributeUint64Array(const Attribute *attribute, AttributeKey key, Uint64Array *retData) in GetAttributeUint64Array()
/ohos5.0/drivers/peripheral/user_auth/hdi_service/utils/src/
H A Dattribute.c127 …M_STATIC ResultCode ReadDataFromMsg(const Uint8Array msg, uint32_t *readIndex, Uint8Array *retData) in ReadDataFromMsg()
406 …ltCode GetAttributeUint8Array(const Attribute *attributePub, AttributeKey key, Uint8Array *retData) in GetAttributeUint8Array()
456 …ultCode GetAttributeUint64Array(const Attribute *attribute, AttributeKey key, Uint64Array *retData) in GetAttributeUint64Array()
/ohos5.0/drivers/peripheral/user_auth/test/unittest/co_auth/
H A Dexecutor_message_test.cpp87 Uint8Array retData = { (uint8_t *)Malloc(MAX_EXECUTOR_MSG_LEN), MAX_EXECUTOR_MSG_LEN }; variable
123 Uint8Array retData = { (uint8_t *)Malloc(MAX_EXECUTOR_MSG_LEN), MAX_EXECUTOR_MSG_LEN }; variable
/ohos5.0/foundation/window/window_manager/interfaces/kits/cj/display_runtime/
H A Dcj_display_impl.cpp158 char *retData = static_cast<char*>(malloc(len + 1)); in GetName() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/
H A Dskia_gpu_context.cpp44 auto retData = cache_->Load(keyData); in load() local
/ohos5.0/foundation/filemanagement/file_api/interfaces/kits/cj/src/
H A Dfile_fs_impl.cpp1141 RetDataCString retData = { .code = ERR_INVALID_INSTANCE_CODE, .data = nullptr }; in ReadText() local
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/ability/ability_runtime/
H A Dability_context_impl.cpp676 auto retData = new RequestResult(); in RequestDialogService() local