/drivers/hdf_core/framework/support/platform/src/can/ |
H A D | can_core.c | 177 struct CanMsg *copy = NULL; in CanCntlrOnNewMsg() local 189 copy = CanMsgPoolObtainMsg(cntlr->msgPool); in CanCntlrOnNewMsg() 190 if (copy == NULL) { in CanCntlrOnNewMsg() 194 *copy = *msg; in CanCntlrOnNewMsg() 196 return CanCntlrMsgDispatch(cntlr, copy); // gona call in thread context later ... in CanCntlrOnNewMsg()
|
/drivers/peripheral/input/ddk_service/src/emit_event_manager/ |
H A D | virtual_device.cpp | 5 * You may obtain a copy of the License at 61 std::copy(hidEventProperties.hidAbsMax.begin(), hidEventProperties.hidAbsMax.end(), uinputDev_.absmax); in VirtualDevice() 64 std::copy(hidEventProperties.hidAbsMin.begin(), hidEventProperties.hidAbsMin.end(), uinputDev_.absmin); in VirtualDevice() 67 std::copy(hidEventProperties.hidAbsFuzz.begin(), hidEventProperties.hidAbsFuzz.end(), uinputDev_.absfuzz); in VirtualDevice() 70 std::copy(hidEventProperties.hidAbsFlat.begin(), hidEventProperties.hidAbsFlat.end(), uinputDev_.absflat); in VirtualDevice() 107 HDF_LOGE("%{public}s Failed to copy deviceName", __func__); in SetUp()
|
/drivers/hdf_core/framework/tools/hcs-view/hcsWebView/src/hcs/ |
H A D | parser.js | 5 * You may obtain a copy of the License at 29 function copy(obj) { function 130 let preToken = copy(this.current_); 197 let name = copy(this.current_); 313 let name = copy(this.current_);
|
H A D | ast.js | 5 * You may obtain a copy of the License at 207 copy(src, overwrite) { 223 if (!this.copy(src, true)) { 474 if (!this.copy(refObj, false)) { 508 copy(src, overwrite) { 514 } else if (!dst.copy(child, overwrite)) { 537 sourceInfo() + "copy node '" + refNodePath_ + "' not exist" 542 return this.copy(ref, false); 653 copy(src, overwrite) { 668 return this.child_.copy(sr [all...] |
/drivers/peripheral/user_auth/hdi_service/coauth/src/ |
H A D | pool.c | 5 * You may obtain a copy of the License at 183 LOG_ERROR("copy executor failed"); in RegisterExecutorToPool() 219 LOG_ERROR("copy executor info failed"); in CopyExecutorInfo() 283 ExecutorInfoHal *copy = CopyExecutorInfo(executorInfo); in QueryExecutor() local 284 if (copy == NULL) { in QueryExecutor() 285 LOG_ERROR("copy executor info failed"); in QueryExecutor() 288 if (result->insert(result, copy) != RESULT_SUCCESS) { in QueryExecutor() 290 DestroyExecutorInfo(copy); in QueryExecutor() 420 LOG_ERROR("copy udid failed"); in SetExecutorConditionDeviceUdid()
|
/drivers/hdf_core/framework/utils/include/ |
H A D | hdf_sbuf_impl.h | 65 struct HdfSBufImpl *(*copy)(const struct HdfSBufImpl *sbuf); member
|
/drivers/peripheral/audio/test/sample/tools/gen_cr_by_pr/ |
H A D | gen_cr_by_pr.py | 5 # You may obtain a copy of the License at 142 shutil.copy(old_file_path, new_file_path)
|
/drivers/peripheral/sensor/hdi_service/ |
H A D | sensor_callback_vdi.cpp | 5 * You may obtain a copy of the License at 104 std::copy(event.data.begin(), event.data.end(), eventData); in DataToStr()
|
H A D | sensor_hdi_dump.cpp | 5 * You may obtain a copy of the License at
146 std::copy(eventDumpList.listDumpArray[index].data.begin(),
in SensorShowData()
|
/drivers/peripheral/user_auth/hdi_service/database/src/ |
H A D | idm_database.c | 5 * You may obtain a copy of the License at 269 LOG_ERROR("copy the %u information failed", *num); in GetAllEnrolledInfoFromUser() 469 LOG_ERROR("credential copy failed"); in AddCredentialToUser() 711 LOG_ERROR("copy failed"); in DeleteCredentialInfo() 840 CredentialInfoHal *copy = (CredentialInfoHal *)Malloc(sizeof(CredentialInfoHal)); in TraverseCredentialList() local 841 if (copy == NULL) { in TraverseCredentialList() 842 LOG_ERROR("copy malloc failed"); in TraverseCredentialList() 845 *copy = *nodeData; in TraverseCredentialList() 846 ResultCode ret = credListGet->insert(credListGet, copy); in TraverseCredentialList() 849 Free(copy); in TraverseCredentialList() [all...] |
/drivers/hdf_core/framework/utils/src/ |
H A D | hdf_sbuf.c | 428 HDF_SBUF_IMPL_CHECK_RETURN(sbuf, copy, NULL); in HdfSbufCopy() 433 newBuf->impl = sbuf->impl->copy(sbuf->impl); in HdfSbufCopy()
|
H A D | hdf_sbuf_impl_raw.c | 511 .copy = SbufRawImplCopy, in SbufInterfaceAssign()
|
/drivers/hdf_core/adapter/uhdf2/ipc/src/ |
H A D | hdf_sbuf_impl_hipc.cpp | 5 * You may obtain a copy of the License at 366 inf->copy = nullptr; in MParcelImplInterfaceAssign()
|
/drivers/peripheral/usb/hdi_service/src/ |
H A D | usb_impl.cpp | 5 * You may obtain a copy of the License at
1161 std::copy(buffer, buffer + USB_MAX_DESCRIPTOR_SIZE, descriptor.begin());
in GetDeviceDescriptor() 1186 std::copy(buffer, buffer + USB_MAX_DESCRIPTOR_SIZE, descriptor.begin());
in GetStringDescriptor() 1210 std::copy(buffer, buffer + USB_MAX_DESCRIPTOR_SIZE, descriptor.begin());
in GetConfigDescriptor() 1227 std::copy(ptr, ptr + length, descriptor.begin());
in GetRawDescriptor()
|
/drivers/peripheral/codec/hal/idl_service/src/ |
H A D | component_node.cpp | 5 * You may obtain a copy of the License at 407 std::copy(static_cast<uint8_t*>(appPrivate->param), in OnFillBufferDone()
|