Searched defs:readValue (Results 1 – 6 of 6) sorted by relevance
127 int readValue = mDatastore.getPreviousStoredVersion(); in testWriteAndGetVersion() local134 int readValue = mDatastore.getPreviousStoredVersion(); in testGetVersionWithNoPreviousWrite() local149 Boolean readValue = mDatastore.get(TEST_KEY); in testPutGetUpdateRemove() local180 Boolean readValue = mDatastore.get(TEST_KEY); in testPutIfNew() local
138 Boolean readValue = mDatastore.get(TEST_KEY); in testPutGetUpdateRemove() local169 Boolean readValue = mDatastore.get(TEST_KEY); in testPutIfNew() local
192 val readValue = gattInstance.readCharacteristicBlocking(characteristic) in readCharacteristicFromHandle() constant230 val readValue = gattInstance.readDescriptorBlocking(descriptor) in readCharacteristicDescriptorFromHandle() constant429 for (readValue in readValuesList) { in generateReadValuesList() constant
92 static int readValue(const BufferWithExtendableBuffer &buffer, const int index) { in readValue() function
528 mHwCamera->setIntParameter(id, *value, [&result, value](auto status, auto readValue) { in setParameter()556 mHwCamera->getIntParameter(id, [&result, value](auto status, auto readValue) { in getParameter()
34 public int readValue(final String key); in readValue() method