Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
H A Dflatbuffer_schema.cpp161 description_ += ("RootTableName=" + SchemaUtils::StripNameSpace(rootTableName->str()) + ";"); in ParseFlatBufferSchema()
194 std::string selfRootName = SchemaUtils::StripNameSpace(selfRootTableName->str()); in CompareFlatBufferDefine()
195 std::string otherRootName = SchemaUtils::StripNameSpace(otherRootTableName->str()); in CompareFlatBufferDefine()
683 description_ += ("StructName=" + SchemaUtils::StripNameSpace(structName->str()) + ";"); in ParseCheckStructDefine()
939 std::string selfName = SchemaUtils::StripNameSpace(selfStructName->str()); in CompareStruct()
940 std::string otherName = SchemaUtils::StripNameSpace(otherStructName->str()); in CompareStruct()
H A Dschema_utils.cpp458 std::string SchemaUtils::StripNameSpace(const std::string &inFullName) in StripNameSpace() function in DistributedDB::SchemaUtils
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/include/
H A Dschema_utils.h46 static std::string StripNameSpace(const std::string &inFullName);
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/common/
H A Ddistributeddb_schema_unit_test.cpp542 std::string outputName1 = SchemaUtils::StripNameSpace(inputName1);
547 std::string outputName2 = SchemaUtils::StripNameSpace(inputName2);