Searched refs:bundle_type (Results 1 – 8 of 8) sorted by relevance
33 pub(crate) bundle_type: u8,265 bundle_type: self.bundle_type as u8, in to_c_struct()312 bundle_type: c_struct.bundle_type as u32, in from_c_struct()
102 pub(crate) bundle_type: u32,251 bundle_type: 0, in default()406 parcel.write(&self.bundle_type)?; in serialize()
168 let is_account = config.bundle_type == ATOMIC_SERVICE; in convert_bundle_name()
80 if config.bundle_type == ATOMIC_SERVICE { in build_client()
138 let bundle_type = profile_json[PROFILE_TYPE_KEY].try_as_string()?.as_str(); in validate_bundle_and_distribution_type() localVariable139 match bundle_type { in validate_bundle_and_distribution_type()179 let bundle_type = profile_json[PROFILE_TYPE_KEY].try_as_string()?.as_str(); in get_cert_details() localVariable180 let profile_type = match bundle_type { in get_cert_details()185 let signed_cert = match bundle_type { in get_cert_details()
50 let bundle_type: u32 = data.read()?; in construct() localVariable194 let atomic_account = if bundle_type == ATOMIC_SERVICE { in construct()202 bundle_type, in construct()
176 reply.write(&(config.bundle_type))?; in serialize_task_config()
448 bundle_type: 0, in get_task_config()