Home
last modified time | relevance | path

Searched refs:isFirstMove (Results 1 - 2 of 2) sorted by relevance

/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Dace_view_ohos.cpp151 static bool isFirstMove = false; in DispatchEventToPerf() local
180 isFirstMove = true; in DispatchEventToPerf()
186 isFirstMove = false; in DispatchEventToPerf()
187 } else if (isFirstMove && (pointerAction == MMI::PointerEvent::POINTER_ACTION_MOVE in DispatchEventToPerf()
191 isFirstMove = false; in DispatchEventToPerf()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/gaussdb_rd/
H A Drd_single_ver_storage_executor.cpp198 bool isFirstMove = true; in GetCountInner() local
203 if (isFirstMove && errCode == -E_NOT_FOUND) { in GetCountInner()
220 isFirstMove = false; in GetCountInner()

Completed in 4 milliseconds