Searched refs:CHG_TYPE_INSERT (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/ |
H A D | rdb_local_db_observer.cpp | 30 Convert(dataInfo, changeInfo, RdbStoreObserver::ChangeType::CHG_TYPE_INSERT); in OnChange() 42 if (changeType < RdbStoreObserver::ChangeType::CHG_TYPE_INSERT || in Convert()
|
H A D | rdb_types_util.cpp | 163 return Marshal(data, input[Observer::CHG_TYPE_INSERT], input[Observer::CHG_TYPE_UPDATE], in Marshalling() 169 return Unmarshal(data, output[Observer::CHG_TYPE_INSERT], output[Observer::CHG_TYPE_UPDATE], in Unmarshalling()
|
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/js/napi/relationalstore/src/ |
H A D | napi_rdb_store_observer.cpp | 111 inserted = std::move(info->second[CHG_TYPE_INSERT]); in JSChangeInfo()
|
/ohos5.0/foundation/distributeddatamgr/relational_store/interfaces/inner_api/rdb/include/ |
H A D | rdb_types.h | 270 CHG_TYPE_INSERT = 0, enumerator
|
/ohos5.0/foundation/distributeddatamgr/relational_store/interfaces/ndk/src/ |
H A D | relational_store.cpp | 1011 … size += it->second[RdbStoreObserver::CHG_TYPE_INSERT].size() * sizeof(Rdb_KeyInfo::Rdb_KeyData); in GetKeyInfoSize() 1061 …os[index]->inserted.count = static_cast<int>(it->second[RdbStoreObserver::CHG_TYPE_INSERT].size()); in OnChange() 1062 … infos[index]->inserted.type = GetKeyDataType(it->second[RdbStoreObserver::CHG_TYPE_INSERT]); in OnChange() 1067 ConvertKeyInfoData(data, it->second[RdbStoreObserver::CHG_TYPE_INSERT]); in OnChange()
|