Home
last modified time | relevance | path

Searched refs:SchemaTypeString (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
H A Dschema_negotiate.cpp51 …chema][Opinion] Local-type=%s differ remote-type=%s.", SchemaUtils::SchemaTypeString(localType).c_… in MakeLocalSyncOpinion()
52 SchemaUtils::SchemaTypeString(remoteType).c_str()); in MakeLocalSyncOpinion()
60 SchemaUtils::SchemaTypeString(remoteType).c_str()); in MakeLocalSyncOpinion()
138 …SchemaUtils::SchemaTypeString(localType).c_str(), SchemaUtils::SchemaTypeString(remoteType).c_str(… in MakeLocalSyncOpinion()
151 SchemaUtils::SchemaTypeString(remoteType).c_str()); in MakeLocalSyncOpinion()
H A Dschema_object.cpp33 …LOGD("[Schema][Display] IS %s, LENGTH=%zu.", SchemaUtils::SchemaTypeString(inType).c_str(), inSche… in DisplaySchemaLineByLine()
260 …LOGE("[Schema][Compare] Self is %s, other is %s.", SchemaUtils::SchemaTypeString(schemaType_).c_st… in CompareAgainstSchemaObject()
261 SchemaUtils::SchemaTypeString(inSchemaObject.schemaType_).c_str()); in CompareAgainstSchemaObject()
H A Dschema_utils.cpp483 std::string SchemaUtils::SchemaTypeString(SchemaType inType) in SchemaTypeString() function in DistributedDB::SchemaUtils
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/include/
H A Dschema_utils.h49 static std::string SchemaTypeString(SchemaType inType);