Home
last modified time | relevance | path

Searched defs:scId (Results 1 – 24 of 24) sorted by relevance

/ohos5.0/base/security/security_component_manager/interfaces/inner_api/security_component/test/unittest/src/
H A Dsec_comp_register_callback_test.cpp139 int32_t scId; variable
160 int32_t scId; variable
187 int32_t scId; variable
204 int32_t scId; variable
240 int32_t scId; variable
274 int32_t scId; variable
291 int32_t scId; variable
327 int32_t scId; variable
366 int32_t scId; variable
404 int32_t scId; variable
[all …]
H A Dsec_comp_kit_test.cpp38 int32_t scId = -1; in TestInCallerNotCheckList() local
53 int32_t scId = -1; in TestInCallerCheckList() local
116 int32_t scId = -1; variable
193 int32_t scId; variable
/ohos5.0/base/security/security_component_manager/services/security_component_service/sa/test/unittest/src/
H A Dsec_comp_service_mock_test.cpp83 int32_t scId; variable
131 int32_t scId; variable
166 int32_t scId; variable
207 int32_t scId; variable
269 int32_t scId; variable
H A Dsec_comp_service_test.cpp247 int32_t scId; variable
361 int32_t scId = 0; variable
H A Dsec_comp_manager_test.cpp327 int32_t scId; variable
653 int32_t scId = INVALID_SC_ID; variable
691 int32_t scId = INVALID_SC_ID; variable
/ohos5.0/base/security/security_component_manager/interfaces/inner_api/security_component/src/
H A Dsec_comp_kit.cpp34 std::string& componentInfo, int32_t& scId) in RegisterSecurityComponent()
63 int32_t SecCompKit::UpdateSecurityComponent(int32_t scId, std::string& componentInfo) in UpdateSecurityComponent()
90 int32_t SecCompKit::UnregisterSecurityComponent(int32_t scId) in UnregisterSecurityComponent()
104 int32_t SecCompKit::ReportSecurityComponentClickEvent(int32_t scId, in ReportSecurityComponentClickEvent()
H A Dsec_comp_client.cpp52 const std::string& componentInfo, int32_t& scId) in RegisterSecurityComponent()
63 int32_t SecCompClient::UpdateSecurityComponent(int32_t scId, const std::string& componentInfo) in UpdateSecurityComponent()
74 int32_t SecCompClient::UnregisterSecurityComponent(int32_t scId) in UnregisterSecurityComponent()
85 int32_t SecCompClient::ReportSecurityComponentClickEvent(int32_t scId, in ReportSecurityComponentClickEvent()
H A Dsec_comp_proxy.cpp37 const std::string& componentInfo, int32_t& scId) in RegisterSecurityComponent()
97 int32_t SecCompProxy::UpdateSecurityComponent(int32_t scId, const std::string& componentInfo) in UpdateSecurityComponent()
150 int32_t SecCompProxy::UnregisterSecurityComponent(int32_t scId) in UnregisterSecurityComponent()
232 int32_t SecCompProxy::ReportSecurityComponentClickEvent(int32_t scId, in ReportSecurityComponentClickEvent()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/security_component/mock/
H A Dsec_comp_kit.h67 …atic int32_t RegisterSecurityComponent(SecCompType type, std::string& componentInfo, int32_t& scId) in RegisterSecurityComponent()
73 static int32_t UpdateSecurityComponent(int32_t scId, std::string& componentInfo) in UpdateSecurityComponent()
78 static int32_t UnregisterSecurityComponent(int32_t scId) in UnregisterSecurityComponent()
88 static int32_t ReportSecurityComponentClickEvent(int32_t scId, in ReportSecurityComponentClickEvent()
/ohos5.0/base/security/security_component_manager/services/security_component_service/sa/sa_main/
H A Dsec_comp_manager.cpp94 int32_t SecCompManager::DeleteSecurityComponentFromList(int32_t pid, int32_t scId) in DeleteSecurityComponentFromList()
151 …::shared_ptr<SecCompEntity> SecCompManager::GetSecurityComponentFromList(int32_t pid, int32_t scId) in GetSecurityComponentFromList()
298 void SecCompManager::SendCheckInfoEnhanceSysEvent(int32_t scId, in SendCheckInfoEnhanceSysEvent()
342 const nlohmann::json& jsonComponent, const SecCompCallerInfo& caller, int32_t& scId) in RegisterSecurityComponent()
386 int32_t SecCompManager::UpdateSecurityComponent(int32_t scId, const nlohmann::json& jsonComponent, in UpdateSecurityComponent()
429 int32_t SecCompManager::UnregisterSecurityComponent(int32_t scId, const SecCompCallerInfo& caller) in UnregisterSecurityComponent()
439 …_t SecCompManager::CheckClickSecurityComponentInfo(std::shared_ptr<SecCompEntity> sc, int32_t scId, in CheckClickSecurityComponentInfo()
484 …c void ReportEvent(std::string eventName, HiviewDFX::HiSysEvent::EventType eventType, int32_t scId, in ReportEvent()
496 int32_t SecCompManager::ReportSecurityComponentClickEvent(int32_t scId, in ReportSecurityComponentClickEvent()
H A Dsec_comp_service.cpp188 const std::string& componentInfo, int32_t& scId) in RegisterSecurityComponent()
227 int32_t SecCompService::UpdateSecurityComponent(int32_t scId, const std::string& componentInfo) in UpdateSecurityComponent()
237 int32_t SecCompService::UnregisterSecurityComponent(int32_t scId) in UnregisterSecurityComponent()
247 int32_t SecCompService::ReportSecurityComponentClickEvent(int32_t scId, in ReportSecurityComponentClickEvent()
H A Dsec_comp_stub.cpp77 int32_t scId = INVALID_SC_ID; in RegisterSecurityComponentInner() local
105 int32_t scId; in UpdateSecurityComponentInner() local
144 int32_t scId; in UnregisterSecurityComponentInner() local
189 int32_t scId; in ReportSecurityComponentClickEventInner() local
H A Dfirst_use_dialog.h36 explicit SecCompDialogSrvCallback(int32_t scId, std::shared_ptr<SecCompEntity> sc, in SecCompDialogSrvCallback()
H A Dsec_comp_entity.h30 AccessToken::AccessTokenID token, int32_t scId, int32_t pid, int32_t uid) in SecCompEntity()
H A Dfirst_use_dialog.cpp260 int32_t FirstUseDialog::GrantDialogWaitEntity(int32_t scId) in GrantDialogWaitEntity()
304 int32_t scId = entity->scId_; in StartDialogAbility() local
/ohos5.0/base/security/security_component_manager/test/fuzztest/security_component/service/updatesecuritycomponentstub_fuzzer/
H A Dupdatesecuritycomponentstub_fuzzer.cpp62 int32_t scId = 0; in RegisterSecurityComponentStub() local
82 int32_t scId = RegisterSecurityComponentStub(type, compoInfo); in UpdateSecurityComponentStubFuzzTest() local
/ohos5.0/base/security/security_component_manager/test/fuzztest/security_component/innerkits/updatesecuritycomponent_fuzzer/
H A Dupdatesecuritycomponent_fuzzer.cpp34 int32_t scId = generator.GetData<int32_t>(); in UpdateSecurityComponentFuzzTest() local
/ohos5.0/base/security/security_component_manager/test/fuzztest/security_component/innerkits/registersecuritycomponent_fuzzer/
H A Dregistersecuritycomponent_fuzzer.cpp36 int32_t scId = generator.GetData<int32_t>(); in RegisterSecurityComponentFuzzTest() local
/ohos5.0/base/security/security_component_manager/test/fuzztest/security_component/service/reportsecuritycomponentclickeventstub_fuzzer/
H A Dreportsecuritycomponentclickeventstub_fuzzer.cpp89 int32_t scId = 0; in RegisterSecurityComponentStub() local
109 int32_t scId = RegisterSecurityComponentStub(type, compoInfo); in ReportSecurityComponentClickEventStubFuzzTest() local
/ohos5.0/base/security/security_component_manager/services/security_component_service/sa/test/mock/src/
H A Dsec_comp_enhance_adapter.cpp65 bool SecCompEnhanceAdapter::EnhanceDataPreprocess(int32_t scId, std::string& componentInfo) in EnhanceDataPreprocess()
195 void SecCompEnhanceAdapter::RegisterScIdEnhance(int32_t scId) in RegisterScIdEnhance()
200 void SecCompEnhanceAdapter::UnregisterScIdEnhance(int32_t scId) in UnregisterScIdEnhance()
/ohos5.0/base/security/security_component_manager/test/fuzztest/security_component/innerkits/reportsecuritycomponentclickevent_fuzzer/
H A Dreportsecuritycomponentclickevent_fuzzer.cpp36 int32_t scId = generator.GetData<int32_t>(); in ReportSecurityComponentClickEventFuzzTest() local
/ohos5.0/base/security/security_component_manager/frameworks/enhance_adapter/src/
H A Dsec_comp_enhance_adapter.cpp150 bool SecCompEnhanceAdapter::EnhanceDataPreprocess(int32_t scId, std::string& componentInfo) in EnhanceDataPreprocess()
264 void SecCompEnhanceAdapter::RegisterScIdEnhance(int32_t scId) in RegisterScIdEnhance()
276 void SecCompEnhanceAdapter::UnregisterScIdEnhance(int32_t scId) in UnregisterScIdEnhance()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/security_component/
H A Dsecurity_component_handler.cpp764 int32_t SecurityComponentHandler::RegisterSecurityComponent(RefPtr<FrameNode>& node, int32_t& scId) in RegisterSecurityComponent()
777 int32_t SecurityComponentHandler::UpdateSecurityComponent(RefPtr<FrameNode>& node, int32_t& scId) in UpdateSecurityComponent()
788 int32_t SecurityComponentHandler::UnregisterSecurityComponent(int32_t& scId) in UnregisterSecurityComponent()
942 int32_t SecurityComponentHandler::ReportSecurityComponentClickEventInner(int32_t& scId, in ReportSecurityComponentClickEventInner()
961 int32_t SecurityComponentHandler::ReportSecurityComponentClickEvent(int32_t& scId, in ReportSecurityComponentClickEvent()
1004 int32_t SecurityComponentHandler::ReportSecurityComponentClickEvent(int32_t& scId, in ReportSecurityComponentClickEvent()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/security_component/
H A Dsecurity_component_test_ng.cpp1624 int32_t scId; variable
1655 int32_t scId; variable
1676 int32_t scId; variable
1697 int32_t scId; variable