Searched refs:SEARCH (Results 1 - 11 of 11) sorted by relevance
/base/request/request/services/src/service/ |
H A D | interface.rs | 37 pub const SEARCH: u32 = 10; consts 71 assert_eq!(10, SEARCH); in ut_interface()
|
H A D | stub.rs | 86 interface::SEARCH => self.search(data, reply), in on_remote_request()
|
/base/web/webview/ohos_interface/include/ohos_adapter/ |
H A D | imf_adapter.h | 43 SEARCH, member in OHOS::NWeb::IMFAdapterEnterKeyType
|
/base/web/webview/ohos_adapter/inputmethodframework_adapter/src/ |
H A D | imf_adapter_impl.cpp | 93 case MiscServices::EnterKeyType::SEARCH: in SendFunctionKey() 94 adapterFunction->SetEnterKeyType(IMFAdapterEnterKeyType::SEARCH); in SendFunctionKey()
|
/base/inputmethod/imf/frameworks/ndk/src/ |
H A D | native_text_changed_listener.cpp | 311 case OHOS::MiscServices::EnterKeyType::SEARCH: in ConvertToCEnterKeyType()
|
/base/inputmethod/imf/frameworks/native/inputmethod_controller/include/ |
H A D | input_method_utils.h | 37 SEARCH, member in OHOS::MiscServices::EnterKeyType
|
/base/inputmethod/imf/test/unittest/cpp_test/src/ |
H A D | native_text_changed_listener_test.cpp | 178 key.SetEnterKeyType(EnterKeyType::SEARCH); in HWTEST_F()
|
/base/web/webview/test/unittest/ohos_adapter/imf_adapter_test/ |
H A D | imf_adapter_impl_test.cpp | 404 functionKey.SetEnterKeyType(MiscServices::EnterKeyType::SEARCH); in HWTEST_F()
|
/base/request/request/test/rustest/src/ |
H A D | lib.rs | 265 .send_request(interface::SEARCH, &mut data) in search()
|
/base/inputmethod/imf/frameworks/js/napi/inputmethodability/ |
H A D | js_input_method_engine_setting.cpp | 54 "ENTER_KEY_TYPE_SEARCH", GetJsConstProperty(env, static_cast<uint32_t>(EnterKeyType::SEARCH))), in Init()
|
/base/inputmethod/imf/frameworks/js/napi/inputmethodclient/ |
H A D | js_get_input_method_controller.cpp | 127 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