Home
last modified time | relevance | path

Searched refs:owner_info_str (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/security/asset/services/core_service/src/operations/
H A Dcommon.rs204 … let owner_info_str = String::from_utf8_lossy(calling_info.owner_info()).to_string(); in inform_asset_ext() localVariable
205 let owner_info_vec: Vec<_> = owner_info_str.split('_').collect(); in inform_asset_ext()
218 … let owner_info_str = String::from_utf8_lossy(calling_info.owner_info()).to_string(); in inform_asset_ext() localVariable
219 let owner_info_vec: Vec<_> = owner_info_str.split('_').collect(); in inform_asset_ext()
/ohos5.0/base/security/asset/services/common/src/
H A Dcalling_info.rs94 let owner_info_str = String::from_utf8_lossy(self.owner_info()).to_string(); in app_index() localVariable
95 let owner_info_vec: Vec<_> = owner_info_str.split('_').collect(); in app_index()