/ohos5.0/base/security/security_component_manager/interfaces/inner_api/security_component/src/ |
H A D | sec_comp_kit.cpp | 34 std::string& componentInfo, int32_t& scId) in RegisterSecurityComponent() 63 int32_t SecCompKit::UpdateSecurityComponent(int32_t scId, std::string& componentInfo) in UpdateSecurityComponent() 105 std::string& componentInfo, const SecCompClickEvent& clickInfo, in ReportSecurityComponentClickEvent()
|
H A D | sec_comp_client.cpp | 52 const std::string& componentInfo, int32_t& scId) in RegisterSecurityComponent() 63 int32_t SecCompClient::UpdateSecurityComponent(int32_t scId, const std::string& componentInfo) in UpdateSecurityComponent() 86 const std::string& componentInfo, const SecCompClickEvent& clickInfo, in ReportSecurityComponentClickEvent()
|
H A D | sec_comp_proxy.cpp | 37 const std::string& componentInfo, int32_t& scId) in RegisterSecurityComponent() 97 int32_t SecCompProxy::UpdateSecurityComponent(int32_t scId, const std::string& componentInfo) in UpdateSecurityComponent() 233 const std::string& componentInfo, const SecCompClickEvent& clickInfo, in ReportSecurityComponentClickEvent()
|
/ohos5.0/base/security/security_component_manager/services/security_component_service/sa/sa_main/ |
H A D | sec_comp_service.cpp | 171 int32_t SecCompService::ParseParams(const std::string& componentInfo, in ParseParams() 188 const std::string& componentInfo, int32_t& scId) in RegisterSecurityComponent() 227 int32_t SecCompService::UpdateSecurityComponent(int32_t scId, const std::string& componentInfo) in UpdateSecurityComponent() 248 const std::string& componentInfo, const SecCompClickEvent& clickInfo, in ReportSecurityComponentClickEvent()
|
H A D | sec_comp_stub.cpp | 71 std::string componentInfo; in RegisterSecurityComponentInner() local 116 std::string componentInfo; in UpdateSecurityComponentInner() local 200 std::string componentInfo; in ReportSecurityComponentClickEventInner() local
|
H A D | sec_comp_info_helper.cpp | 230 const std::shared_ptr<SecCompBase>& componentInfo) in GrantTempPermission()
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/security_component/mock/ |
H A D | sec_comp_kit.h | 67 …static int32_t RegisterSecurityComponent(SecCompType type, std::string& componentInfo, int32_t& sc… in RegisterSecurityComponent() 73 static int32_t UpdateSecurityComponent(int32_t scId, std::string& componentInfo) in UpdateSecurityComponent() 89 std::string& componentInfo, const SecCompClickEvent& clickInfo, in ReportSecurityComponentClickEvent()
|
/ohos5.0/base/security/security_component_manager/test/fuzztest/security_component/innerkits/updatesecuritycomponent_fuzzer/ |
H A D | updatesecuritycomponent_fuzzer.cpp | 35 std::string componentInfo = generator.GenerateRandomCompoStr(generator.GetScType()); in UpdateSecurityComponentFuzzTest() local
|
/ohos5.0/base/security/security_component_manager/test/fuzztest/security_component/innerkits/registersecuritycomponent_fuzzer/ |
H A D | registersecuritycomponent_fuzzer.cpp | 35 std::string componentInfo = generator.GenerateRandomCompoStr(type); in RegisterSecurityComponentFuzzTest() local
|
/ohos5.0/base/security/security_component_manager/test/fuzztest/security_component/innerkits/reportsecuritycomponentclickevent_fuzzer/ |
H A D | reportsecuritycomponentclickevent_fuzzer.cpp | 37 std::string componentInfo = generator.GenerateRandomCompoStr(generator.GetScType()); in ReportSecurityComponentClickEventFuzzTest() local
|
/ohos5.0/base/security/security_component_manager/frameworks/enhance_adapter/test/unittest/src/ |
H A D | sec_comp_enhance_adapter_test.cpp | 81 std::string componentInfo; variable
|
/ohos5.0/base/security/security_component_manager/interfaces/inner_api/security_component/test/unittest/src/ |
H A D | sec_comp_register_callback_test.cpp | 44 int32_t GetComponentInfo(int32_t nodeId, std::string& componentInfo) override in GetComponentInfo() 56 SecCompType type, std::string& componentInfo, int32_t& scId) in RegisterSecurityComponent() 63 int32_t scId, std::string& componentInfo, in ReportSecurityComponentClickEvent() 71 …__attribute__((noinline)) int32_t UpdateSecurityComponent(int32_t scId, std::string& componentInfo) in UpdateSecurityComponent()
|
/ohos5.0/base/security/security_component_manager/services/security_component_service/sa/test/mock/src/ |
H A D | sec_comp_enhance_adapter.cpp | 59 bool SecCompEnhanceAdapter::EnhanceDataPreprocess(std::string& componentInfo) in EnhanceDataPreprocess() 65 bool SecCompEnhanceAdapter::EnhanceDataPreprocess(int32_t scId, std::string& componentInfo) in EnhanceDataPreprocess()
|
/ohos5.0/base/security/security_component_manager/services/security_component_service/sa/test/unittest/src/ |
H A D | sec_comp_service_test.cpp | 359 const std::string componentInfo; variable
|
/ohos5.0/base/security/security_component_manager/frameworks/enhance_adapter/src/ |
H A D | sec_comp_enhance_adapter.cpp | 137 bool SecCompEnhanceAdapter::EnhanceDataPreprocess(std::string& componentInfo) in EnhanceDataPreprocess() 150 bool SecCompEnhanceAdapter::EnhanceDataPreprocess(int32_t scId, std::string& componentInfo) in EnhanceDataPreprocess()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/security_component/ |
H A D | security_component_handler.cpp | 725 bool SecurityComponentHandler::InitButtonInfo(std::string& componentInfo, RefPtr<FrameNode>& node, … in InitButtonInfo() 767 std::string componentInfo; in RegisterSecurityComponent() local 779 std::string componentInfo; in UpdateSecurityComponent() local 946 std::string componentInfo; in ReportSecurityComponentClickEventInner() local
|
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/src/ |
H A D | distributed_sched_service.cpp | 1958 std::string componentInfo = componentInfoJson.dump(); in GetConnectComponentList() local 1971 std::string componentInfo = componentInfoJson.dump(); in GetConnectComponentList() local 1993 std::string componentInfo = componentInfoJson.dump(); in GetCallComponentList() local 2006 std::string componentInfo = componentInfoJson.dump(); in GetCallComponentList() local
|
/ohos5.0/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/ |
H A D | entity_collection.cpp | 806 const auto componentInfo = entityInfo->second.find(component); in MarkComponentSerialized() local
|