Searched defs:Child (Results 1 – 8 of 8) sorted by relevance
| /packages/modules/Bluetooth/tools/pdl/tests/generated/ |
| D | packet_decl_grand_children_big_endian.rs | 105 Child(Arc<ChildData>), enumerator 121 Child(Child), enumerator 366 pub struct Child { struct 370 child: Arc<ChildData>, argument 433 impl Packet for Child { implementation 458 impl TryFrom<Parent> for Child { implementation 460 fn try_from(packet: Parent) -> Result<Child> { in try_from() 464 impl Child { impl 515 pub fn build(self) -> Child { in build() 537 impl From<ChildBuilder> for Child { implementation [all …]
|
| D | packet_decl_grand_children_little_endian.rs | 105 Child(Arc<ChildData>), enumerator 121 Child(Child), enumerator 366 pub struct Child { struct 370 child: Arc<ChildData>, argument 433 impl Packet for Child { implementation 458 impl TryFrom<Parent> for Child { implementation 460 fn try_from(packet: Parent) -> Result<Child> { in try_from() 464 impl Child { impl 515 pub fn build(self) -> Child { in build() 537 impl From<ChildBuilder> for Child { implementation [all …]
|
| /packages/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/ |
| D | AbstractSessionStateMachine.java | 83 SHARED_CMD_TO_STR.put(CMD_LOCAL_REQUEST_CREATE_CHILD, "Create Child"); in SHARED_CMD_TO_STR.put() 84 SHARED_CMD_TO_STR.put(CMD_LOCAL_REQUEST_DELETE_CHILD, "Delete Child"); in SHARED_CMD_TO_STR.put() 85 SHARED_CMD_TO_STR.put(CMD_LOCAL_REQUEST_REKEY_CHILD, "Rekey Child"); in SHARED_CMD_TO_STR.put()
|
| D | ChildSessionStateMachine.java | 150 CMD_TO_STR.put(CMD_HANDLE_FIRST_CHILD_EXCHANGE, "Handle First Child"); in CMD_TO_STR.put()
|
| D | IkeSessionStateMachine.java | 348 CMD_TO_STR.put(CMD_HANDLE_FIRST_CHILD_NEGOTIATION, "Negotiate first Child"); in CMD_TO_STR.put() 359 CMD_TO_STR.put(CMD_IKE_FATAL_ERROR_FROM_CHILD, "IKE fatal error from Child"); in CMD_TO_STR.put()
|
| /packages/modules/Virtualization/microdroid_manager/src/ |
| D | main.rs | 475 fn run_apkdmverity(args: &[ApkDmverityArgument]) -> Result<Child> { in run_apkdmverity() 510 ) -> Result<Child> { in mount() 884 fn prepare_encryptedstore(dice_artifacts: &OwnedDiceArtifacts) -> Result<Child> { in prepare_encryptedstore()
|
| /packages/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/message/ |
| D | IkeHeader.java | 71 EXCHANGE_TYPE_TO_STRING.put(EXCHANGE_TYPE_CREATE_CHILD_SA, "Create Child"); in EXCHANGE_TYPE_TO_STRING.put()
|
| D | IkeMessage.java | 116 EXCHANGE_SUBTYPE_TO_STRING.put(IKE_EXCHANGE_SUBTYPE_CREATE_CHILD, "Create Child"); in EXCHANGE_SUBTYPE_TO_STRING.put() 118 EXCHANGE_SUBTYPE_TO_STRING.put(IKE_EXCHANGE_SUBTYPE_DELETE_CHILD, "Delete Child"); in EXCHANGE_SUBTYPE_TO_STRING.put() 120 EXCHANGE_SUBTYPE_TO_STRING.put(IKE_EXCHANGE_SUBTYPE_REKEY_CHILD, "Rekey Child"); in EXCHANGE_SUBTYPE_TO_STRING.put()
|