Searched refs:atomic_account (Results 1 – 5 of 5) sorted by relevance
171 let atomic_account = config.atomic_account.as_str(); in convert_bundle_name() localVariable172 format!("+auid-{}+{}", atomic_account, bundle_name) in convert_bundle_name()
34 pub(crate) atomic_account: CStringWrapper,266 atomic_account: CStringWrapper::from(&self.atomic_account), in to_c_struct()313 atomic_account: c_struct.atomic_account.to_string(), in from_c_struct()
103 pub(crate) atomic_account: String,252 atomic_account: "ohosAnonymousUid".to_string(), in default()
194 let atomic_account = if bundle_type == ATOMIC_SERVICE { in construct() localVariable203 atomic_account, in construct()
453 atomic_account: Default::default(), in get_task_config()