Searched defs:retData (Results 1 – 10 of 10) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/common/sharedata/ |
H A D | sharedata_test.cpp | 58 std::shared_ptr<std::vector<uint8_t>> retData = ShareData::GetShareBufferById(bufferId); variable
|
/ohos5.0/foundation/window/window_manager_lite/frameworks/wms/ |
H A D | lite_wm_requestor.cpp | 61 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 D | js_callback.cpp | 26 int retData = 0; member
|
/ohos5.0/drivers/peripheral/pin_auth/hdi_service/common/src/ |
H A D | attribute.c | 108 …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 D | attribute.c | 127 …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 D | executor_message_test.cpp | 87 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 D | cj_display_impl.cpp | 158 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 D | skia_gpu_context.cpp | 44 auto retData = cache_->Load(keyData); in load() local
|
/ohos5.0/foundation/filemanagement/file_api/interfaces/kits/cj/src/ |
H A D | file_fs_impl.cpp | 1141 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 D | ability_context_impl.cpp | 676 auto retData = new RequestResult(); in RequestDialogService() local
|