Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Tencent/MMKV
/ functions
Functions
1,822 in github.com/Tencent/MMKV
⨍
Functions
1,822
◇
Types & classes
144
Method
AllKeys
()
POSIX/golang/mmkv.go:711
Method
AllNonExpireKeys
()
POSIX/golang/mmkv.go:715
Method
AshmemMMKVGetter
()
Android/MMKV/mmkvdemo/src/main/java/com/tencent/mmkvdemo/BenchMarkBaseService.java:331
Method
AutoCleanInfo
iOS/MMKV/MMKV/AutoCleanInfo.hpp:30
Function
BackupAllToDirectory
BackupAllToDirectory backup all MMKV instance (from the root dir of MMKV) to dstDir return count of MMKV successfully backup-ed
POSIX/golang/mmkv.go:434
Function
BackupOneToDirectory
BackupOneToDirectory backup one MMKV instance (from the root dir of MMKV) to dstDir
POSIX/golang/mmkv.go:419
Method
Baseline
(Context context, int loops)
Android/MMKV/mmkvdemo/src/main/java/com/tencent/mmkvdemo/Baseline.java:47
Function
BoolToNValue
OpenHarmony/entry/src/main/cpp/napi_init.cpp:56
Method
BundleCursor
(Bundle extras)
Android/MMKV/mmkvdemo/src/main/java/com/tencent/mmkvdemo/MultiProcessSharedPreferences.java:694
Function
CheckExist
CheckExist Check the existence of the MMKV
POSIX/golang/mmkv.go:463
Method
CheckReSetCryptKey
CheckReSetCryptKey Just reset the cryptKey (will not encrypt or decrypt anything). Usually you should call this method after other process reKey() the
POSIX/golang/mmkv.go:296
Method
CheckReSetCryptKey
(key string, aes256 bool)
POSIX/golang/mmkv.go:774
Method
ClearAll
()
POSIX/golang/mmkv.go:724
Method
ClearAllKeepSpace
()
POSIX/golang/mmkv.go:728
Method
ClearMemoryCache
()
POSIX/golang/mmkv.go:749
Method
Close
()
POSIX/golang/mmkv.go:765
Method
CodedInputData
Core/CodedInputData.cpp:36
Method
CodedInputDataCrypt
Core/CodedInputDataCrypt.cpp:41
Method
CodedOutputData
Core/CodedOutputData.cpp:36
Method
Contains
(key string)
POSIX/golang/mmkv.go:719
Method
Count
()
POSIX/golang/mmkv.go:681
Method
CountNonExpiredKeys
()
POSIX/golang/mmkv.go:685
Method
CryptKey
See also reKey().
POSIX/golang/mmkv.go:299
Method
CryptKey
()
POSIX/golang/mmkv.go:778
Function
DefaultMMKV
DefaultMMKV a generic purpose instance in single-process mode.
POSIX/golang/mmkv.go:371
Function
DefaultMMKVWithMode
DefaultMMKVWithMode a generic purpose instance in single-process or multi-process mode.
POSIX/golang/mmkv.go:376
Function
DefaultMMKVWithModeAndCryptKey
DefaultMMKVWithModeAndCryptKey an encrypted generic purpose instance in single-process or multi-process mode.
POSIX/golang/mmkv.go:381
Function
DefaultNameSpace
DefaultNameSpace Identical to MMKV with default root path.
POSIX/golang/mmkv.go:478
Method
Destroy
flutter/mmkv/example/windows/runner/win32_window.cpp:224
Method
DisableAutoKeyExpire
()
POSIX/golang/mmkv.go:304
Method
DisableAutoKeyExpire
()
POSIX/golang/mmkv.go:794
Method
DisableCompareBeforeSet
()
POSIX/golang/mmkv.go:804
Method
EnableAutoKeyExpire
(expireDurationInSecond uint32)
POSIX/golang/mmkv.go:789
Method
EnableCompareBeforeSet
()
POSIX/golang/mmkv.go:799
Method
FakeInfo
()
Android/MMKV/mmkvdemo/src/main/java/com/tencent/mmkvdemo/FakeInfo.java:31
Method
File
Core/MemoryFile.cpp:51
Method
File
just forbid it for possibly misuse
Core/MemoryFile.h:117
Method
File
Core/MemoryFile_Android.cpp:44
Method
File
Core/MemoryFile_Win32.cpp:43
Method
FileLock
Core/InterProcessLock.h:66
Method
FileLock
Core/InterProcessLock_Android.cpp:31
Method
FlutterWindow
flutter/mmkv/example/windows/runner/flutter_window.cpp:7
Method
GetBool
(key string)
POSIX/golang/mmkv.go:492
Method
GetBoolWithDefault
(key string, defaultValue bool)
POSIX/golang/mmkv.go:195
Method
GetBytes
(key string)
POSIX/golang/mmkv.go:653
Method
GetClientArea
flutter/mmkv/example/windows/runner/win32_window.cpp:252
Method
GetFloat32
(key string)
POSIX/golang/mmkv.go:587
Method
GetFloat32WithDefault
(key string, defaultValue float32)
POSIX/golang/mmkv.go:220
Method
GetFloat64
(key string)
POSIX/golang/mmkv.go:606
Method
GetFloat64WithDefault
(key string, defaultValue float64)
POSIX/golang/mmkv.go:225
Method
GetHandle
flutter/mmkv/example/windows/runner/win32_window.cpp:258
Method
GetInstance
Returns the singleton registrar instance.
flutter/mmkv/example/windows/runner/win32_window.cpp:64
Method
GetInt32
(key string)
POSIX/golang/mmkv.go:511
Method
GetInt32WithDefault
(key string, defaultValue int32)
POSIX/golang/mmkv.go:200
Method
GetInt64
(key string)
POSIX/golang/mmkv.go:549
Method
GetInt64WithDefault
(key string, defaultValue int64)
POSIX/golang/mmkv.go:205
Function
GetNameSpace
GetNameSpace Get a wrapper of customize root path.
POSIX/golang/mmkv.go:470
Method
GetString
(key string)
POSIX/golang/mmkv.go:627
Method
GetStringBuffer
(key string)
POSIX/golang/mmkv.go:637
Method
GetThisFromHandle
flutter/mmkv/example/windows/runner/win32_window.cpp:236
Method
GetUInt32
(key string)
POSIX/golang/mmkv.go:530
Method
GetUInt32WithDefault
(key string, defaultValue uint32)
POSIX/golang/mmkv.go:210
Method
GetUInt64
(key string)
POSIX/golang/mmkv.go:568
Method
GetUInt64WithDefault
(key string, defaultValue uint64)
POSIX/golang/mmkv.go:215
Function
HASH_FINAL
Core/aes/openssl/openssl_md32_common.h:190
Function
HASH_UPDATE
Core/aes/openssl/openssl_md32_common.h:127
Method
HybridString
Core/MMKV_OSX.cpp:58
Method
HybridStringCP
Core/MMKV_OSX.cpp:71
Method
ImportFrom
(src MMKV)
POSIX/golang/mmkv.go:757
Method
Info
(String id, int pos)
Android/MMKV/mmkvdemo/src/main/java/com/tencent/mmkvdemo/Info.java:31
Function
InitializeMMKV
* InitializeMMKV MMKV must be initialized before any usage. * Generally speaking you should do this inside main(): func main() { mmkv.InitializeMM
POSIX/golang/mmkv.go:331
Function
InitializeMMKVWithLogLevel
InitializeMMKVWithLogLevel Same as the function InitializeMMKV() above, except that you can customize MMKV's log level by passing logLevel. You can ev
POSIX/golang/mmkv.go:337
Function
InitializeMMKVWithLogLevelAndHandler
Deprecated: Use InitializeMMKVWithLogLevel() + RegisterHandler() instead.
POSIX/golang/mmkv.go:342
Method
InterProcessLock
Core/InterProcessLock.h:95
Method
IsMultiProcess
()
POSIX/golang/mmkv.go:309
Method
IsMultiProcess
()
POSIX/golang/mmkv.go:809
Method
IsReadOnly
()
POSIX/golang/mmkv.go:310
Method
IsReadOnly
()
POSIX/golang/mmkv.go:814
Function
JNI_OnLoad
Android/MMKV/mmkvdemo/src/main/cpp/mmkvdemo.cpp:226
Function
JNI_OnLoad
Android/MMKV/mmkv/src/main/cpp/native-bridge.cpp:137
Method
KeyValueHolder
Core/KeyValueHolder.h:38
Method
KeyValueHolder
Core/KeyValueHolder.cpp:30
Method
KeyValueHolderCrypt
Core/KeyValueHolder.h:87
Method
KeyValueHolderCrypt
Core/KeyValueHolder.cpp:44
Method
Length
Length the size of underlying memory
POSIX/golang/mmkv.go:103
Method
MMAP_ID
()
POSIX/golang/mmkv.go:740
Method
MMBuffer
Core/MMBuffer.cpp:41
Function
MMKV
just forbid it for possibly misuse
Core/MMKV.h:678
Method
MMKV
(long handle)
Android/MMKV/mmkv/src/main/java/com/tencent/mmkv/MMKV.java:1977
Method
MMKV
Core/MMKV_Android.cpp:47
Function
MMKVConfigDefault
iOS/MMKV/MMKV/MMKV.h:70
Method
MMKVLog
(level int, file string, line int, function string, message string)
POSIX/golang/callback.go:71
Method
MMKVLog
(level int, file string, line int, function string, message string)
POSIX/golang/mmkv.go:356
Method
MMKVLog
(level int, file string, line int, function string, message string)
POSIX/golang/test/main.go:430
Function
MMKVWithID
MMKVWithID an instance with specific location ${MMKV Root}/mmapID, in single-process mode.
POSIX/golang/mmkv.go:393
Function
MMKVWithIDAndExpectedCapacity
MMKVWithIDAndExpectedCapacity an instance with specific location ${MMKV Root}/mmapID, in single-process mode.
POSIX/golang/mmkv.go:404
Function
MMKVWithIDAndMode
MMKVWithIDAndMode an instance with specific location ${MMKV Root}/mmapID, in single-process or multi-process mode.
POSIX/golang/mmkv.go:409
Function
MMKVWithIDAndModeAndCryptKey
MMKVWithIDAndModeAndCryptKey an encrypted instance with specific location ${MMKV Root}/mmapID, in single-process or multi-process mode.
POSIX/golang/mmkv.go:414
Method
MediumBufferSize
Core/KeyValueHolder.h:81
Method
MemoryFile
Core/MemoryFile.cpp:55
← previous
next →
801–900 of 1,822, ranked by callers