Home
last modified time | relevance | path

Searched refs:r3 (Results 1 - 16 of 16) sorted by relevance

/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_clone_app_test/
H A Dbms_bundle_clone_app_bundle_logic_test.cpp255 ErrCode r3 = innerBundleInfo.AddCloneBundle(cloneInfo); in HWTEST_F() local
256 EXPECT_EQ(r3, ERR_APPEXECFWK_CLONE_INSTALL_INVALID_APP_INDEX); in HWTEST_F()
296 ErrCode r3 = innerBundleInfo.AddCloneBundle(cloneInfo); in HWTEST_F() local
297 EXPECT_EQ(r3, ERR_OK); in HWTEST_F()
341 ErrCode r3 = innerBundleInfo.GetBundleInfoV9(0, bundleInfo, userId, appIndex2); in HWTEST_F() local
342 EXPECT_EQ(r3, ERR_BUNDLE_MANAGER_INTERNAL_ERROR); in HWTEST_F()
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rssurfaceohos_fuzzer/
H A Drssurfaceohos_fuzzer.cpp78 RectI r3 = RectI(GetData<int32_t>(), GetData<int32_t>(), GetData<int32_t>(), GetData<int32_t>()); in RSSurfaceOhosFuzzTest() local
83 rects.emplace_back(r3); in RSSurfaceOhosFuzzTest()
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing_ndk/cpp/dm/
H A Dconvex_paths.cpp95 DrawRect r3 = { 0, 0, 1, 100 }; // 100 coordinate in MakePath1() local
110 auto Oval_bound3 = OH_Drawing_RectCreate(r3.left, r3.top, r3.right, r3.bottom); in MakePath1()
/foundation/multimodalinput/input/util/network/test/
H A Dnet_packet_test.cpp232 int32_t r3; in HWTEST_F() local
233 pkt >> r3; in HWTEST_F() local
/foundation/arkui/ace_engine/advanced_ui_component/segmentbutton/interfaces/
H A Dsegmentbutton.js405 const r3 = _item;
1098 this.r3 = new SynchedPropertyObjectTwoWayPU(params.hoverColorArray, this, "hoverColorArray");
1148 this.r3.purgeDependencyOnElmtId(rmElmtId);
1168 this.r3.aboutToBeDeleted();
1273 return this.r3.get();
1277 this.r3.set(newValue);
1776 this.r3 = new ObservedPropertyObjectPU(Array.from({
1872 this.r3.purgeDependencyOnElmtId(rmElmtId);
1891 this.r3.aboutToBeDeleted();
2006 return this.r3
[all...]
/foundation/arkui/ace_engine/advanced_ui_component/chip/interfaces/
H A Dchip.js490 this.r3 = new ObservedPropertySimplePU(false, this, 'chipNodeOnFocus');
704 this.r3.purgeDependencyOnElmtId(rmElmtId);
741 this.r3.aboutToBeDeleted();
895 return this.r3.get();
898 this.r3.set(newValue);
/foundation/arkui/ace_engine/advanced_ui_component/toolbar/interfaces/
H A Dtoolbar.js856 catch (r3) {
857 let s3 = r3?.code;
858 let t3 = r3?.message;
/foundation/distributeddatamgr/relational_store/frameworks/js/napi/cloud_extension/
H A Dcloud_extension_stub.js615 let r3 = t.readString();
620 let q3 = await this.assetLoader.download(v1, r3, s3, t3);
625 let v3 = await this.assetLoader.upload(v1, r3, u3);
/foundation/arkui/ace_engine/advanced_ui_component/editabletitlebar/interfaces/
H A Deditabletitlebar.js965 Button.onHover((r3) => {
969 this.isOnHover = r3;
/foundation/arkui/ace_engine/advanced_ui_component/atomicserviceweb/interfaces/
H A Datomicserviceweb.js1013 }).catch((r3) => {
1014 this.error(r3, n3);
/foundation/arkui/advanced_ui_component/atomicserviceweb/interfaces/
H A Datomicserviceweb.js1013 }).catch((r3) => {
1014 this.error(r3, n3);
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/
H A Drs_surface_render_node.cpp1984 Occlusion::Region r3{opaqueRect3}; in SetCornerRadiusOpaqueRegion()
1986 roundedCornerRegion_ = r1.Or(r2).Or(r3).Or(r4); in SetCornerRadiusOpaqueRegion()
1987 opaqueRegion_ = r0.Sub(r1).Sub(r2).Sub(r3).Sub(r4); in SetCornerRadiusOpaqueRegion()
/foundation/arkui/ace_engine/advanced_ui_component/tabtitlebar/interfaces/
H A Dtabtitlebar.js743 this.observeComponentCreation2((r3, s3) => {
768 this.forEachUpdateFunction(r3, this.menuItems.slice(CollapsibleMenuSection.maxCountOfVisibleItems - 1,
/foundation/arkui/ace_engine/advanced_ui_component/gridobjectsortcomponent/interfaces/
H A Dgridobjectsortcomponent.js1668 this.observeComponentCreation2((r3, s3) => {
1812 this.forEachUpdateFunction(r3, this.unSelected, n17, (w3) => w3.id.toString(), true, false);
/foundation/arkui/ace_engine/advanced_ui_component/subheader/interfaces/
H A Dsubheader.js1703 this.observeComponentCreation2((r3, s3) => {
/foundation/arkui/ace_engine/advanced_ui_component/treeview/interfaces/
H A Dtreeview.js184 w18.v3 = new r3(nodeParam.icon, {
4383 export class r3 extends l3 {

Completed in 29 milliseconds