Searched refs:componentInfo (Results 1 - 9 of 9) sorted by relevance
/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& 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 D | i_sec_comp_probe.h | 25 virtual int32_t GetComponentInfo(int32_t nodeId, std::string& componentInfo) = 0;
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/security_component/ |
H A D | security_component_handler.cpp | 525 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 D | security_component_handler.h | 39 static bool InitButtonInfo(std::string& componentInfo,
|
/foundation/arkui/ace_engine/frameworks/core/components/stack/ |
H A D | stack_element.cpp | 499 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 D | stack_element.h | 107 void CreateInspectorComponent(PopupComponentInfo& componentInfo) const;
|
/foundation/graphic/graphic_3d/lume/LumeEcsSerializer/EcsSerializer/src/ecs_serializer/ |
H A D | entity_collection.cpp | 773 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 D | entity_collection.cpp | 806 const auto componentInfo = entityInfo->second.find(component); 807 const bool componentFound = (componentInfo != entityInfo->second.end());
|
/foundation/ability/dmsfwk/services/dtbschedmgr/src/ |
H A D | distributed_sched_service.cpp | 2229 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 13 milliseconds