Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ammarahm-ed/react-native-mmkv-storage
/ functions
Functions
656 in github.com/ammarahm-ed/react-native-mmkv-storage
⨍
Functions
656
◇
Types & classes
104
↓ 3 callers
Function
memmoveDictionary
we don't need to really serialize the dictionary, just reuse what's already in the file
MMKV/Core/MMKV_IO.cpp:1091
↓ 3 callers
Method
mmkvWithID
(String mmapID)
android/src/main/java/com/ammarahmed/mmkv/MMKV.java:43
↓ 3 callers
Function
pbInt32Size
MMKV/Core/PBUtility.h:126
↓ 3 callers
Function
pbInt64Size
MMKV/Core/PBUtility.h:122
↓ 3 callers
Function
pick
(exclusions: string, string: string, min: number, max?: number)
src/keygen.ts:21
↓ 3 callers
Method
secureKeyExists
(String key)
android/src/main/java/com/ammarahmed/mmkv/RNMMKVModule.java:181
↓ 3 callers
Function
setupWithEncryption
(id: string, mode: number, key: string, alias: string)
src/initializer.ts:137
↓ 3 callers
Method
subscribe
(name: string, handler: Function)
src/eventmanager.ts:17
↓ 3 callers
Method
sync
MMKV/Core/MMKV.cpp:1169
↓ 3 callers
Method
truncate
MMKV/Core/MemoryFile.cpp:124
↓ 3 callers
Method
unlock
MMKV/Core/MMKV.cpp:1185
↓ 3 callers
Method
unsubscribe
(name: string, handler: Function)
src/eventmanager.ts:23
↓ 3 callers
Method
writeDouble
MMKV/Core/CodedOutputData.cpp:44
↓ 2 callers
Function
AES_decrypt
MMKV/Core/aes/openssl/openssl_aes_core.cpp:924
↓ 2 callers
Function
ASharedMemory_getSize
MMKV/Core/MemoryFile_Android.cpp:183
↓ 2 callers
Function
Int32ToUInt32
MMKV/Core/PBUtility.h:74
↓ 2 callers
Function
Int64ToUInt64
MMKV/Core/PBUtility.h:62
↓ 2 callers
Function
LockType2FlockType
MMKV/Core/InterProcessLock_Android.cpp:39
↓ 2 callers
Function
LockType2FlockType
MMKV/Core/InterProcessLock.cpp:75
↓ 2 callers
Function
MMKVLogLevelDesc
MMKV/Core/MMKVLog_Android.cpp:33
↓ 2 callers
Function
MMKVLogLevelDesc
MMKV/Core/MMKVLog.cpp:58
↓ 2 callers
Function
MMKVPath_t2String
MMKV/Core/MemoryFile_Win32.cpp:534
↓ 2 callers
Function
addValue
Function to add a value to the vector while maintaining sorting order
android/src/main/rnmmkv/rnmmkv-adapter.cpp:137
↓ 2 callers
Method
allKeys
MMKV/Core/MMKV.cpp:1106
↓ 2 callers
Function
armv8_crc32_small
MMKV/Core/crc32/crc32_armv8.cpp:73
↓ 2 callers
Function
ashmemMMKVPathWithID
MMKV/Core/MemoryFile_Android.cpp:231
↓ 2 callers
Method
clearStore
* Remove all keys and values from storage.
src/mmkvinstance.ts:635
↓ 2 callers
Function
crc32
MMKV/Core/crc32/zlib/crc32.cpp:49
↓ 2 callers
Function
create
(storage: MMKVInstance)
src/hooks/useMMKV.ts:28
↓ 2 callers
Function
createInstance
android/src/main/rnmmkv/rnmmkv-adapter.cpp:115
↓ 2 callers
Method
cryptKey
MMKV/Core/MMKV.cpp:349
↓ 2 callers
Function
current
()
src/hooks/useMMKVRef.ts:49
↓ 2 callers
Method
decodeOneVector
MMKV/Core/MiniPBCoder.cpp:367
↓ 2 callers
Method
decryptCipherText
(Cipher cipher, byte[] cipherTextBytes)
android/src/main/java/com/ammarahmed/mmkv/SecureKeystore.java:295
↓ 2 callers
Method
encryptCipherText
(Cipher cipher, String plainText)
android/src/main/java/com/ammarahmed/mmkv/SecureKeystore.java:241
↓ 2 callers
Function
encryptionHandler
* When a storage instance is encrypted at runtime, this functions * helps in detecting and loading the instance properly.
src/initializer.ts:157
↓ 2 callers
Function
endsWith
MMKV/Core/MMKV.cpp:1303
↓ 2 callers
Function
eraseHelper
MMKV/Core/MMKV_IO.cpp:735
↓ 2 callers
Function
filename
MMKV/Core/MMKV.cpp:1311
↓ 2 callers
Function
fullWriteBackWholeData
MMKV/Core/MMKV_IO.cpp:1237
↓ 2 callers
Method
getBytes
MMKV/Core/MMKV.cpp:711
↓ 2 callers
Function
getDataType
(value: any)
src/hooks/functions.ts:3
↓ 2 callers
Method
getDouble
MMKV/Core/MMKV.cpp:958
↓ 2 callers
Function
getInitialValue
(key: string, storage: MMKVInstance, initialValueType: 'type' | 'value')
src/hooks/functions.ts:10
↓ 2 callers
Method
getKey
MMKV/Core/aes/AESCrypt.cpp:89
↓ 2 callers
Method
getKeys
* * Get all keys
src/indexer/maps.ts:19
↓ 2 callers
Method
getMultipleItemsAsync
* Retrieve multiple items for the given array of keys
src/mmkvinstance.ts:214
↓ 2 callers
Function
getPageSize
MMKV/Core/MemoryFile.cpp:403
↓ 2 callers
Method
getSymmetricKey
(Context context, String alias)
android/src/main/java/com/ammarahmed/mmkv/SecureKeystore.java:308
↓ 2 callers
Method
getVector
MMKV/Core/MMKV.h:561
↓ 2 callers
Method
hasKey
* Check if a key exists.
src/indexer/maps.ts:26
↓ 2 callers
Function
initIndexForId
android/src/main/rnmmkv/rnmmkv-adapter.cpp:303
↓ 2 callers
Function
initWithEncryptionUsingOldKey
* Usually after first creation of the * storage, your database will be * initialized with its old key stored * in the secure storage. *
src/initializer.ts:62
↓ 2 callers
Function
initWithoutEncryption
* * When you want to initialize the storage * without encryption this function is called. *
src/initializer.ts:118
↓ 2 callers
Method
initialize
(Context context)
android/src/main/java/com/ammarahmed/mmkv/MMKV.java:28
↓ 2 callers
Method
isFileValid
MMKV/Core/MemoryFile.h:90
↓ 2 callers
Function
isLoaded
()
src/mmkv/init.ts:9
↓ 2 callers
Function
loadLibrary
MMKV/Core/MemoryFile_Android.cpp:123
↓ 2 callers
Method
move
MMKV/Core/KeyValueHolder.cpp:103
↓ 2 callers
Function
pbFixed32Size
MMKV/Core/PBUtility.h:100
↓ 2 callers
Function
pbMMBufferSize
MMKV/Core/PBUtility.h:138
↓ 2 callers
Method
reKey
MMKV/Core/MMKV_IO.cpp:1333
↓ 2 callers
Method
readBool
MMKV/Core/CodedInputData.cpp:82
↓ 2 callers
Method
readDouble
MMKV/Core/CodedInputData.cpp:48
↓ 2 callers
Method
readFloat
MMKV/Core/CodedInputData.cpp:52
↓ 2 callers
Method
readInt64
MMKV/Core/CodedInputData.cpp:56
↓ 2 callers
Method
readUInt64
MMKV/Core/CodedInputData.cpp:70
↓ 2 callers
Method
readValues
(Context context, String filename)
android/src/main/java/com/ammarahmed/mmkv/Storage.java:19
↓ 2 callers
Function
readWholeFile
MMKV/Core/MemoryFile.cpp:324
↓ 2 callers
Method
reloadFromFile
MMKV/Core/MemoryFile.cpp:207
↓ 2 callers
Function
removeKeysFromIndex
android/src/main/rnmmkv/rnmmkv-adapter.cpp:209
↓ 2 callers
Function
removeValue
Function to remove a value from the vector
android/src/main/rnmmkv/rnmmkv-adapter.cpp:144
↓ 2 callers
Method
removeValuesForKeys
MMKV/Core/MMKV.cpp:1128
↓ 2 callers
Method
setCipherText
(Context context, String alias, String input)
android/src/main/java/com/ammarahmed/mmkv/SecureKeystore.java:272
↓ 2 callers
Method
setSecureKey
(String key, String value)
android/src/main/java/com/ammarahmed/mmkv/RNMMKVModule.java:189
↓ 2 callers
Method
statusBeforeDecrypt
MMKV/Core/aes/AESCrypt.cpp:156
↓ 2 callers
Method
toTuple
MMKV/Core/KeyValueHolder.h:102
↓ 2 callers
Function
usePrevious
(value: any)
src/hooks/useMMKV.ts:188
↓ 2 callers
Function
vector2jarray
android/src/main/rnmmkv/rnmmkv-adapter.cpp:63
↓ 2 callers
Function
walkInDir
MMKV/Core/MemoryFile.cpp:548
↓ 2 callers
Method
writeBool
MMKV/Core/CodedOutputData.cpp:72
↓ 2 callers
Method
writeFloat
MMKV/Core/CodedOutputData.cpp:48
↓ 2 callers
Method
writeInt32
MMKV/Core/CodedOutputData.cpp:60
↓ 2 callers
Method
writeInt64
MMKV/Core/CodedOutputData.cpp:52
↓ 2 callers
Method
writeRawVarint64
MMKV/Core/CodedOutputData.cpp:156
↓ 2 callers
Method
writeToJSON
(MMKV kvv)
android/src/main/java/com/ammarahmed/mmkv/RNMMKVModule.java:128
↓ 2 callers
Method
writeUInt64
MMKV/Core/CodedOutputData.cpp:56
↓ 2 callers
Method
writeValues
(Context context, String filename, byte[] bytes)
android/src/main/java/com/ammarahmed/mmkv/Storage.java:13
↓ 1 callers
Function
AES_cfb128_decrypt
* The input and output encrypted as though 128bit cfb mode is being used. * The extra state information to record how much of the 128bit block we have
MMKV/Core/aes/openssl/openssl_cfb128.cpp:59
↓ 1 callers
Function
AES_cfb128_encrypt
* The input and output encrypted as though 128bit cfb mode is being used. * The extra state information to record how much of the 128bit block we hav
MMKV/Core/aes/openssl/openssl_cfb128.cpp:23
↓ 1 callers
Function
ASharedMemory_create
MMKV/Core/MemoryFile_Android.cpp:137
↓ 1 callers
Function
ASharedMemory_getName
MMKV/Core/MemoryFile_Android.cpp:211
↓ 1 callers
Function
Float32ToInt32
MMKV/Core/PBUtility.h:44
↓ 1 callers
Function
Float64ToInt64
MMKV/Core/PBUtility.h:38
↓ 1 callers
Function
GetAppleMachineInfo
MMKV/Core/MMKV_OSX.cpp:372
↓ 1 callers
Function
Int32ToFloat32
MMKV/Core/PBUtility.h:56
↓ 1 callers
Function
Int64ToFloat64
MMKV/Core/PBUtility.h:50
↓ 1 callers
Function
MD5
MMKV/Core/aes/openssl/openssl_md5_one.cpp:16
↓ 1 callers
Function
MD5_Init
MMKV/Core/aes/openssl/openssl_md5_dgst.cpp:23
↓ 1 callers
Function
OpenFlag2NativeFlag
MMKV/Core/MemoryFile.cpp:62
← previous
next →
101–200 of 656, ranked by callers