Home
last modified time | relevance | path

Searched refs:componentInfo (Results 1 - 9 of 9) sorted by relevance

/foundation/arkui/ace_engine/test/unittest/core/pattern/security_component/mock/
H A Dsec_comp_kit.h67 static int32_t RegisterSecurityComponent(SecCompType type, std::string& componentInfo, int32_t& scId) in RegisterSecurityComponent() argument
73 static int32_t UpdateSecurityComponent(int32_t scId, std::string& componentInfo) in UpdateSecurityComponent() argument
89 std::string& componentInfo, const SecCompClickEvent& clickInfo, in ReportSecurityComponentClickEvent()
88 ReportSecurityComponentClickEvent(int32_t scId, std::string& componentInfo, const SecCompClickEvent& clickInfo, sptr<IRemoteObject> callerToken, OnFirstUseDialogCloseFunc&& func) ReportSecurityComponentClickEvent() argument
H A Di_sec_comp_probe.h25 virtual int32_t GetComponentInfo(int32_t nodeId, std::string& componentInfo) = 0;
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/security_component/
H A Dsecurity_component_handler.cpp525 bool SecurityComponentHandler::InitButtonInfo(std::string& componentInfo, RefPtr<FrameNode>& node, SecCompType& scType) in InitButtonInfo() argument
539 componentInfo = buttonInfo.ToJsonStr(); in InitButtonInfo()
548 componentInfo = buttonInfo.ToJsonStr(); in InitButtonInfo()
557 componentInfo = buttonInfo.ToJsonStr(); in InitButtonInfo()
567 std::string componentInfo; in RegisterSecurityComponent() local
569 if (!InitButtonInfo(componentInfo, node, type)) { in RegisterSecurityComponent()
573 type, componentInfo, scId); in RegisterSecurityComponent()
579 std::string componentInfo; in UpdateSecurityComponent() local
581 if (!InitButtonInfo(componentInfo, node, type)) { in UpdateSecurityComponent()
584 int32_t ret = SecCompKit::UpdateSecurityComponent(scId, componentInfo); in UpdateSecurityComponent()
745 std::string componentInfo; ReportSecurityComponentClickEventInner() local
[all...]
H A Dsecurity_component_handler.h39 static bool InitButtonInfo(std::string& componentInfo,
/foundation/arkui/ace_engine/frameworks/core/components/stack/
H A Dstack_element.cpp499 void StackElement::CreateInspectorComponent(PopupComponentInfo& componentInfo) const in CreateInspectorComponent()
501 auto dialog = AceType::DynamicCast<DialogComponent>(componentInfo.component); in CreateInspectorComponent()
509 composedComponent->SetChild(componentInfo.component); in CreateInspectorComponent()
510 componentInfo.component = composedComponent; in CreateInspectorComponent()
H A Dstack_element.h107 void CreateInspectorComponent(PopupComponentInfo& componentInfo) const;
/foundation/graphic/graphic_3d/lume/LumeEcsSerializer/EcsSerializer/src/ecs_serializer/
H A Dentity_collection.cpp773 const auto componentInfo = entityInfo->second.find(component);
774 const bool componentFound = (componentInfo != entityInfo->second.end());
/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H A Dentity_collection.cpp806 const auto componentInfo = entityInfo->second.find(component);
807 const bool componentFound = (componentInfo != entityInfo->second.end());
/foundation/ability/dmsfwk/services/dtbschedmgr/src/
H A Ddistributed_sched_service.cpp2229 std::string componentInfo = componentInfoJson.dump(); in GetConnectComponentList() local
2230 distributedComponents.emplace_back(componentInfo); in GetConnectComponentList()
2242 std::string componentInfo = componentInfoJson.dump(); in GetConnectComponentList() local
2243 distributedComponents.emplace_back(componentInfo); in GetConnectComponentList()
2264 std::string componentInfo = componentInfoJson.dump(); in GetCallComponentList() local
2265 distributedComponents.emplace_back(componentInfo); in GetCallComponentList()
2277 std::string componentInfo = componentInfoJson.dump(); in GetCallComponentList() local
2278 distributedComponents.emplace_back(componentInfo); in GetCallComponentList()

Completed in 12 milliseconds