Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/security_component/mock/
H A Dsec_comp_err.h27 SC_SERVICE_ERROR_COMPONENT_NOT_EXIST = -58, enumerator
/ohos5.0/base/security/security_component_manager/frameworks/common/include/
H A Dsec_comp_err.h33 SC_SERVICE_ERROR_COMPONENT_NOT_EXIST = -58, enumerator
/ohos5.0/base/security/security_component_manager/services/security_component_service/sa/sa_main/
H A Dfirst_use_dialog.cpp60 if (grantRes == SC_SERVICE_ERROR_COMPONENT_NOT_EXIST) { in OnDialogClosed()
266 return SC_SERVICE_ERROR_COMPONENT_NOT_EXIST; in GrantDialogWaitEntity()
272 return SC_SERVICE_ERROR_COMPONENT_NOT_EXIST; in GrantDialogWaitEntity()
H A Dsec_comp_manager.cpp100 return SC_SERVICE_ERROR_COMPONENT_NOT_EXIST; in DeleteSecurityComponentFromList()
119 return SC_SERVICE_ERROR_COMPONENT_NOT_EXIST; in DeleteSecurityComponentFromList()
399 return SC_SERVICE_ERROR_COMPONENT_NOT_EXIST; in UpdateSecurityComponent()
515 return SC_SERVICE_ERROR_COMPONENT_NOT_EXIST; in ReportSecurityComponentClickEvent()
/ohos5.0/base/security/security_component_manager/services/security_component_service/sa/test/unittest/src/
H A Dfirst_use_dialog_test.cpp464 EXPECT_EQ(diag.GrantDialogWaitEntity(0), SC_SERVICE_ERROR_COMPONENT_NOT_EXIST);
467 EXPECT_EQ(diag.GrantDialogWaitEntity(0), SC_SERVICE_ERROR_COMPONENT_NOT_EXIST);
H A Dsec_comp_service_test.cpp212 EXPECT_EQ(SC_SERVICE_ERROR_COMPONENT_NOT_EXIST,
H A Dsec_comp_manager_test.cpp191 …ASSERT_EQ(SC_SERVICE_ERROR_COMPONENT_NOT_EXIST, SecCompManager::GetInstance().DeleteSecurityCompon…
206 …ASSERT_EQ(SC_SERVICE_ERROR_COMPONENT_NOT_EXIST, SecCompManager::GetInstance().DeleteSecurityCompon…