Searched refs:PASTE (Results 1 - 9 of 9) sorted by relevance
/base/security/security_component_manager/frameworks/inner_api/security_component/test/unittest/src/ |
H A D | paste_button_test.cpp | 63 styleJson[JsonTagConstants::JSON_TEXT_TAG] = PasteDesc::PASTE; in HWTEST_F() 75 styleJson[JsonTagConstants::JSON_TEXT_TAG] = PasteDesc::PASTE; in HWTEST_F() 104 button1.text_ = static_cast<int32_t>(PasteDesc::PASTE); in HWTEST_F() 141 comp1.text_ = static_cast<int32_t>(PasteDesc::PASTE); in HWTEST_F()
|
H A D | test_common.cpp | 181 { JsonTagConstants::JSON_TEXT_TAG, PasteDesc::PASTE }, in BuildPasteComponentInfo()
|
/base/security/security_component_manager/interfaces/inner_api/security_component/include/ |
H A D | paste_button.h | 26 PASTE = 0, member in OHOS::Security::SecurityComponent::PasteDesc
|
/base/inputmethod/imf/frameworks/ndk/src/ |
H A D | native_text_changed_listener.cpp | 355 case static_cast<int32_t>(OHOS::MiscServices::ExtendAction::PASTE): in ConvertToCExtendAction()
|
/base/inputmethod/imf/frameworks/native/inputmethod_controller/include/ |
H A D | input_method_utils.h | 79 PASTE, member in OHOS::MiscServices::ExtendAction
|
/base/inputmethod/imf/test/unittest/cpp_test/src/ |
H A D | native_text_changed_listener_test.cpp | 223 listener.HandleExtendAction(static_cast<int32_t>(OHOS::MiscServices::ExtendAction::PASTE)); in HWTEST_F()
|
/base/security/security_component_manager/services/security_component_service/sa/test/unittest/src/ |
H A D | service_test_common.cpp | 181 { JsonTagConstants::JSON_TEXT_TAG, PasteDesc::PASTE }, in BuildPasteComponentJson()
|
/base/inputmethod/imf/frameworks/js/napi/inputmethodability/ |
H A D | js_input_method_engine_setting.cpp | 179 NAPI_CALL(env, napi_create_int32(env, static_cast<int32_t>(ExtendAction::PASTE), &actionPaste)); in GetJsExtendActionProperty() 184 NAPI_CALL(env, napi_set_named_property(env, action, "PASTE", actionPaste)); in GetJsExtendActionProperty()
|
/base/inputmethod/imf/frameworks/js/napi/inputmethodclient/ |
H A D | js_get_input_method_controller.cpp | 212 NAPI_CALL(env, napi_create_int32(env, static_cast<int32_t>(ExtendAction::PASTE), &actionPaste)); in GetJsExtendActionProperty() 217 NAPI_CALL(env, napi_set_named_property(env, action, "PASTE", actionPaste)); in GetJsExtendActionProperty()
|
Completed in 7 milliseconds