Searched refs:translateFunc (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/foundation/window/window_manager/wmserver/src/ |
H A D | display_zoom_controller.cpp | 75 WindowNodeOperationFunc translateFunc = [this, deltaX, deltaY](sptr<WindowNode> node) { in SetAnchorOffset() local 86 windowNodeContainer->TraverseWindowTree(translateFunc, false); in SetAnchorOffset()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/ |
H A D | sqlite_single_ver_storage_executor.h | 344 void(*translateFunc)(sqlite3_context *ctx, int argc, sqlite3_value **argv),
|
H A D | sqlite_single_ver_storage_executor.cpp | 2169 void(*translateFunc)(sqlite3_context *ctx, int argc, sqlite3_value **argv), in CreateFuncUpdateKey() 2173 &context, translateFunc, nullptr, nullptr, nullptr); in CreateFuncUpdateKey()
|