Home
last modified time | relevance | path

Searched defs:innerKey (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/gaussdb_rd/
H A Drd_utils.cpp124 GRD_KVItemT innerKey{(void *)&key[0], (uint32_t)key.size()}; in RdKVPut() local
139 GRD_KVItemT innerKey{(void *)&key[0], (uint32_t)key.size()}; in RdKVGet() local
167 GRD_KVItemT innerKey{(void *)&key[0], (uint32_t)key.size()}; in RdKVDel() local
185 GRD_KVItemT innerKey{(void *)&key[0], (uint32_t)key.size()}; in RdKVScan() local
237 GRD_KVItemT innerKey{(void *)&key[0], (uint32_t)key.size()}; in RdKVBatchPushback() local
/ohos5.0/foundation/distributeddatamgr/preferences/frameworks/native/platform/src/
H A Dpreferences_db_adapter.cpp311 GRD_KVItemT innerKey = BlobToKvItem(key); in Put() local
347 GRD_KVItemT innerKey = BlobToKvItem(key); in Delete() local
383 GRD_KVItemT innerKey = BlobToKvItem(key); in Get() local
/ohos5.0/base/security/huks/interfaces/inner_api/huks_standard/source/
H A Dhks_api_adapter.c45 struct HksBlob innerKey = { 0, NULL }; in HksImportKeyAdapter() local
/ohos5.0/commonlibrary/ets_utils/js_sys_module/console/
H A Dconsole.cpp468 char* innerKey = Helper::NapiHelper::GetChars(env, keyNumber); in GetValueArray() local
516 char* innerKey = Helper::NapiHelper::GetChars(env, keyNumber); in ProcessNestedObject() local
/ohos5.0/base/security/huks/test/unittest/huks_standard_test/module_test/service_test/huks_engine/core/src/
H A Dhks_core_service_test.cpp637 struct HksBlob innerKey = { 0, nullptr }; variable
/ohos5.0/base/security/huks/services/huks_standard/huks_engine/main/core/src/
H A Dhks_core_service_key_generate.c763 struct HksBlob innerKey = { 0, NULL }; in HksCoreImportKey() local