Home
last modified time | relevance | path

Searched refs:SEARCH (Results 1 - 11 of 11) sorted by relevance

/base/request/request/services/src/service/
H A Dinterface.rs37 pub const SEARCH: u32 = 10; consts
71 assert_eq!(10, SEARCH); in ut_interface()
H A Dstub.rs86 interface::SEARCH => self.search(data, reply), in on_remote_request()
/base/web/webview/ohos_interface/include/ohos_adapter/
H A Dimf_adapter.h43 SEARCH, member in OHOS::NWeb::IMFAdapterEnterKeyType
/base/web/webview/ohos_adapter/inputmethodframework_adapter/src/
H A Dimf_adapter_impl.cpp93 case MiscServices::EnterKeyType::SEARCH: in SendFunctionKey()
94 adapterFunction->SetEnterKeyType(IMFAdapterEnterKeyType::SEARCH); in SendFunctionKey()
/base/inputmethod/imf/frameworks/ndk/src/
H A Dnative_text_changed_listener.cpp311 case OHOS::MiscServices::EnterKeyType::SEARCH: in ConvertToCEnterKeyType()
/base/inputmethod/imf/frameworks/native/inputmethod_controller/include/
H A Dinput_method_utils.h37 SEARCH, member in OHOS::MiscServices::EnterKeyType
/base/inputmethod/imf/test/unittest/cpp_test/src/
H A Dnative_text_changed_listener_test.cpp178 key.SetEnterKeyType(EnterKeyType::SEARCH); in HWTEST_F()
/base/web/webview/test/unittest/ohos_adapter/imf_adapter_test/
H A Dimf_adapter_impl_test.cpp404 functionKey.SetEnterKeyType(MiscServices::EnterKeyType::SEARCH); in HWTEST_F()
/base/request/request/test/rustest/src/
H A Dlib.rs265 .send_request(interface::SEARCH, &mut data) in search()
/base/inputmethod/imf/frameworks/js/napi/inputmethodability/
H A Djs_input_method_engine_setting.cpp54 "ENTER_KEY_TYPE_SEARCH", GetJsConstProperty(env, static_cast<uint32_t>(EnterKeyType::SEARCH))), in Init()
/base/inputmethod/imf/frameworks/js/napi/inputmethodclient/
H A Djs_get_input_method_controller.cpp127 NAPI_CALL(env, napi_create_int32(env, static_cast<int32_t>(EnterKeyType::SEARCH), &typeSearch)); in GetJsEnterKeyTypeProperty()
137 NAPI_CALL(env, napi_set_named_property(env, enterKeyType, "SEARCH", typeSearch)); in GetJsEnterKeyTypeProperty()

Completed in 9 milliseconds