Searched refs:mSetUserIdentificationAssociationResponseFromCmd (Results 1 – 2 of 2) sorted by relevance
118 if (mSetUserIdentificationAssociationResponseFromCmd == nullptr) { in onGetUserIdentificationAssociation()122 toString(*mSetUserIdentificationAssociationResponseFromCmd).c_str()); in onGetUserIdentificationAssociation()124 new VehiclePropValue(*mSetUserIdentificationAssociationResponseFromCmd)); in onGetUserIdentificationAssociation()263 mSetUserIdentificationAssociationResponseFromCmd.reset(new VehiclePropValue(value)); in onSetUserIdentificationAssociation()268 if (mSetUserIdentificationAssociationResponseFromCmd != nullptr) { in onSetUserIdentificationAssociation()270 toString(*mSetUserIdentificationAssociationResponseFromCmd).c_str()); in onSetUserIdentificationAssociation()273 new VehiclePropValue(*mSetUserIdentificationAssociationResponseFromCmd)); in onSetUserIdentificationAssociation()337 if (mSetUserIdentificationAssociationResponseFromCmd != nullptr) { in dump()339 toString(*mSetUserIdentificationAssociationResponseFromCmd).c_str()); in dump()
140 std::unique_ptr<VehiclePropValue> mSetUserIdentificationAssociationResponseFromCmd; variable