Searched refs:propRequest (Results 1 – 2 of 2) sorted by relevance
/packages/services/Car/service/src/com/android/car/hal/ |
D | UserHalService.java | 324 HalPropValue propRequest = mPropValueBuilder.build(INITIAL_USER_INFO, /* areaId= */ 0, in getInitialUserInfo() local 338 sendHalRequest(requestId, timeoutMs, propRequest, callback); in getInitialUserInfo() 396 HalPropValue propRequest = UserHalHelper.toHalPropValue(mPropValueBuilder, request); in switchUser() local 412 sendHalRequest(request.requestId, timeoutMs, propRequest, callback); in switchUser() 427 HalPropValue propRequest = UserHalHelper.toHalPropValue(mPropValueBuilder, request); in removeUser() local 439 if (DBG) Slogf.d(TAG, "Calling hal.set(): " + propRequest); in removeUser() 440 mHal.set(propRequest); in removeUser() 465 HalPropValue propRequest = UserHalHelper.toHalPropValue(mPropValueBuilder, request); in createUser() local 481 sendHalRequest(request.requestId, timeoutMs, propRequest, callback); in createUser() 493 HalPropValue propRequest = UserHalHelper.toHalPropValue(mPropValueBuilder, request); in postSwitchResponse() local [all …]
|
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/hal/ |
D | UserHalServiceTest.java | 1598 AtomicReference<HalPropValue> propRequest = replySetPropertyWithOnChangeEvent( in testSetUserAssociation_responseWithWrongRequestId() local 1607 verifyValidSetUserIdentificationRequestMade(propRequest.get()); in testSetUserAssociation_responseWithWrongRequestId() 1625 AtomicReference<HalPropValue> propRequest = replySetPropertyWithOnChangeEvent( in testSetUserAssociation_notEnoughValuesOnResponse() local 1634 verifyValidSetUserIdentificationRequestMade(propRequest.get()); in testSetUserAssociation_notEnoughValuesOnResponse() 1665 AtomicReference<HalPropValue> propRequest = replySetPropertyWithOnChangeEvent( in testSetUserAssociation_wrongNumberOfAssociationsOnResponse() local 1674 verifyValidSetUserIdentificationRequestMade(propRequest.get()); in testSetUserAssociation_wrongNumberOfAssociationsOnResponse() 1705 AtomicReference<HalPropValue> propRequest = replySetPropertyWithOnChangeEvent( in testSetUserAssociation_typeMismatchOnResponse() local 1714 verifyValidSetUserIdentificationRequestMade(propRequest.get()); in testSetUserAssociation_typeMismatchOnResponse() 1744 AtomicReference<HalPropValue> propRequest = replySetPropertyWithOnChangeEvent( in testSetUserAssociation_ok() local 1753 verifyValidSetUserIdentificationRequestMade(propRequest.get()); in testSetUserAssociation_ok()
|