Home
last modified time | relevance | path

Searched defs:strType (Results 1 – 2 of 2) sorted by relevance

/base/sensors/miscdevice/frameworks/cj/src/
Dvibrator_ffi.cpp97 std::string strType(effect.timeType); in FfiVibratorStartVibrationTime() local
109 std::string strType(effect.presetType); in FfiVibratorStartVibrationPreset() local
124 std::string strType(effect.fileType); in FfiVibratorStartVibrationFile() local
/base/telephony/sms_mms/frameworks/native/mms/src/
Dmms_msg.cpp246 bool MmsMsg::SetHeaderContentType(std::string strType) in SetHeaderContentType()