Home
last modified time | relevance | path

Searched refs:SA_ID_SECURITY_COMPONENT_SERVICE (Results 1 – 12 of 12) sorted by relevance

/base/security/security_component_manager/interfaces/inner_api/security_component/src/
Dsec_comp_client.cpp134 int32_t result = sam->LoadSystemAbility(SA_ID_SECURITY_COMPONENT_SERVICE, in StartLoadSecCompSa()
137 … SC_LOG_ERROR(LABEL, "LoadSystemAbility %{public}d failed", SA_ID_SECURITY_COMPONENT_SERVICE); in StartLoadSecCompSa()
140 …L, "Notify samgr load sa %{public}d, waiting for service start", SA_ID_SECURITY_COMPONENT_SERVICE); in StartLoadSecCompSa()
152 auto secCompSa = sam->CheckSystemAbility(SA_ID_SECURITY_COMPONENT_SERVICE); in TryToGetSecCompSa()
166 …lock, std::chrono::milliseconds(SA_ID_SECURITY_COMPONENT_SERVICE), [this]() { return readyFlag_; }… in WaitForSecCompSa()
236 SC_LOG_INFO(LABEL, "GetSystemAbility %{public}d success", SA_ID_SECURITY_COMPONENT_SERVICE); in GetProxyFromRemoteObject()
Dsec_comp_load_callback.cpp32 if (systemAbilityId != SA_ID_SECURITY_COMPONENT_SERVICE) { in OnLoadSystemAbilitySuccess()
50 if (systemAbilityId != SA_ID_SECURITY_COMPONENT_SERVICE) { in OnLoadSystemAbilityFail()
/base/security/security_component_manager/services/security_component_service/sa/test/mock/include/
Dsystem_ability.h24 #define SA_ID_SECURITY_COMPONENT_SERVICE 1000 macro
/base/security/security_component_manager/test/fuzztest/security_component/reportsecuritycomponentclickeventInner_fuzzer/
DreportsecuritycomponentclickeventInner_fuzzer.cpp38 auto service = std::make_shared<SecCompService>(SA_ID_SECURITY_COMPONENT_SERVICE, true); in ReportSecurityComponentClickEventInnerFuzzTest()
/base/security/security_component_manager/test/fuzztest/security_component/unregistersecuritycomponentInner_fuzzer/
DunregistersecuritycomponentInner_fuzzer.cpp37 auto service = std::make_shared<SecCompService>(SA_ID_SECURITY_COMPONENT_SERVICE, true); in UnregisterSecurityComponentInnerFuzzTest()
/base/security/security_component_manager/test/fuzztest/security_component/getenhanceremoteobjectInner_fuzzer/
DgetenhanceremoteobjectInner_fuzzer.cpp37 auto service = std::make_shared<SecCompService>(SA_ID_SECURITY_COMPONENT_SERVICE, true); in GetEnhanceRemoteObjectInnerFuzzTest()
/base/security/security_component_manager/test/fuzztest/security_component/updatesecuritycomponentInner_fuzzer/
DupdatesecuritycomponentInner_fuzzer.cpp37 auto service = std::make_shared<SecCompService>(SA_ID_SECURITY_COMPONENT_SERVICE, true); in UpdateSecurityComponentInnerFuzzTest()
/base/security/security_component_manager/test/fuzztest/security_component/reduceafterverifysavepermissionInner_fuzzer/
DreduceafterverifysavepermissionInner_fuzzer.cpp36 auto service = std::make_shared<SecCompService>(SA_ID_SECURITY_COMPONENT_SERVICE, true); in ReduceAfterVerifySavePermissionInnerFuzzTest()
/base/security/security_component_manager/test/fuzztest/security_component/registersecuritycomponentInner_fuzzer/
DregistersecuritycomponentInner_fuzzer.cpp40 std::make_shared<SecCompService>(SA_ID_SECURITY_COMPONENT_SERVICE, true); in RegisterSecurityComponentInnerFuzzTest()
/base/security/security_component_manager/interfaces/inner_api/security_component/include/
Di_sec_comp_service.h27 constexpr int32_t SA_ID_SECURITY_COMPONENT_SERVICE = 3506; variable
/base/security/security_component_manager/services/security_component_service/sa/sa_main/
Dsec_comp_service.cpp38 REGISTER_SYSTEM_ABILITY_BY_ID(SecCompService, SA_ID_SECURITY_COMPONENT_SERVICE, true);
Dsec_comp_manager.cpp262 int32_t ret = systemAbilityMgr->UnloadSystemAbility(SA_ID_SECURITY_COMPONENT_SERVICE); in ExitSaProcess()
292 int32_t ret = systemAbilityMgr->UnloadSystemAbility(SA_ID_SECURITY_COMPONENT_SERVICE); in ExitWhenAppMgrDied()