Home
last modified time | relevance | path

Searched refs:SUBSYS_USERIAM_SYS_ABILITY_AUTHEXECUTORMGR (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/base/useriam/user_auth_framework/frameworks/native/executors/src/listener/
H A Dauth_executor_mgr_status_listener.cpp40 if (systemAbilityId != SUBSYS_USERIAM_SYS_ABILITY_AUTHEXECUTORMGR) { in OnAddSystemAbility()
49 if (systemAbilityId != SUBSYS_USERIAM_SYS_ABILITY_AUTHEXECUTORMGR) { in OnRemoveSystemAbility()
/ohos5.0/base/useriam/user_auth_framework/frameworks/native/client/src/
H A Dco_auth_client_impl.cpp79 …r<IRemoteObject> obj = IpcClientUtils::GetRemoteObject(SUBSYS_USERIAM_SYS_ABILITY_AUTHEXECUTORMGR); in GetProxy()
/ohos5.0/foundation/systemabilitymgr/samgr/interfaces/innerkits/samgr_proxy/include/
H A Dsystem_ability_definition.h67 SUBSYS_USERIAM_SYS_ABILITY_AUTHEXECUTORMGR = 931, enumerator
/ohos5.0/base/useriam/user_auth_framework/frameworks/native/executors/src/
H A Ddriver_manager.cpp158 ret = sam->SubscribeSystemAbility(SUBSYS_USERIAM_SYS_ABILITY_AUTHEXECUTORMGR, in SubscribeServiceStatus()
/ohos5.0/foundation/systemabilitymgr/samgr/interfaces/innerkits/rust/src/
H A Ddefinition.rs61 pub const SUBSYS_USERIAM_SYS_ABILITY_AUTHEXECUTORMGR: i32 = 931; const
/ohos5.0/base/useriam/user_auth_framework/services/ipc/src/
H A Dco_auth_service.cpp71 CoAuthService::CoAuthService() : SystemAbility(SUBSYS_USERIAM_SYS_ABILITY_AUTHEXECUTORMGR, true) in CoAuthService()
/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/
H A Ddump_utils.cpp168 { SUBSYS_USERIAM_SYS_ABILITY_AUTHEXECUTORMGR, "AuthExecutorMgrService" },