Home
last modified time | relevance | path

Searched refs:h2 (Results 1 - 13 of 13) sorted by relevance

/foundation/resourceschedule/ffrt/test/ut/testcase/
H A Dut_execute_unit.cpp60 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 Dcomposetitlebar.js1023 catch (h2) {
1024 let i2 = h2.code;
1025 let j2 = h2.message;
/foundation/arkui/ace_engine/advanced_ui_component/tabtitlebar/interfaces/
H A Dtabtitlebar.js1059 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 Ddistributeddb_cloud_interfaces_relational_ext_test.cpp1096 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 Datomicserviceweb.js257 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 Datomicserviceweb.js257 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 Dcloud_extension_stub.js259 let h2 = t.readString();
262 alias: h2,
/foundation/arkui/ace_engine/advanced_ui_component/chip/interfaces/
H A Dchip.js244 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 Dsegmentbutton.js235 this.h2?.();
2033 this.buttonItemsSelected.forEach((h2, index) => {
2097 this.options.h2 = () => {
/foundation/arkui/ace_engine/advanced_ui_component/composelistitem/interfaces/
H A Dcomposelistitem.js1425 set itemHeight(h2) {
1426 this.__itemHeight.set(h2);
/foundation/arkui/ace_engine/advanced_ui_component/editabletitlebar/interfaces/
H A Deditabletitlebar.js1333 this.observeComponentCreation2((d2, h2) => {
/foundation/arkui/ace_engine/advanced_ui_component/subheader/interfaces/
H A Dsubheader.js1898 this.observeComponentCreation2((h2, i2) => {
/foundation/arkui/ace_engine/advanced_ui_component/treeview/interfaces/
H A Dtreeview.js68 const h2 = '160vp';
1751 g8: h2,

Completed in 23 milliseconds