Searched refs:xStep (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/drivers/hdf_core/framework/tools/hcs-view/hcsWebView/src/ |
H A D | MainEditor.js | 1312 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 D | sqlite_utils.h | 41 void (*xStep)(sqlite3_context*, int, sqlite3_value**) = nullptr; member
|
H A D | sqlite_utils.cpp | 1698 func.xFunc, func.xStep, func.xFinal, func.xDestroy); in RegisterFunction()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/src/relational/ |
H A D | relational_store_sqlite_ext.cpp | 386 void (*xStep)(sqlite3_context*, int, sqlite3_value**) = nullptr; member 410 func.xFunc, func.xStep, func.xFinal, func.xDestroy); in RegisterFunction()
|