Home
last modified time | relevance | path

Searched refs:COMPONENT_NAME (Results 1 – 3 of 3) sorted by relevance

/system/secretkeeper/dice_policy/tests/
Dtest.rs29 const COMPONENT_NAME: i64 = -70002; constant
202 CONFIG_DESC => {COMPONENT_NAME => EXAMPLE_COMPONENT_NAME} in get_dice_chain_helper()
220 CONFIG_DESC => {COMPONENT_NAME => EXAMPLE_COMPONENT_NAME} in get_dice_chain_helper()
344 vec![CONFIG_DESC, COMPONENT_NAME], in policy_dice_size_is_same()
/system/secretkeeper/dice_policy/building/src/
Dlib.rs43 const COMPONENT_NAME: i64 = -70002; constant
44 const PATH_TO_COMPONENT_NAME: [i64; 2] = [CONFIG_DESC, COMPONENT_NAME];
/system/authgraph/core/src/
Dkey.rs69 const COMPONENT_NAME: i64 = -70002; constant
934 (COMPONENT_NAME, Value::Text(comp_name)) => { in from_cbor_value()