Home
last modified time | relevance | path

Searched refs:writeHandle (Results 1 – 13 of 13) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_util/platform/unix/
H A Dsys_epoll.c102 if (task->writeHandle != NULL) { in EpollLoop()
103 task->writeHandle(task); in EpollLoop()
H A Dsys_timer.c142 timer->task.writeHandle = NULL; in TimerStart()
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_util/interface/
H A Dnstackx_epoll.h47 TaskHandle writeHandle; member
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/include/
H A Dnstackx_dfile_transfer.h167 DFileTransWriteHandle writeHandle; member
192 DFileTransWriteHandle writeHandle; member
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/relational/
H A Drelational_sync_able_storage.cpp1399 auto writeHandle = static_cast<SQLiteSingleVerRelationalStorageExecutor *>( in FillCloudLogAndAsset() local
1401 if (writeHandle == nullptr) { in FillCloudLogAndAsset()
1404 errCode = writeHandle->StartTransaction(TransactType::IMMEDIATE); in FillCloudLogAndAsset()
1406 ReleaseHandle(writeHandle); in FillCloudLogAndAsset()
1409 errCode = FillCloudLogAndAssetInner(writeHandle, opType, data, fillAsset, ignoreEmptyGid); in FillCloudLogAndAsset()
1412 writeHandle->Rollback(); in FillCloudLogAndAsset()
1413 ReleaseHandle(writeHandle); in FillCloudLogAndAsset()
1416 errCode = writeHandle->Commit(); in FillCloudLogAndAsset()
1417 ReleaseHandle(writeHandle); in FillCloudLogAndAsset()
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_util/platform/liteos/
H A Dsys_timer.c154 timer->task.writeHandle = NULL; in TimerStart()
H A Dsys_epoll.c510 if (((events & EPOLLOUT) == EPOLLOUT) && (task->writeHandle != NULL)) { in EpollTaskEventHandle()
511 task->writeHandle(task); in EpollTaskEventHandle()
/ohos5.0/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H A Dscene_holder.cpp2107 if (auto writeHandle = materialComponentManager_->Write(materialEntity)) { in SetShader() local
2109 writeHandle->materialShader.shader = shaderEntityRef; in SetShader()
2110 if (!writeHandle->materialShader.graphicsState) { in SetShader()
2113 writeHandle->materialShader.graphicsState = in SetShader()
2118 writeHandle->depthShader.shader = shaderEntityRef; in SetShader()
2119 if (!writeHandle->depthShader.graphicsState) { in SetShader()
2121 writeHandle->depthShader.graphicsState = in SetShader()
2184 if (auto writeHandle = materialComponentManager_->Write(materialEntity)) { in SetGraphicsState() local
2186 writeHandle->materialShader.graphicsState = stateEntityRef; in SetGraphicsState()
2188 writeHandle->depthShader.graphicsState = stateEntityRef; in SetGraphicsState()
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/core/
H A Dnstackx_smartgenius.c256 g_netlinkTask.writeHandle = NetlinkWriteHandle; in SmartGeniusInit()
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/core/mini_discover/
H A Dcoap_app.c377 g_coapCtx.task.writeHandle = NULL; in CoapServerInit()
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/core/
H A Dnstackx_dfile_transfer.c310 int32_t ret = dFileTrans->writeHandle(frame, frameLength, dFileTrans->context); in SendFrame()
1524 dFileTrans->writeHandle = para->writeHandle; in DFileTransCreate()
H A Dnstackx_dfile_session.c845 transPara.writeHandle = DFileWriteHandle; in CreateTrans()
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/core/coap_discover/
H A Dcoap_app.c268 ctx->taskList[i].writeHandle = CoAPEpollWriteHandle; in GetTimeout()