Home
last modified time | relevance | path

Searched defs:OwnerType (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/security/asset/services/common/src/
H A Dcalling_info.rs43 pub fn new(user_id: i32, owner_type: OwnerType, owner_info: Vec<u8>) -> Self { in new()
76 pub fn owner_type_enum(&self) -> OwnerType { in owner_type_enum()
/ohos5.0/base/security/asset/services/os_dependency/inc/
H A Dbms_wrapper.h25 enum OwnerType { enum
/ohos5.0/base/security/asset/services/db_operator/src/
H A Ddatabase_file_upgrade.rs50 pub fn construct_splited_db_name(owner_type: OwnerType, owner_info: &[u8], is_ce: bool) -> Result<S… in construct_splited_db_name()
H A Ddatabase.rs210 …pub fn build(user_id: i32, owner_type: OwnerType, owner_info: &[u8], is_ce: bool) -> Result<Databa… in build()