Home
last modified time | relevance | path

Searched refs:BIND_ORI_DEVICE_ID (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dsqlite_single_ver_storage_executor_sql.h455 const int BIND_ORI_DEVICE_ID = 0; variable
H A Dsqlite_single_ver_storage_executor.cpp1094 int keyIndex = identifier->origDevice ? BIND_ORI_DEVICE_ID : BIND_PRE_DEVICE_ID; in GetDeviceIdentifier()