Home
last modified time | relevance | path

Searched defs:UpdateSecurityComponent (Results 1 – 10 of 10) 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.h36 int32_t UpdateSecurityComponent(int32_t scId, const std::string& componentInfo) override in UpdateSecurityComponent() function
H A Dsec_comp_stub_test.h36 int32_t UpdateSecurityComponent(int32_t scId, const std::string& componentInfo) override in UpdateSecurityComponent() function
/ohos5.0/base/security/security_component_manager/interfaces/inner_api/security_component/src/
H A Dsec_comp_kit.cpp63 int32_t SecCompKit::UpdateSecurityComponent(int32_t scId, std::string& componentInfo) in UpdateSecurityComponent() function in OHOS::Security::SecurityComponent::SecCompKit
H A Dsec_comp_client.cpp63 int32_t SecCompClient::UpdateSecurityComponent(int32_t scId, const std::string& componentInfo) in UpdateSecurityComponent() function in OHOS::Security::SecurityComponent::SecCompClient
H A Dsec_comp_proxy.cpp97 int32_t SecCompProxy::UpdateSecurityComponent(int32_t scId, const std::string& componentInfo) in UpdateSecurityComponent() function in OHOS::Security::SecurityComponent::SecCompProxy
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/security_component/mock/
H A Dsec_comp_kit.h73 static int32_t UpdateSecurityComponent(int32_t scId, std::string& componentInfo) in UpdateSecurityComponent() function
/ohos5.0/base/security/security_component_manager/services/security_component_service/sa/sa_main/
H A Dsec_comp_service.cpp227 int32_t SecCompService::UpdateSecurityComponent(int32_t scId, const std::string& componentInfo) in UpdateSecurityComponent() function in OHOS::Security::SecurityComponent::SecCompService
H A Dsec_comp_manager.cpp386 int32_t SecCompManager::UpdateSecurityComponent(int32_t scId, const nlohmann::json& jsonComponent, in UpdateSecurityComponent() function in OHOS::Security::SecurityComponent::SecCompManager
/ohos5.0/base/security/security_component_manager/interfaces/inner_api/security_component/test/unittest/src/
H A Dsec_comp_register_callback_test.cpp71 static __attribute__((noinline)) int32_t UpdateSecurityComponent(int32_t scId, std::string& compone… in UpdateSecurityComponent() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/security_component/
H A Dsecurity_component_handler.cpp777 int32_t SecurityComponentHandler::UpdateSecurityComponent(RefPtr<FrameNode>& node, int32_t& scId) in UpdateSecurityComponent() function in OHOS::Ace::NG::SecurityComponentHandler