Home
last modified time | relevance | path

Searched refs:bundle_type (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/base/request/request/services/src/task/
H A Dffi.rs33 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()
H A Dconfig.rs102 pub(crate) bundle_type: u32,
251 bundle_type: 0, in default()
406 parcel.write(&self.bundle_type)?; in serialize()
H A Dfiles.rs168 let is_account = config.bundle_type == ATOMIC_SERVICE; in convert_bundle_name()
H A Dclient.rs80 if config.bundle_type == ATOMIC_SERVICE { in build_client()
/ohos5.0/base/security/code_signature/services/key_enable/src/
H A Dprofile_utils.rs138 let bundle_type = profile_json[PROFILE_TYPE_KEY].try_as_string()?.as_str(); in validate_bundle_and_distribution_type() localVariable
139 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() localVariable
180 let profile_type = match bundle_type { in get_cert_details()
185 let signed_cert = match bundle_type { in get_cert_details()
/ohos5.0/base/request/request/services/src/service/command/
H A Dconstruct.rs50 let bundle_type: u32 = data.read()?; in construct() localVariable
194 let atomic_account = if bundle_type == ATOMIC_SERVICE { in construct()
202 bundle_type, in construct()
/ohos5.0/base/request/request/services/src/service/
H A Dstub.rs176 reply.write(&(config.bundle_type))?; in serialize_task_config()
/ohos5.0/base/request/request/services/src/manage/
H A Ddatabase.rs448 bundle_type: 0, in get_task_config()