Home
last modified time | relevance | path

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

/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()
/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()
/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H A Dscene_holder.cpp884 if (auto readHandle = nameComponentManager.Read(entity)) { in GetEntityId()
885 entityName = readHandle->name; in GetEntityId()
973 if (auto readHandle = nodeComponentManager_->Read(mesh.components[1])) { in FindMesh()
974 effectivelyEnabled = readHandle->effectivelyEnabled; in FindMesh()
977 if (auto readHandle = nameComponentManager_->Read(mesh.components[2])) { in FindMesh()
978 entityName = readHandle->name; in FindMesh()
1027 if (auto readHandle = nodeComponentManager_->Read(material.components[1])) { in FindMaterial()
1028 effectivelyEnabled = readHandle->effectivelyEnabled; in FindMaterial()
1031 if (auto readHandle = nameComponentManager_->Read(material.components[2])) { in FindMaterial()
1032 entityName = readHandle in FindMaterial()
[all...]
/foundation/communication/dsoftbus/components/nstackx/nstackx_util/interface/
H A Dnstackx_epoll.h46 TaskHandle readHandle; member
/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()
/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/core/
H A Dnstackx_smartgenius.c255 g_netlinkTask.readHandle = SmartGeniusCallback; in SmartGeniusInit()
/foundation/communication/bluetooth_service/services/bluetooth/stack/include/
H A Datt.h268 AttReadReq readHandle; member
/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/core/coap_discover/
H A Dcoap_app.c267 ctx->taskList[i].readHandle = CoAPEpollReadHandle; in GetTimeout()
/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/core/mini_discover/
H A Dcoap_app.c376 g_coapCtx.task.readHandle = CoAPEpollReadHandle; in CoapServerInit()
/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()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/
H A Dgatt_server_profile.cpp274 connectHandle, ((AttEventData *)eventData)->attReadRequest.readHandle.attHandle); in ReceiveData()

Completed in 18 milliseconds