Home
last modified time | relevance | path

Searched refs:o2 (Results 1 - 14 of 14) sorted by relevance

/foundation/graphic/graphic_3d/lume/metaobject/test/src/api/
H A DObjectTest.cpp81 META_NS::Object o2(interface_pointer_cast<IObject>(CreateTestContainer())); in HWTEST_F()
84 EXPECT_TRUE(o2); in HWTEST_F()
85 EXPECT_NE(o1.GetIObject()->GetClassId(), o2.GetIObject()->GetClassId()); in HWTEST_F()
87 o1 = o2; in HWTEST_F()
89 EXPECT_EQ(o1.GetIObject(), o2.GetIObject()); in HWTEST_F()
90 EXPECT_EQ(o1.GetIObject()->GetClassId(), o2.GetIObject()->GetClassId()); in HWTEST_F()
103 Object o2; in HWTEST_F() local
106 EXPECT_FALSE(o2); in HWTEST_F()
107 o2 = o1; in HWTEST_F()
109 EXPECT_TRUE(o2); in HWTEST_F()
[all...]
/foundation/arkui/ace_engine/advanced_ui_component/segmentbutton/interfaces/
H A Dsegmentbutton.js339 this.o2 = new SynchedPropertyNesedObjectPU(params.options, this, "options");
348 this.o2.set(params.options);
353 this.o2.set(params.options);
358 this.o2.purgeDependencyOnElmtId(rmElmtId);
365 this.o2.aboutToBeDeleted();
377 return this.o2.get();
446 this.o2 = new SynchedPropertyNesedObjectPU(params.options, this, "options");
458 this.o2.set(params.options);
463 this.o2.set(params.options);
468 this.o2
[all...]
/foundation/graphic/graphic_3d/lume/metaobject/test/src/base/
H A DRefUriTest.cpp299 auto o2 = interface_pointer_cast<IObjectInstance>(c3)->Resolve<IObjectInstance>(RefUri("ref:/")); in HWTEST_F() local
300 ASSERT_TRUE(o2); in HWTEST_F()
301 EXPECT_EQ(o2->GetInstanceId(), interface_pointer_cast<IObjectInstance>(c3)->GetInstanceId()); in HWTEST_F()
/foundation/arkui/ace_engine/advanced_ui_component/chip/interfaces/
H A Dchip.js400 this.o2 = new SynchedPropertySimpleOneWayPU(
558 this.o2.set(true);
662 this.o2.reset(params.allowClose);
682 this.o2.purgeDependencyOnElmtId(rmElmtId);
719 this.o2.aboutToBeDeleted();
763 return this.o2.get();
766 this.o2.set(newValue);
/foundation/arkui/ace_engine/advanced_ui_component/composetitlebar/interfaces/
H A Dcomposetitlebar.js1004 let o2 = this.getUIContext();
1005 this.isFollowingSystemFontScale = o2.isFollowingSystemFontScale();
1006 this.maxFontScale = o2.getMaxFontScale();
/foundation/distributeddatamgr/relational_store/frameworks/js/napi/cloud_extension/
H A Dcloud_extension_stub.js314 let o2 = this.unMarshallingValuesBuckets(t);
316 if (o2.length === 0) {
321 let e3 = await this.cloudDb.insert(n2, o2, p2);
/foundation/arkui/ace_engine/advanced_ui_component/editabletitlebar/interfaces/
H A Deditabletitlebar.js1093 Button.onKeyEvent((o2) => {
1094 this.keyEventAction(o2);
/foundation/arkui/ace_engine/advanced_ui_component/atomicserviceweb/interfaces/
H A Datomicserviceweb.js1047 let o2 = `${util.generateRandomUUID().replaceAll('-', '')}`;
1048 let p2 = `${this.context.cacheDir}/${o2}`;
/foundation/arkui/advanced_ui_component/atomicserviceweb/interfaces/
H A Datomicserviceweb.js1047 let o2 = `${util.generateRandomUUID().replaceAll('-', '')}`;
1048 let p2 = `${this.context.cacheDir}/${o2}`;
/foundation/arkui/ace_engine/advanced_ui_component/composelistitem/interfaces/
H A Dcomposelistitem.js1383 set operateItem(o2) {
1384 this.__operateItem.set(o2);
/foundation/arkui/ace_engine/advanced_ui_component/subheader/interfaces/
H A Dsubheader.js1873 set bgColor(o2) {
1874 this.__bgColor.set(o2);
/foundation/arkui/ace_engine/advanced_ui_component/treeview/interfaces/
H A Dtreeview.js74 const o2 = 8;
310 this.a5 = node.b5 * n2 + o2;
353 this.l5 = node.b5 * n2 + o2;
523 this.l5 = l18 * n2 + o2;
/foundation/arkui/ace_engine/advanced_ui_component/toolbar/interfaces/
H A Dtoolbar.js930 this.observeComponentCreation2((n2, o2) => {
/foundation/arkui/ace_engine/advanced_ui_component/tabtitlebar/interfaces/
H A Dtabtitlebar.js959 this.observeComponentCreation2((n2, o2) => {

Completed in 20 milliseconds