Searched refs:PASTE (Results 1 – 7 of 7) sorted by relevance
/base/security/security_component_manager/interfaces/inner_api/security_component/test/unittest/src/ |
D | paste_button_test.cpp | 63 styleJson[JsonTagConstants::JSON_TEXT_TAG] = PasteDesc::PASTE; 75 styleJson[JsonTagConstants::JSON_TEXT_TAG] = PasteDesc::PASTE; 104 button1.text_ = static_cast<int32_t>(PasteDesc::PASTE); 141 comp1.text_ = static_cast<int32_t>(PasteDesc::PASTE);
|
D | test_common.cpp | 161 { JsonTagConstants::JSON_TEXT_TAG, PasteDesc::PASTE }, in BuildPasteComponentInfo()
|
/base/security/security_component_manager/interfaces/inner_api/security_component/include/ |
D | paste_button.h | 26 PASTE = 0, enumerator
|
/base/inputmethod/imf/frameworks/native/inputmethod_controller/include/ |
D | input_method_utils.h | 54 PASTE, enumerator
|
/base/security/security_component_manager/services/security_component_service/sa/test/unittest/src/ |
D | service_test_common.cpp | 161 { JsonTagConstants::JSON_TEXT_TAG, PasteDesc::PASTE }, in BuildPasteComponentJson()
|
/base/inputmethod/imf/frameworks/js/napi/inputmethodability/ |
D | js_input_method_engine_setting.cpp | 166 NAPI_CALL(env, napi_create_int32(env, static_cast<int32_t>(ExtendAction::PASTE), &actionPaste)); in GetJsExtendActionProperty()
|
/base/inputmethod/imf/frameworks/js/napi/inputmethodclient/ |
D | js_get_input_method_controller.cpp | 203 NAPI_CALL(env, napi_create_int32(env, static_cast<int32_t>(ExtendAction::PASTE), &actionPaste)); in GetJsExtendActionProperty()
|