Searched refs:bindPopupParams (Results 1 – 2 of 2) sorted by relevance
161 void DealBindPopupParams(bool isShow, const CJBindPopupParams& bindPopupParams, in DealBindPopupParams() argument167 popupParam->SetMessage(bindPopupParams.message); in DealBindPopupParams()168 popupParam->SetPlacement(bindPopupParams.placementOnTop ? Placement::TOP : Placement::BOTTOM); in DealBindPopupParams()174 std::string primaryString = bindPopupParams.primaryValue; in DealBindPopupParams()188 std::string secondaryString = bindPopupParams.secondaryValue; in DealBindPopupParams()1047 void FfiOHOSAceFrameworkViewAbstractBindPopup(bool isShow, CJBindPopupParams bindPopupParams) in FfiOHOSAceFrameworkViewAbstractBindPopup() argument1051 … : CJLambda::Create(bindPopupParams.onStateChange); in FfiOHOSAceFrameworkViewAbstractBindPopup()1052 …std::function<void()> primaryActionFunc = (reinterpret_cast<int64_t>(bindPopupParams.primaryAction… in FfiOHOSAceFrameworkViewAbstractBindPopup()1054 : CJLambda::Create(bindPopupParams.primaryAction); in FfiOHOSAceFrameworkViewAbstractBindPopup()1057 … : CJLambda::Create(bindPopupParams.secondaryAction); in FfiOHOSAceFrameworkViewAbstractBindPopup()[all …]
318 …PORT void FfiOHOSAceFrameworkViewAbstractBindPopup(bool isShow, CJBindPopupParams bindPopupParams);