Searched refs:actionButtonInfo (Results 1 – 1 of 1) sorted by relevance
205 ActionButtonInfo actionButtonInfo; in SetActionButton() local206 actionButtonInfo.type = type; in SetActionButton()207 actionButtonInfo.title = title; in SetActionButton()208 actionButtonInfo.resource = resource; in SetActionButton()209 actionButtonInfo.wantAgent = buttonWantAgent; in SetActionButton()210 actionButtonInfo.dataShareUpdate = buttonDataShareUpdate; in SetActionButton()212 actionButtonMap_.insert(std::pair<ActionButtonType, ActionButtonInfo>(type, actionButtonInfo)); in SetActionButton()