Home
last modified time | relevance | path

Searched refs:readHandle (Results 1 – 15 of 15) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/multiver/
H A Dmulti_ver_vacuum_executor_impl.cpp58 MultiVerStorageExecutor *readHandle = multiKvDB_->GetHandle(false, errCode, true); in GetVacuumAbleCommits() local
59 if (errCode != E_OK || readHandle == nullptr) { in GetVacuumAbleCommits()
65 errCode = readHandle->GetAllCommitsInTree(commitsInTree); in GetVacuumAbleCommits()
68 multiKvDB_->ReleaseHandle(readHandle, true); in GetVacuumAbleCommits()
84 multiKvDB_->ReleaseHandle(readHandle, true); in GetVacuumAbleCommits()
/ohos5.0/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H A Dscene_holder.cpp885 entityName = readHandle->name; in GetEntityId()
978 entityName = readHandle->name; in FindMesh()
1032 entityName = readHandle->name; in FindMaterial()
1040 entityName = readHandle->uri; in FindMaterial()
1104 entityName = readHandle->name; in FindAnimation()
1905 shaderEntityRef = readHandle->materialShader.shader; in GetShader()
1907 shaderEntityRef = readHandle->depthShader.shader; in GetShader()
2005 entityRef = readHandle->materialShader.graphicsState; in SetGraphicsState()
2007 entityRef = readHandle->depthShader.graphicsState; in SetGraphicsState()
2037 entityRef = readHandle->materialShader.graphicsState; in GetGraphicsState()
[all …]
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_util/platform/unix/
H A Dsys_epoll.c96 if (task->readHandle != NULL) { in EpollLoop()
97 task->readHandle(task); in EpollLoop()
H A Dsys_timer.c141 timer->task.readHandle = TimerReadHandle; in TimerStart()
H A Dsys_event.c166 node->task.readHandle = EventProcessHandle; in EventModuleInit()
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_util/interface/
H A Dnstackx_epoll.h46 TaskHandle readHandle; member
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_util/platform/liteos/
H A Dsys_timer.c153 timer->task.readHandle = TimerReadHandle; in TimerStart()
H A Dsys_event.c165 node->task.readHandle = EventProcessHandle; in EventModuleInit()
H A Dsys_epoll.c502 if (((events & EPOLLIN) == EPOLLIN) && (task->readHandle != NULL)) { in EpollTaskEventHandle()
503 task->readHandle(task); in EpollTaskEventHandle()
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/core/
H A Dnstackx_smartgenius.c255 g_netlinkTask.readHandle = SmartGeniusCallback; in SmartGeniusInit()
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/core/mini_discover/
H A Dcoap_app.c376 g_coapCtx.task.readHandle = CoAPEpollReadHandle; in CoapServerInit()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/include/
H A Datt.h268 AttReadReq readHandle; member
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/core/coap_discover/
H A Dcoap_app.c267 ctx->taskList[i].readHandle = CoAPEpollReadHandle; in GetTimeout()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/att/
H A Datt_receive.c930 attReadObj.readHandle.attHandle = ((uint16_t *)data)[0]; in AttReadRequest()
935 attReadObj.readHandle.attHandle); in AttReadRequest()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/
H A Dgatt_server_profile.cpp274 connectHandle, ((AttEventData *)eventData)->attReadRequest.readHandle.attHandle); in ReceiveData()