/foundation/filemanagement/user_file_service/interfaces/kits/picker/ |
H A D | picker.js | 17 let gContext = undefined; 113 let checkArgumentsResult = undefined; 120 if (option.maxSelectNumber !== undefined) { 126 if (option.newFileNames === undefined || option.newFileNames.length <= 0) { 175 if (geturi === undefined) { 200 error: undefined, 201 data: undefined, 209 selectResult.data = new PhotoSelectResult([], undefined); 219 if (checkPhotoArgsResult !== undefined) { 227 let photoSelectContext = undefined; [all...] |
/foundation/distributeddatamgr/data_object/frameworks/jskitsimpl/test/unittest/src/ |
H A D | ObjectStoreJsunit.test.js | 25 if (changeData != null && changeData != undefined) { 35 if (changeData != null && changeData != undefined) { 67 var tokenID = undefined; 108 expect(g_object == undefined).assertEqual(false); 114 if (changeData != null && changeData != undefined) { 122 if (g_object != undefined && g_object != null) { 146 expect(g_object == undefined).assertEqual(false); 149 if (g_object != undefined && g_object != null) { 173 expect(g_object == undefined).assertEqual(false); 178 if (g_object != undefined [all...] |
H A D | ObjectStoreJsunitV9.test.js | 26 if (changeData != null && changeData != undefined) { 47 var tokenID = undefined; 105 expect(g_object == undefined).assertEqual(false); 129 expect(g_object == undefined).assertEqual(false); 158 expect(g_object == undefined).assertEqual(false); 184 expect(g_object == undefined).assertEqual(false); 208 expect(g_object == undefined).assertEqual(false); 244 expect(g_object == undefined).assertEqual(false); 254 if (changeData != null && changeData != undefined) { 262 if (g_object != undefined [all...] |
/foundation/arkui/ace_engine/advanced_ui_component/dialog/interfaces/ |
H A D | dialog.js | 75 constructor(i34, j34, k34, l34 = -1, m34 = undefined, n34) { 80 this.controller = undefined; 86 this.checkAction = undefined; 87 this.onCheckedChange = undefined; 92 this.buttons = undefined; 120 if (h34.controller !== undefined) { 123 if (h34.imageRes !== undefined) { 126 if (h34.imageSize !== undefined) { 129 if (h34.title !== undefined) { 132 if (h34.content !== undefined) { [all...] |
/foundation/arkui/ace_engine/advanced_ui_component/composetitlebar/interfaces/ |
H A D | composetitlebar.js | 19 if (PUV2ViewBase.contextStack === undefined) { 31 constructor(o10, p10, q10, r10 = -1, s10 = undefined, t10) { 36 this.item = undefined; 46 if (n10.item !== undefined) { 49 if (n10.title !== undefined) { 52 if (n10.subtitle !== undefined) { 55 if (n10.menuItems !== undefined) { 58 if (n10.titleMaxWidth !== undefined) { 61 if (n10.fontSize !== undefined) { 102 if (this.menuItems !== undefined) { [all...] |
/foundation/arkui/ace_engine/advanced_ui_component/selecttitlebar/interfaces/ |
H A D | selecttitlebar.js | 19 if (PUV2ViewBase.contextStack === undefined) { 34 constructor(parent, params, __localStorage, elmtId = -1, paramsLambda = undefined, extraInfo) { 53 if (params.selected === undefined) { 56 if (params.options !== undefined) { 59 if (params.menuItems !== undefined) { 62 if (params.subtitle !== undefined) { 65 if (params.badgeValue !== undefined) { 68 if (params.hidesBackButton !== undefined) { 71 if (params.onSelected !== undefined) { 74 if (params.selectMaxWidth !== undefined) { [all...] |
/foundation/arkui/ace_engine/advanced_ui_component/editabletitlebar/interfaces/ |
H A D | editabletitlebar.js | 93 constructor(m10, n10, o10, p10 = -1, q10 = undefined, r10) { 102 this.imageItem = undefined; 103 this.menuItems = undefined; 108 this.onSave = undefined; 109 this.onCancel = undefined; 126 if (l10.leftIconStyle !== undefined) { 129 if (l10.title !== undefined) { 132 if (l10.subtitle !== undefined) { 135 if (l10.isSaveIconRequired !== undefined) { 138 if (l10.imageItem !== undefined) { [all...] |
/foundation/arkui/ace_engine/advanced_ui_component/innerfullscreenlaunchcomponent/interfaces/ |
H A D | innerfullscreenlaunchcomponent.js | 30 constructor(d1, e1, f1, g1 = -1, h1 = undefined, i1) { 39 this.options = undefined; 52 if (c1.content !== undefined) { 55 if (c1.context !== undefined) { 58 if (c1.controller !== undefined) { 61 if (c1.appId !== undefined) { 64 if (c1.options !== undefined) { 67 if (c1.isShow !== undefined) { 70 if (c1.subscriber !== undefined) { 73 if (c1.launchAtomicService !== undefined) { [all...] |
/foundation/arkui/advanced_ui_component/innerfullscreenlaunchcomponent/interfaces/ |
H A D | innerfullscreenlaunchcomponent.js | 30 constructor(d1, e1, f1, g1 = -1, h1 = undefined, i1) { 39 this.options = undefined; 52 if (c1.content !== undefined) { 55 if (c1.context !== undefined) { 58 if (c1.controller !== undefined) { 61 if (c1.appId !== undefined) { 64 if (c1.options !== undefined) { 67 if (c1.isShow !== undefined) { 70 if (c1.subscriber !== undefined) { 73 if (c1.launchAtomicService !== undefined) { [all...] |
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/ |
H A D | jsXNode.js | 24 if (uiContext === undefined) { 150 return childWeakRef ? childWeakRef.deref() : undefined; 165 if (entry === undefined) { 168 let updateFuncRecord = (typeof entry === 'object') ? entry : undefined; 169 if (updateFuncRecord === undefined) { 173 if (nodeInfo === undefined) { 211 if (this.frameNode_ === undefined || this.frameNode_ === null) { 267 if (this.frameNode_ !== undefined && 348 if (itemArray === null || itemArray === undefined) { 351 if (itemGenFunc === null || itemGenFunc === undefined) { [all...] |
/foundation/distributeddatamgr/relational_store/test/js/clouddata/unittest/src/ |
H A D | CloudShareTest.js | 23 let rdbStore = undefined; 116 cloudData.sharing.allocResourceAndShare(undefined, predicates, participants, (err, resultSet) => { 138 cloudData.sharing.allocResourceAndShare("employee", undefined, participants, (err, resultSet) => { 163 cloudData.sharing.allocResourceAndShare("employee", predicates, undefined, (err, resultSet) => { 188 await cloudData.sharing.allocResourceAndShare(undefined, predicates, participants, columns).then((resultSet) => { 209 await cloudData.sharing.allocResourceAndShare("employee", undefined, participants, columns).then((resultSet) => { 232 cloudData.sharing.allocResourceAndShare("employee", predicates, undefined, columns).then((resultSet) => { 252 cloudData.sharing.share(undefined, participants, ((err, result) => { 273 cloudData.sharing.share(SHARING_RESOURCE, undefined, ((err, result) => { 294 cloudData.sharing.share(undefined, participant [all...] |
/foundation/distributeddatamgr/kv_store/test/unittest/distributedKVStore/ |
H A D | SingleKvStoreKVCallbackJsTest.js | 125 if (err == undefined) { 150 if (err == undefined) { 176 expect(err == undefined).assertTrue(); 178 if (err == undefined) { 206 expect(err == undefined).assertTrue(); 209 expect((err == undefined) && (VALUE_TEST_STRING_ELEMENT == data)).assertTrue(); 229 expect(err == undefined).assertTrue(); 231 expect(err == undefined).assertTrue(); 233 if (err == undefined) { 261 expect(err == undefined) [all...] |
/foundation/distributeddatamgr/kv_store/test/unittest/distributeddata/ |
H A D | SingleKvStoreDataCallbackJsTest.js | 123 if (err == undefined) { 153 expect(err == undefined).assertTrue(); 177 if (err == undefined) { 203 expect(err == undefined).assertTrue(); 206 expect((err == undefined) && (VALUE_TEST_STRING_ELEMENT == data)).assertTrue(); 228 expect(err == undefined).assertTrue(); 231 expect((err == undefined) && (VALUE_TEST_INT_ELEMENT == data)).assertTrue(); 254 expect(err == undefined).assertTrue(); 257 expect((err == undefined) && (intValue == data)).assertTrue(); 280 expect(err == undefined) [all...] |
H A D | DeviceKvStoreDataCallbackJsTest.js | 100 expect(data == undefined).assertTrue(); 158 if (err == undefined) { 188 expect(err == undefined).assertTrue(); 212 if (err == undefined) { 238 expect(err == undefined).assertTrue(); 241 expect((err == undefined) && (VALUE_TEST_STRING_ELEMENT == data)).assertTrue(); 263 expect(err == undefined).assertTrue(); 266 expect((err == undefined) && (VALUE_TEST_INT_ELEMENT == data)).assertTrue(); 289 expect(err == undefined).assertTrue(); 292 expect((err == undefined) [all...] |
/foundation/arkui/ace_engine/advanced_ui_component/tabtitlebar/interfaces/ |
H A D | tabtitlebar.js | 29 constructor(g9, h9, i9, j9 = -1, k9 = undefined, l9) { 36 this.swiperContent = undefined; 52 if (f9.tabItems !== undefined) { 55 if (f9.menuItems !== undefined) { 58 if (f9.swiperContent !== undefined) { 61 if (f9.tabWidth !== undefined) { 64 if (f9.currentIndex !== undefined) { 67 if (f9.fontSize !== undefined) { 70 if (f9.menuSectionWidth !== undefined) { 73 if (f9.tabOffsets !== undefined) { [all...] |
/foundation/arkui/ace_engine/advanced_ui_component/foldsplitcontainer/interfaces/ |
H A D | foldsplitcontainer.js | 69 constructor(t2, u2, v2, w2 = -1, x2 = undefined, y2) { 74 this.primary = undefined; 75 this.secondary = undefined; 76 this.extra = undefined; 116 this.windowInstance = undefined; 119 this.listener = undefined; 121 this.isHoverMode = undefined; 129 if (s2.primary !== undefined) { 132 if (s2.secondary !== undefined) { 135 if (s2.extra !== undefined) { [all...] |
/foundation/arkui/ace_engine/advanced_ui_component/selectionmenu/interfaces/ |
H A D | selectionmenu.js | 126 constructor(parent, params, __localStorage, elmtId = -1, paramsLambda = undefined, extraInfo) { 131 this.editorMenuOptions = undefined; 132 this.expandedMenuOptions = undefined; 133 this.controller = undefined; 134 this.onPaste = undefined; 135 this.onCopy = undefined; 136 this.onCut = undefined; 137 this.onSelectAll = undefined; 154 if (params.editorMenuOptions !== undefined) { 157 if (params.expandedMenuOptions !== undefined) { [all...] |
/foundation/multimedia/media_library/frameworks/js/src/ |
H A D | photoaccesshelperinf.js | 43 let gContext = undefined; 150 if (bundleInfo === undefined || bundleInfo.hapModulesInfo === undefined || bundleInfo.hapModulesInfo.length === 0) { 306 if (((bundleInfo === undefined) || (bundleInfo.name === undefined)) || 307 ((bundleInfo.hapModulesInfo === undefined) || (bundleInfo.hapModulesInfo.length === 0)) || 308 ((bundleInfo.signatureInfo === undefined) || (bundleInfo.signatureInfo.appId === undefined)) || 309 ((bundleInfo.appInfo === undefined) || (bundleInfo.appInfo.labelId === 0))) { 311 return undefined; [all...] |
H A D | medialibraryinf.js | 51 if (option !== undefined && typeof option === 'object') { 52 if (option.count !== undefined && option.count > 1) { 60 if (option.type !== undefined) { 91 if (media !== undefined) { 100 if (context === undefined) { 121 if (media !== undefined) { 132 return undefined;
|
/foundation/arkui/ace_engine/advanced_ui_component/fullscreenlaunchcomponent/interfaces/ |
H A D | fullscreenlaunchcomponent.js | 24 constructor(v, w, x, y = -1, z = undefined, a1) { 32 this.options = undefined; 40 if (u.content !== undefined) { 43 if (u.context !== undefined) { 46 if (u.appId !== undefined) { 49 if (u.options !== undefined) { 52 if (u.isShow !== undefined) { 55 if (u.subscriber !== undefined) { 90 if (u == null || u == undefined) {
|
/foundation/arkui/ace_engine/advanced_ui_component/composelistitem/interfaces/ |
H A D | composelistitem.js | 92 constructor(a11, b11, c11, d11 = -1, e11 = undefined, f11) { 119 if (z10.iconStyle === undefined) { 122 if (z10.icon === undefined) { 125 if (z10.primaryText === undefined) { 128 if (z10.secondaryText === undefined) { 131 if (z10.description === undefined) { 134 if (z10.itemRowSpace !== undefined) { 137 if (z10.leftWidth === undefined) { 140 if (z10.primaryTextColor !== undefined) { 143 if (z10.secondaryTextColor !== undefined) { [all...] |
/foundation/arkui/ace_engine/advanced_ui_component/chipgroup/interfaces/ |
H A D | chipgroup.js | 19 if (PUV2ViewBase.contextStack === undefined) { 171 paramsLambda = undefined, 185 if (params.items === undefined) { 188 if (params.symbolEffect !== undefined) { 225 if (val === undefined) { 325 return typeof item.symbol !== 'undefined'; 336 typeof item.accessibilityDescription === 'undefined' 338 return undefined; 345 typeof item.accessibilityText === 'undefined' 347 return undefined; [all...] |
/foundation/arkui/ace_engine/advanced_ui_component/toolbar/interfaces/ |
H A D | toolbar.js | 86 this.action = undefined; 87 this.icon = undefined; 117 this.toolBarSymbolOptions = undefined; 173 constructor(y6, z6, a7, b7 = -1, c7 = undefined, d7) { 234 if (x6.controller !== undefined) { 237 if (x6.activateIndex === undefined) { 240 if (x6.dividerModifier === undefined) { 243 if (x6.toolBarModifier === undefined) { 251 if (x6.moreText === undefined) { 257 if (x6.menuContent !== undefined) { [all...] |
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/container_modal/interfaces/ |
H A D | customtitle.js | 29 this.__pixelMap = new ObservedPropertyObjectPU(undefined, this, 'pixelMap'); 34 if (params.textColor !== undefined) { 37 if (params.appLabel !== undefined) { 40 if (params.appTitle !== undefined) { 43 if (params.pixelMap !== undefined) { 46 if (params.iconOpacity !== undefined) { 170 loadCustomTitleBar(new Index(undefined, {}));
|
/foundation/arkui/ace_engine/advanced_ui_component/counter/interfaces/ |
H A D | counter.js | 257 constructor(w20, x20, y20, z20 = -1, a21 = undefined, b21) { 285 this.__value = new ObservedPropertyObjectPU(undefined, this, "value"); 303 this.onHoverIncrease = undefined; 304 this.onHoverDecrease = undefined; 305 this.onFocusIncrease = undefined; 306 this.onFocusDecrease = undefined; 307 this.onBlurIncrease = undefined; 308 this.onBlurDecrease = undefined; 309 this.onChange = undefined; 310 this.onDateChange = undefined; [all...] |