Searched refs:owner_info_str (Results 1 – 2 of 2) sorted by relevance
204 … let owner_info_str = String::from_utf8_lossy(calling_info.owner_info()).to_string(); in inform_asset_ext() localVariable205 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() localVariable219 let owner_info_vec: Vec<_> = owner_info_str.split('_').collect(); in inform_asset_ext()
94 let owner_info_str = String::from_utf8_lossy(self.owner_info()).to_string(); in app_index() localVariable95 let owner_info_vec: Vec<_> = owner_info_str.split('_').collect(); in app_index()