Home
last modified time | relevance | path

Searched refs:xStep (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/drivers/hdf_core/framework/tools/hcs-view/hcsWebView/src/
H A DMainEditor.js1312 let xStep = 16;
1330 this.searchInput.btnUp.move(x, y + yOffsetBase / CONSTANT_MIDDLE - yRightSpace, xStep, xStep);
1331 x += xStep + xStep;
1333 this.searchInput.btnDown.move(x, y + yOffsetBase / CONSTANT_MIDDLE - yRightSpace, xStep, xStep);
1334 x += xStep + xStep;
1336 … this.searchInput.btnClose.move(x, y + yOffsetBase / CONSTANT_MIDDLE - yRightSpace, xStep, xStep);
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dsqlite_utils.h41 void (*xStep)(sqlite3_context*, int, sqlite3_value**) = nullptr; member
H A Dsqlite_utils.cpp1698 func.xFunc, func.xStep, func.xFinal, func.xDestroy); in RegisterFunction()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/src/relational/
H A Drelational_store_sqlite_ext.cpp386 void (*xStep)(sqlite3_context*, int, sqlite3_value**) = nullptr; member
410 func.xFunc, func.xStep, func.xFinal, func.xDestroy); in RegisterFunction()