Home
last modified time | relevance | path

Searched refs:UpdateSecurityComponentInner (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/security/security_component_manager/services/security_component_service/sa/test/unittest/src/
H A Dsec_comp_stub_mock_test.cpp123 … ASSERT_EQ(SC_SERVICE_ERROR_PARCEL_OPERATE_FAIL, stub_->UpdateSecurityComponentInner(data, reply));
128 ASSERT_EQ(SC_SERVICE_ERROR_VALUE_INVALID, stub_->UpdateSecurityComponentInner(data, reply));
133 … ASSERT_EQ(SC_SERVICE_ERROR_PARCEL_OPERATE_FAIL, stub_->UpdateSecurityComponentInner(data, reply));
139 ASSERT_EQ(SC_OK, stub_->UpdateSecurityComponentInner(data, reply));
H A Dsec_comp_stub_test.cpp101 … ASSERT_EQ(SC_SERVICE_ERROR_PARCEL_OPERATE_FAIL, stub_->UpdateSecurityComponentInner(data, reply));
/ohos5.0/base/security/security_component_manager/services/security_component_service/sa/sa_main/
H A Dsec_comp_stub.h35 int32_t UpdateSecurityComponentInner(MessageParcel& data, MessageParcel& reply);
H A Dsec_comp_stub.cpp98 int32_t SecCompStub::UpdateSecurityComponentInner(MessageParcel& data, MessageParcel& reply) in UpdateSecurityComponentInner() function in OHOS::Security::SecurityComponent::SecCompStub
319 &SecCompStub::UpdateSecurityComponentInner; in SecCompStub()