Home
last modified time | relevance | path

Searched defs:retPair (Results 1 - 3 of 3) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/components/checkable/
H A Dcheckable_element.cpp111 auto retPair = ungroupedCheckboxs.try_emplace(groupName, std::list<WeakPtr<CheckboxComponent>>()); in SetNewComponent() local
144 auto retPair = ungroupedCheckboxs.try_emplace(groupName, std::list<WeakPtr<CheckboxComponent>>()); in Deactivate() local
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dcheckbox_model_impl.cpp45 auto retPair = ungroupedCheckboxs.try_emplace(checkboxGroup, std::list<WeakPtr<CheckboxComponent>>()); in Create() local
/foundation/multimodalinput/input/service/window_manager/test/
H A Dtouch_drawing_manager_test.cpp1274 auto retPair = touchDrawingMgr.CalcDrawCoordinate(displayInfo, pointerItem); in HWTEST_F() local
1298 auto retPair = touchDrawingMgr.CalcDrawCoordinate(displayInfo, pointerItem); in HWTEST_F() local

Completed in 3 milliseconds