Home
last modified time | relevance | path

Searched refs:translateFunc (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/window/window_manager/wmserver/src/
H A Ddisplay_zoom_controller.cpp75 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 Dsqlite_single_ver_storage_executor.h344 void(*translateFunc)(sqlite3_context *ctx, int argc, sqlite3_value **argv),
H A Dsqlite_single_ver_storage_executor.cpp2169 void(*translateFunc)(sqlite3_context *ctx, int argc, sqlite3_value **argv), in CreateFuncUpdateKey()
2173 &context, translateFunc, nullptr, nullptr, nullptr); in CreateFuncUpdateKey()