Searched refs:h2 (Results 1 - 13 of 13) sorted by relevance
/foundation/resourceschedule/ffrt/test/ut/testcase/ |
H A D | ut_execute_unit.cpp | 60 auto h2 = ffrt::submit_h([&]() { x.fetch_add(4); }, {}, {}, ffrt::task_attr().delay(2)); in HWTEST_F() local 61 int cancel_ret = ffrt::skip(h2); in HWTEST_F() 72 auto h2 = ffrt::submit_h([&]() { x += 2; }, {&x}, {&x}, ffrt::task_attr().delay(1)); in HWTEST_F() local 73 int cancel_ret = ffrt::skip(h2); in HWTEST_F()
|
/foundation/arkui/ace_engine/advanced_ui_component/composetitlebar/interfaces/ |
H A D | composetitlebar.js | 1023 catch (h2) { 1024 let i2 = h2.code; 1025 let j2 = h2.message;
|
/foundation/arkui/ace_engine/advanced_ui_component/tabtitlebar/interfaces/ |
H A D | tabtitlebar.js | 1059 Image.onComplete((h2) => { 1063 this.imageWidth = px2vp(h2?.width); 1064 this.imageHeight = px2vp(h2?.height); 1065 this.onImageComplete(px2vp(h2?.componentWidth) +
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/ |
H A D | distributeddb_cloud_interfaces_relational_ext_test.cpp | 1096 TaskHandle h2 = ConcurrentAdapter::ScheduleTaskH([this, &ans, &mutex, num]() { in HWTEST_F() local 1119 ADAPTER_WAIT(h2); in HWTEST_F() 1157 TaskHandle h2 = ConcurrentAdapter::ScheduleTaskH([this, &ans, &mutex, num]() { in HWTEST_F() local 1186 ADAPTER_WAIT(h2); in HWTEST_F()
|
/foundation/arkui/ace_engine/advanced_ui_component/atomicserviceweb/interfaces/ |
H A D | atomicserviceweb.js | 257 let h2 = bundleManager.getBundleInfoForSelfSync(bundleManager.BundleFlag.GET_BUNDLE_INFO_WITH_APPLICATION); 258 if (h2?.appInfo?.appProvisionType === 'debug') {
|
/foundation/arkui/advanced_ui_component/atomicserviceweb/interfaces/ |
H A D | atomicserviceweb.js | 257 let h2 = bundleManager.getBundleInfoForSelfSync(bundleManager.BundleFlag.GET_BUNDLE_INFO_WITH_APPLICATION); 258 if (h2?.appInfo?.appProvisionType === 'debug') {
|
/foundation/distributeddatamgr/relational_store/frameworks/js/napi/cloud_extension/ |
H A D | cloud_extension_stub.js | 259 let h2 = t.readString(); 262 alias: h2,
|
/foundation/arkui/ace_engine/advanced_ui_component/chip/interfaces/ |
H A D | chip.js | 244 h2: 128, 1495 minWidth: Math.max(constraintWidth, this.theme.q1.g2.h2), 1501 minWidth: Math.max(constraintWidth, this.theme.q1.g2.h2),
|
/foundation/arkui/ace_engine/advanced_ui_component/segmentbutton/interfaces/ |
H A D | segmentbutton.js | 235 this.h2?.(); 2033 this.buttonItemsSelected.forEach((h2, index) => { 2097 this.options.h2 = () => {
|
/foundation/arkui/ace_engine/advanced_ui_component/composelistitem/interfaces/ |
H A D | composelistitem.js | 1425 set itemHeight(h2) { 1426 this.__itemHeight.set(h2);
|
/foundation/arkui/ace_engine/advanced_ui_component/editabletitlebar/interfaces/ |
H A D | editabletitlebar.js | 1333 this.observeComponentCreation2((d2, h2) => {
|
/foundation/arkui/ace_engine/advanced_ui_component/subheader/interfaces/ |
H A D | subheader.js | 1898 this.observeComponentCreation2((h2, i2) => {
|
/foundation/arkui/ace_engine/advanced_ui_component/treeview/interfaces/ |
H A D | treeview.js | 68 const h2 = '160vp'; 1751 g8: h2,
|
Completed in 23 milliseconds