Home
last modified time | relevance | path

Searched refs:PHONE_TYPE (Results 1 – 5 of 5) sorted by relevance

/base/web/webview/ohos_nweb/include/
Dnweb_hit_testresult.h42 static const int PHONE_TYPE = 2; variable
/base/sensors/miscdevice/frameworks/native/vibrator/
Dvibrator_agent.cpp34 const std::string PHONE_TYPE = "phone"; variable
102 return (OHOS::system::GetDeviceType() == PHONE_TYPE); in IsSupportVibratorCustom()
/base/sensors/miscdevice/services/miscdevice_service/src/
Dmiscdevice_service.cpp57 const std::string PHONE_TYPE = "phone"; variable
358 if (OHOS::system::GetDeviceType() != PHONE_TYPE) { in PlayVibratorCustom()
/base/sensors/miscdevice/test/unittest/vibrator/native/
Dvibrator_agent_test.cpp40 const std::string PHONE_TYPE = "phone"; variable
783 if (g_deviceType == PHONE_TYPE) {
/base/web/webview/interfaces/kits/napi/webviewcontroller/
Dwebview_controller.cpp663 case HitTestResult::PHONE_TYPE: in ConverToWebHitTestType()