Searched refs:getConfigOrDie (Results 1 – 3 of 3) sorted by relevance
83 const VehiclePropConfig* getConfigOrDie(int32_t propId) const;
290 initObd2LiveFrame(*mPropStore->getConfigOrDie(OBD2_LIVE_FRAME)); in onCreate()291 initObd2FreezeFrame(*mPropStore->getConfigOrDie(OBD2_FREEZE_FRAME)); in onCreate()483 auto changeMode = mPropStore->getConfigOrDie(value.prop)->changeMode; in onFakeValueGenerated()
132 const VehiclePropConfig* VehiclePropertyStore::getConfigOrDie(int32_t propId) const { in getConfigOrDie() function in android::hardware::automotive::vehicle::V2_0::VehiclePropertyStore