Home
last modified time | relevance | path

Searched defs:retPair (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/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
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dcheckbox_model_impl.cpp48 …auto retPair = ungroupedCheckboxs.try_emplace(checkboxGroup, std::list<WeakPtr<CheckboxComponent>>… in Create() local
/ohos5.0/foundation/multimodalinput/input/service/window_manager/test/
H A Dtouch_drawing_manager_test.cpp1274 auto retPair = touchDrawingMgr.CalcDrawCoordinate(displayInfo, pointerItem); variable
1298 auto retPair = touchDrawingMgr.CalcDrawCoordinate(displayInfo, pointerItem); variable
/ohos5.0/base/request/request/frameworks/native/src/
H A Drequest_manager_impl.cpp415 auto retPair = this->tasks_.emplace(taskId, std::make_shared<Request>(taskId)); in GetTask() local
/ohos5.0/foundation/multimodalinput/input/service/key_command/test/
H A Dkey_command_handler_test.cpp4337 auto retPair = handler.CalcDrawCoordinate(displayInfo, pointerItem); variable
4361 auto retPair = handler.CalcDrawCoordinate(displayInfo, pointerItem); variable