Home
last modified time | relevance | path

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

/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()
/foundation/communication/dsoftbus/components/nstackx/nstackx_util/interface/
H A Dnstackx_epoll.h47 TaskHandle writeHandle; member
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/relational/
H A Drelational_sync_able_storage.cpp1408 auto writeHandle = static_cast<SQLiteSingleVerRelationalStorageExecutor *>( in FillCloudLogAndAsset() local
1410 if (writeHandle == nullptr) { in FillCloudLogAndAsset()
1413 errCode = writeHandle->StartTransaction(TransactType::IMMEDIATE); in FillCloudLogAndAsset()
1415 ReleaseHandle(writeHandle); in FillCloudLogAndAsset()
1418 errCode = FillCloudLogAndAssetInner(writeHandle, opType, data, fillAsset, ignoreEmptyGid); in FillCloudLogAndAsset()
1421 writeHandle->Rollback(); in FillCloudLogAndAsset()
1422 ReleaseHandle(writeHandle); in FillCloudLogAndAsset()
1425 errCode = writeHandle->Commit(); in FillCloudLogAndAsset()
1426 ReleaseHandle(writeHandle); in FillCloudLogAndAsset()
2167 auto writeHandle in ReviseLocalModTime() local
[all...]
/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/include/
H A Dnstackx_dfile_transfer.h173 DFileTransWriteHandle writeHandle; member
192 DFileTransWriteHandle writeHandle; member
/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()
/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H A Dscene_holder.cpp2107 if (auto writeHandle = materialComponentManager_->Write(materialEntity)) { in SetShader()
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()
2186 writeHandle->materialShader.graphicsState = stateEntityRef; in SetGraphicsState()
2188 writeHandle in SetGraphicsState()
[all...]
/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/core/
H A Dnstackx_smartgenius.c256 g_netlinkTask.writeHandle = NetlinkWriteHandle; in SmartGeniusInit()
/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/core/coap_discover/
H A Dcoap_app.c268 ctx->taskList[i].writeHandle = CoAPEpollWriteHandle; in GetTimeout()
/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/core/mini_discover/
H A Dcoap_app.c377 g_coapCtx.task.writeHandle = NULL; in CoapServerInit()
/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.c844 transPara.writeHandle = DFileWriteHandle; in CreateTrans()

Completed in 18 milliseconds