Home
last modified time | relevance | path

Searched refs:TransformSecLabelIfNeed (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/
H A Dability_sync.h261 static int32_t TransformSecLabelIfNeed(int32_t originLabel, int targetLabel);
H A Dability_sync.cpp530 int32_t remoteSecLabel = TransformSecLabelIfNeed(packet->GetSecLabel(), option.securityLabel); in SecLabelCheck()
611 …option.securityLabel = TransformSecLabelIfNeed(option.securityLabel, remoteSecOption.securityLabel… in GetPacketSecOption()
1341 int32_t AbilitySync::TransformSecLabelIfNeed(int32_t originLabel, int targetLabel) in TransformSecLabelIfNeed() function in DistributedDB::AbilitySync