OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nvram_map_
(Results
1 - 2
of
2
) sorted by null
/system/tpm/tpm_manager/server/
mock_tpm_nvram.cc
53
if (
nvram_map_
.count(index) != 0) {
63
nvram_map_
[index] = ns;
68
if (
nvram_map_
.count(index) == 0) {
71
nvram_map_
.erase(index);
79
if (
nvram_map_
.count(index) == 0) {
82
if (
nvram_map_
[index].authorization_value != authorization_value) {
85
if (
nvram_map_
[index].write_locked) {
88
std::string& space_data =
nvram_map_
[index].data;
102
if (
nvram_map_
.count(index) == 0) {
105
if (
nvram_map_
[index].authorization_value != authorization_value)
[
all
...]
mock_tpm_nvram.h
91
std::map<uint32_t, NvSpace>
nvram_map_
;
member in class:tpm_manager::MockTpmNvram
Completed in 491 milliseconds