Home
last modified time | relevance | path

Searched refs:getSourceType (Results 1 – 5 of 5) sorted by relevance

/test/xts/acts/arkui/ace_ets_web_enhanced/ace_ets_web_enhanced_two/entry/src/main/ets/MainAbility/pages/
DWebViewOverviewModeAccessAndContextMenuMediaTypeImage.ets106 console.info("onContextMenuShow getSourceType = " + event.param.getSourceType())
107 Utils.emitEvent(event.param.getSourceType(), 1981)
DWebViewEnumAndFontLibraryTwo.ets275 this.SourceType = event.param.getSourceType()
289 console.info("onContextMenuShow getSourceType = " + event.param.getSourceType())
DWebViewEnumAndFontLibrary.ets713 this.SourceType = event.param.getSourceType()
727 console.info("onContextMenuShow getSourceType = " + event.param.getSourceType())
/test/xts/acts/graphic/nativewindow/entry/src/main/cpp/
Dnativewindow2.cpp897 int32_t getSourceType; in testNativeWindowNativeWindowHandleOptSetGetSourceTypeNormal() local
899 …t32_t flag2 = OH_NativeWindow_NativeWindowHandleOpt(nativeWindow, GET_SOURCE_TYPE, &getSourceType); in testNativeWindowNativeWindowHandleOptSetGetSourceTypeNormal()
904 if (getSourceType != SourceType[i]) { in testNativeWindowNativeWindowHandleOptSetGetSourceTypeNormal()
/test/xts/acts/arkui/ace_ets_web_dev_three/entry/src/ohosTest/ets/MainAbility/pages/
Dweb.ets989 …le.info(event.param.getMediaType() + event.param.getSelectionText() + event.param.getSourceType());