Home
last modified time | relevance | path

Searched defs:record_ (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/cloud/
H A Dcloud_db_proxy.h132 std::vector<VBucket> record_; variable
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/js/napi/relationalstore/include/
H A Dnapi_async_call.h106 static thread_local Record record_; variable
/ohos5.0/foundation/distributeddatamgr/udmf/framework/ndkimpl/data/
H A Dudmf_capi_common.h93 std::shared_ptr<OHOS::UDMF::UnifiedRecord> record_; member
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/js/napi/relationalstore/src/
H A Dnapi_async_call.cpp30 thread_local AsyncCall::Record AsyncCall::record_; member in OHOS::RelationalStoreJsKit::AsyncCall