Home
last modified time | relevance | path

Searched refs:selfName (Results 1 - 4 of 4) sorted by relevance

/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
H A Dflatbuffer_schema.cpp883 auto selfName = eachSelfField->name(); in CompareTableOrStructDefine() local
884 CHECK_NULL_UNLIKELY_RETURN_ERROR(selfName); in CompareTableOrStructDefine()
885 auto correspondOtherField = otherFields->LookupByKey(selfName->c_str()); in CompareTableOrStructDefine()
939 std::string selfName = SchemaUtils::StripNameSpace(selfStructName->str()); in CompareStruct() local
941 if (selfName != otherName) { in CompareStruct()
945 if (compared.count(selfName) != 0) { // This struct-type had already been compared, no need to do recurse again in CompareStruct()
948 compared.insert(selfName); in CompareStruct()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/include/feature/
H A Dfeature_system.h41 std::string selfName; member
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/test/
H A Dfeature_test.cpp144 bindInfo.selfName = "Feature1"; in HWTEST_F()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/data_share/
H A Ddata_share_service_impl.cpp517 saveMeta.bundleName = binderInfo.selfName;
518 saveMeta.appId = binderInfo.selfName;

Completed in 4 milliseconds