Home
last modified time | relevance | path

Searched refs:StringMasking (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/include/
H A Ddb_common.h74 … static std::string StringMasking(const std::string &oriStr, size_t remain = 3); // remain 3 unmask
163 #define STR_MASK(x) DBCommon::StringMasking(x).c_str()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/
H A Dsync_operation.cpp368 msg += "dev=" + DBCommon::StringMasking(dev); in GetFinishDetailMsg()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/
H A Dgeneric_syncer.cpp97 label_ = DBCommon::StringMasking(DBCommon::VectorToHexString(label)); in Initialize()
799 syncDevices += DBCommon::StringMasking(dev); in GetSyncDevicesStr()
H A Dsync_engine.cpp769 targetDevices += DBCommon::StringMasking(dev) + ","; in SetEqualIdentifier()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
H A Ddb_common.cpp337 std::string DBCommon::StringMasking(const std::string &oriStr, size_t remain) in StringMasking() function in DistributedDB::DBCommon