Home
last modified time | relevance | path

Searched refs:PHONE (Results 1 – 12 of 12) sorted by relevance

/base/hiviewdfx/hiview/base/utility/include/
Dparameter_ex.h26 PHONE, enumerator
/base/hiviewdfx/hiview/base/utility/test/unittest/common/
Dsystem_service_ohos_test.cpp55 ret == Parameter::DeviceType::PHONE ||
/base/hiviewdfx/hiview/base/utility/
Dparameter_ex.cpp64 return DeviceType::PHONE; in GetDeviceType()
/base/telephony/call_manager/services/call/include/
Dcall_status_manager.h79 const std::string PHONE = "phone"; variable
/base/inputmethod/imf/frameworks/native/inputmethod_controller/include/
Dinput_method_utils.h35 PHONE, enumerator
/base/web/webview/ohos_adapter/interfaces/
Dimf_adapter.h27 PHONE, enumerator
/base/web/webview/interfaces/kits/napi/webviewcontroller/
Dwebview_controller.h41 PHONE, enumerator
Dwebview_controller.cpp530 webHitType = WebHitTestType::PHONE; in ConverToWebHitTestType()
Dnapi_webview_controller.cpp302 static_cast<int32_t>(WebHitTestType::PHONE))), in Init()
/base/telephony/call_manager/services/call/src/
Dcall_status_manager.cpp291 predicates.EqualTo(CONTENT_TYPE, PHONE); in QueryCallerInfo()
/base/inputmethod/imf/frameworks/js/napi/inputmethodability/
Djs_input_method_engine_setting.cpp64 …PI_PROPERTY("PATTERN_PHONE", GetJsConstProperty(env, static_cast<uint32_t>(TextInputType::PHONE))), in Init()
/base/inputmethod/imf/frameworks/js/napi/inputmethodclient/
Djs_get_input_method_controller.cpp156 NAPI_CALL(env, napi_create_int32(env, static_cast<int32_t>(TextInputType::PHONE), &typePhone)); in GetJsTextInputTypeProperty()