Searched refs:mSetUserIdentificationAssociationResponseFromCmd (Results 1 – 2 of 2) sorted by relevance
95 if (mSetUserIdentificationAssociationResponseFromCmd != nullptr) { in onGetUserIdentificationAssociation()97 toString(*mSetUserIdentificationAssociationResponseFromCmd).c_str()); in onGetUserIdentificationAssociation()99 new VehiclePropValue(*mSetUserIdentificationAssociationResponseFromCmd)); in onGetUserIdentificationAssociation()247 mSetUserIdentificationAssociationResponseFromCmd.reset(new VehiclePropValue(value)); in onSetUserIdentificationAssociation()253 if (mSetUserIdentificationAssociationResponseFromCmd != nullptr) { in onSetUserIdentificationAssociation()255 toString(*mSetUserIdentificationAssociationResponseFromCmd).c_str()); in onSetUserIdentificationAssociation()258 new VehiclePropValue(*mSetUserIdentificationAssociationResponseFromCmd)); in onSetUserIdentificationAssociation()324 if (mSetUserIdentificationAssociationResponseFromCmd != nullptr) { in dump()326 toString(*mSetUserIdentificationAssociationResponseFromCmd).c_str()); in dump()
140 std::unique_ptr<VehiclePropValue> mSetUserIdentificationAssociationResponseFromCmd; variable