Home
last modified time | relevance | path

Searched refs:handleValue (Results 1 - 5 of 5) sorted by relevance

/foundation/ai/neural_network_runtime/frameworks/native/neural_network_runtime/
H A Dnncompiled_cache.cpp419 long handleValue = ftell(pFile); in GetCacheFileLength() local
420 if (handleValue == -1) { in GetCacheFileLength()
425 if ((handleValue > MAX_MODEL_SIZE) || (handleValue == NULL_PTR_LENGTH)) { in GetCacheFileLength()
428 handleValue); in GetCacheFileLength()
432 fileSize = handleValue; in GetCacheFileLength()
/foundation/communication/bluetooth_service/services/bluetooth/stack/include/
H A Datt.h292 AttHandleValue handleValue; member
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/att/
H A Datt_receive.c1553 attWriteObj.prepareWrite.handleValue.attHandle = ((uint16_t *)data)[0]; in AttPrepareWriteRequest()
1559 attWriteObj.prepareWrite.handleValue.attHandle, in AttPrepareWriteRequest()
1607 attWriteObj.prepareWrite.handleValue.attHandle = ((uint16_t *)data)[0]; in AttPrepareWriteResponse()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/
H A Dgatt_server_profile.cpp995 uint16_t attHandle = data->attPrepareWriteResponse.prepareWrite.handleValue.attHandle; in WriteLongCharacteristicValueResponsePostTask()
H A Dgatt_client_profile.cpp1869 data->attWriteResponse.prepareWrite.handleValue.attHandle, in SplitPrepareWriteRsp()

Completed in 12 milliseconds