Home
last modified time | relevance | path

Searched refs:offSet (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/rdb/
H A Drdb_result_set_stub.cpp112 int offSet; in OnGoTo() local
113 ITypesUtil::Unmarshal(data, offSet); in OnGoTo()
114 int status = resultSet_->GoTo(offSet); in OnGoTo()
116 ZLOGE("Write status failed, status:%{public}d, offSet:%{public}d.", status, offSet); in OnGoTo()
/ohos5.0/foundation/ability/ability_runtime/js_environment/frameworks/js_environment/src/
H A Dsource_map.cpp469 int32_t offSet = 0; in GetSourceInfo() local
473 mapInfo = Find(StringToInt(line) - offSet + OFFSET_PREVIEW, StringToInt(column), targetMap); in GetSourceInfo()
475 mapInfo = Find(StringToInt(line) - offSet, StringToInt(column), targetMap); in GetSourceInfo()
535 int32_t offSet = 0; in GetLineAndColumnNumbers() local
538 mapInfo = Find(line - offSet + OFFSET_PREVIEW, column, targetMap); in GetLineAndColumnNumbers()
540 mapInfo = Find(line - offSet, column, targetMap); in GetLineAndColumnNumbers()
/ohos5.0/foundation/multimedia/audio_lite/services/server/src/
H A Daudio_capturer_server.cpp120 uint32_t offSet = sizeof(Timestamp); in ReadAudioDataProcess() local
123 … int32_t readLen = serverStore->capturer_->Read((uint8_t *)buf + offSet, size - offSet, true); in ReadAudioDataProcess()
/ohos5.0/base/telephony/core_service/services/sim/src/
H A Dicc_dialling_numbers_handler.cpp508 int offSet = dataLength - PRE_BYTES_NUM; in FillNumberFiledForDiallingNumber() local
516 diallingNumberString[offSet + TON_NPI_NUMBER + i] = bcdCodes.at(i); in FillNumberFiledForDiallingNumber()
518 int index = offSet + BCD_NUMBER_BYTES; in FillNumberFiledForDiallingNumber()
521 index = offSet + MORE_FILE_ID; in FillNumberFiledForDiallingNumber()
524 index = offSet + EXTRA_FILE_ID; in FillNumberFiledForDiallingNumber()
/ohos5.0/foundation/multimedia/audio_framework/services/audio_service/client/src/
H A Daudio_process_in_client.cpp837 size_t offSet = clientSpanSizeInByte_ / round; in ProcessData() local
844 static_cast<void *>(srcDesc.buffer), offSet); in ProcessData()
879 size_t offSet = clientSpanSizeInByte_ / round; in Enqueue() local
880 curCallbackBuffer.buffer = bufDesc.buffer + count * offSet; in Enqueue()
881 curCallbackBuffer.bufLength = offSet; in Enqueue()
882 curCallbackBuffer.dataLength = offSet; in Enqueue()
897 … DumpFileUtil::WriteDumpFile(dumpFile_, static_cast<void *>(curCallbackBuffer.buffer), offSet); in Enqueue()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/
H A Djsi_base_utils.cpp528 int32_t offSet = GetLineOffset(data); in GetSourceInfo() local
533 mapInfo = appMap->Find(StringToInt(line) - offSet, StringToInt(column)); in GetSourceInfo()
536 mapInfo = pageMap->Find(StringToInt(line) - offSet, StringToInt(column)); in GetSourceInfo()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/src/
H A Ddistributeddb_nb_cursor_testcase.cpp272 int offSet = 0; member
282 bool mRes = resultSet->Move(status.offSet); in MoveAndCheck()
/ohos5.0/docs/zh-cn/third-party-cases/
H A Dhow-to-use-opengl-to-draw-3d-graphics.md787 hilog.info(0x0000, "Gesture", 'offSet:' + event.offsetX + "," + event.offsetY);
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/time_picker/
H A Dtime_picker_test_ng.cpp1154 const Offset offSet(OFFSET_X, OFFSET_Y);
1155 touchLocationInfoDown.SetLocalLocation(offSet);
1164 touchLocationInfoUp.SetLocalLocation(offSet);
1179 touchLocationInfoMove.SetLocalLocation(offSet);