Home
last modified time | relevance | path

Searched refs:COMPONENT_ID (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/
H A Djs-apis-arkui-inspector.md42 …tor.ComponentObserver = inspector.createComponentObserver('COMPONENT_ID'); //监听id为COMPONENT_ID的组件回…
H A Djs-apis-arkui-UIContext.md2544 let listener = inspector.createComponentObserver('COMPONENT_ID');
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/event/
H A Ddrag_event_test_ng.h66 const std::string COMPONENT_ID = "id of component which you want to get screenshot from"; variable
H A Ddrag_event_test_ng.cpp878 EXPECT_EQ(DragEventActuator::GetPreviewPixelMap(COMPONENT_ID, nullptr), nullptr);
884 EXPECT_EQ(DragEventActuator::GetPreviewPixelMap(COMPONENT_ID, frameNode), nullptr);
/ohos5.0/docs/en/application-dev/reference/apis-arkui/
H A Djs-apis-arkui-inspector.md42 …spector.createComponentObserver('COMPONENT_ID'); // Listen for callback events of the component wh…
H A Djs-apis-arkui-UIContext.md2541 let listener = inspector.createComponentObserver('COMPONENT_ID');
/ohos5.0/base/inputmethod/imf/
H A Dhisysevent.yaml19 COMPONENT_ID: {type: STRING, desc: Component name}
/ohos5.0/foundation/barrierfree/accessibility/frameworks/asacfwk/test/unittest/
H A Daccessibility_system_ability_client_impl_test.cpp30 constexpr int64_t COMPONENT_ID = 1; variable
298 EXPECT_EQ(RET_ERR_SAMGR, impl_->SendEvent(TYPE_VIEW_LONG_CLICKED_EVENT, COMPONENT_ID));
316 EXPECT_EQ(RET_ERR_INVALID_PARAM, impl_->SendEvent(TYPE_VIEW_INVALID, COMPONENT_ID));
336 EXPECT_EQ(RET_OK, impl_->SendEvent(TYPE_VIEW_LONG_CLICKED_EVENT, COMPONENT_ID));