/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/accessibility/ |
H A D | accessibility_node_test_ng.cpp | 162 accessibilityNode.SetTag("text"); 258 currentNode.SetTag("text"); 267 parentNode->SetTag("popup"); 275 currentNode.SetTag("input");
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_gesture.cpp | 498 void JSGesture::SetTag(const JSCallbackInfo& args) in SetTag() function in OHOS::Ace::Framework::JSGesture 507 GestureModel::GetInstance()->SetTag(tag); in SetTag() 676 JSClass<JSTapGesture>::StaticMethod("tag", &JSGesture::SetTag, opt); in JSBind() 685 JSClass<JSLongPressGesture>::StaticMethod("tag", &JSGesture::SetTag, opt); in JSBind() 696 JSClass<JSPanGesture>::StaticMethod("tag", &JSGesture::SetTag, opt); in JSBind() 707 JSClass<JSSwipeGesture>::StaticMethod("tag", &JSGesture::SetTag, opt); in JSBind() 715 JSClass<JSPinchGesture>::StaticMethod("tag", &JSGesture::SetTag, opt); in JSBind() 726 JSClass<JSRotationGesture>::StaticMethod("tag", &JSGesture::SetTag, opt); in JSBind()
|
H A D | js_gesture.h | 47 static void SetTag(const JSCallbackInfo& args);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/gestures/ |
H A D | gesture_info.h | 161 void SetTag(std::string tag) in SetTag() function 164 gestureInfo_->SetTag(std::move(tag)); in SetTag()
|
/ohos5.0/foundation/multimedia/image_effect/frameworks/native/render_environment/graphic/ |
H A D | render_general_program.cpp | 27 SetTag("RenderGeneralProgram"); in RenderGeneralProgram()
|
H A D | render_object.h | 42 void SetTag(const std::string &tag) in SetTag() function
|
/ohos5.0/foundation/distributeddatamgr/udmf/interfaces/jskits/data/ |
H A D | unified_data_properties_napi.h | 42 static napi_value SetTag(napi_env env, napi_callback_info info);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/base/view_data/ |
H A D | page_node_info_wrap.h | 53 virtual void SetTag(const std::string& tag) {} in SetTag() function
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/gesture/ |
H A D | gesture_model_ng.cpp | 111 void GestureModelNG::SetTag(const std::string& tag) in SetTag() function in OHOS::Ace::NG::GestureModelNG 117 gesture->SetTag(tag); in SetTag()
|
H A D | gesture_model_ng.h | 30 void SetTag(const std::string& tag) override;
|
H A D | gesture_model.h | 38 virtual void SetTag(const std::string& tag) = 0;
|
/ohos5.0/foundation/multimedia/image_effect/frameworks/native/render_environment/render_thread/task/ |
H A D | render_task_itf.h | 36 void SetTag(uint64_t tag) in SetTag() function
|
H A D | render_task.h | 33 RenderTaskItf<RETURNTYPE, ARGSTYPE...>::SetTag(tag);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/ |
H A D | gesture_model_impl.h | 30 void SetTag(const std::string& tag) override {} in SetTag() function
|
/ohos5.0/base/notification/distributed_notification_service/test/fuzztest/notificationuserinput_fuzzer/ |
H A D | notificationuserinput_fuzzer.cpp | 62 notificationUserInput.SetTag(stringData); in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/event/ |
H A D | gesture_info.h | 81 void SetTag(std::string tag) in SetTag() function
|
/ohos5.0/foundation/distributeddatamgr/udmf/framework/jskitsimpl/data/ |
H A D | unified_data_properties_napi.cpp | 28 DECLARE_NAPI_GETTER_SETTER("tag", GetTag, SetTag), in Constructor() 114 napi_value UnifiedDataPropertiesNapi::SetTag(napi_env env, napi_callback_info info) in SetTag() function in OHOS::UDMF::UnifiedDataPropertiesNapi
|
/ohos5.0/base/notification/distributed_notification_service/interfaces/inner_api/ |
H A D | notification_user_input.h | 204 void SetTag(const std::string tag);
|
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/osal/ |
H A D | view_data_wrap_ohos.h | 67 void SetTag(const std::string& tag) override in SetTag() function
|
/ohos5.0/base/hiviewdfx/hiview/base/include/ |
H A D | sys_event.h | 73 void SetTag(const std::string& tag);
|
/ohos5.0/foundation/distributeddatamgr/pasteboard/framework/innerkits/include/ |
H A D | paste_data.h | 112 void SetTag(std::string &tag);
|
/ohos5.0/base/hiviewdfx/hiview/plugins/sysevent_source/ |
H A D | sysevent_source.cpp | 324 event->SetTag(baseInfo.tag); in DecorateSysEvent()
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/src/ |
H A D | notification_user_input.cpp | 186 void NotificationUserInput::SetTag(const std::string tag) in SetTag() function in OHOS::Notification::NotificationUserInput
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/gestures/ |
H A D | gesture_group_test_ng.cpp | 1006 longPressGestureOne->SetTag("HELLO"); 1033 longPressGestureOne->SetTag("HELLO");
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/event/ |
H A D | gesture_event_hub_test_ng_property_config.cpp | 875 longPressGestureOne->SetTag(CHECK_TAG_1); 1805 longPressGesture->SetTag(CHECK_TAG_1); 1966 longPressGestureOne->SetTag(CHECK_TAG_1);
|