Home
last modified time | relevance | path

Searched refs:SUBSYS_USERIAM_SYS_ABILITY_USERAUTH (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/systemabilitymgr/samgr/interfaces/innerkits/samgr_proxy/include/
H A Dsystem_ability_definition.h66 SUBSYS_USERIAM_SYS_ABILITY_USERAUTH = 921, enumerator
/ohos5.0/foundation/systemabilitymgr/samgr/interfaces/innerkits/rust/src/
H A Ddefinition.rs60 pub const SUBSYS_USERIAM_SYS_ABILITY_USERAUTH: i32 = 921; const
/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/
H A Ddump_utils.cpp190 { SUBSYS_USERIAM_SYS_ABILITY_USERAUTH, "UserAuthService" },
/ohos5.0/base/useriam/user_auth_framework/frameworks/native/client/src/
H A Duser_auth_client_impl.cpp385 sptr<IRemoteObject> obj = IpcClientUtils::GetRemoteObject(SUBSYS_USERIAM_SYS_ABILITY_USERAUTH); in GetProxy()
/ohos5.0/base/customization/enterprise_device_management/services/edm/src/
H A Denterprise_device_mgr_ability.cpp146 addSystemAbilityFuncMap_[SUBSYS_USERIAM_SYS_ABILITY_USERAUTH] = in AddOnAddSystemAbilityFuncMap()
469 AddSystemAbilityListener(SUBSYS_USERIAM_SYS_ABILITY_USERAUTH); in AddSystemAbilityListeners()
/ohos5.0/base/useriam/user_auth_framework/services/ipc/src/
H A Duser_auth_service.cpp161 : SystemAbility(SUBSYS_USERIAM_SYS_ABILITY_USERAUTH, true) in UserAuthService()