File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
prot_internal_storage/its_reset Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ psa_its_status_t test_psa_its_reset_impl(void)
42
42
}
43
43
44
44
KVMap &kv_map = KVMap::get_instance ();
45
- KVStore *kvstore = kv_map.get_main_kv_instance (STR_EXPAND (MBED_CONF_STORAGE_DEFAULT_KV));
45
+ KVStore *kvstore = kv_map.get_internal_kv_instance (STR_EXPAND (MBED_CONF_STORAGE_DEFAULT_KV));
46
46
if (!kvstore) {
47
47
return PSA_ITS_ERROR_STORAGE_FAILURE;
48
48
}
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ psa_its_status_t test_psa_its_reset_impl(void)
42
42
}
43
43
44
44
KVMap &kv_map = KVMap::get_instance ();
45
- KVStore *kvstore = kv_map.get_main_kv_instance (STR_EXPAND (MBED_CONF_STORAGE_DEFAULT_KV));
45
+ KVStore *kvstore = kv_map.get_internal_kv_instance (STR_EXPAND (MBED_CONF_STORAGE_DEFAULT_KV));
46
46
if (!kvstore) {
47
47
return PSA_ITS_ERROR_STORAGE_FAILURE;
48
48
}
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ psa_its_status_t test_psa_its_reset_impl(void)
42
42
}
43
43
44
44
KVMap &kv_map = KVMap::get_instance ();
45
- KVStore *kvstore = kv_map.get_main_kv_instance (STR_EXPAND (MBED_CONF_STORAGE_DEFAULT_KV));
45
+ KVStore *kvstore = kv_map.get_internal_kv_instance (STR_EXPAND (MBED_CONF_STORAGE_DEFAULT_KV));
46
46
if (!kvstore) {
47
47
return PSA_ITS_ERROR_STORAGE_FAILURE;
48
48
}
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ psa_its_status_t test_psa_its_reset_impl(void)
42
42
}
43
43
44
44
KVMap &kv_map = KVMap::get_instance ();
45
- KVStore *kvstore = kv_map.get_main_kv_instance (STR_EXPAND (MBED_CONF_STORAGE_DEFAULT_KV));
45
+ KVStore *kvstore = kv_map.get_internal_kv_instance (STR_EXPAND (MBED_CONF_STORAGE_DEFAULT_KV));
46
46
if (!kvstore) {
47
47
return PSA_ITS_ERROR_STORAGE_FAILURE;
48
48
}
You can’t perform that action at this time.
0 commit comments