Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/
H A Dsync_types.h80 constexpr int NOT_SUPPORT_SEC_CLASSIFICATION = 0xff; variable
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/singlever/
H A Dsingle_ver_data_sync_utils.cpp123 if (remoteSecOption.securityLabel == NOT_SUPPORT_SEC_CLASSIFICATION) { in IsPermitRemoteDeviceRecvData()
229 … if (communicator == nullptr || remoteSecOption.securityLabel == NOT_SUPPORT_SEC_CLASSIFICATION) { in CheckPermitReceiveData()
557 localOption.securityLabel = NOT_SUPPORT_SEC_CLASSIFICATION; in SetDataRequestCommonInfo()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/
H A Dremote_executor.cpp772 …packet->SetSecLabel(errCode == -E_NOT_SUPPORT ? NOT_SUPPORT_SEC_CLASSIFICATION : localOption.secur… in FillRequestPacket()
950 option.securityLabel = NOT_SUPPORT_SEC_CLASSIFICATION; in ResponseRemoteQueryRequest()
995 if (remoteOption.securityLabel == NOT_SUPPORT_SEC_CLASSIFICATION || errCode == -E_NOT_SUPPORT) { in CheckSecurityOption()
1013 if (remoteSecLabel == NOT_SUPPORT_SEC_CLASSIFICATION && errCode == -E_NOT_SUPPORT) { in CheckRemoteRecvData()
1030 …if (remoteSecLabel == UNKNOWN_SECURITY_LABEL || remoteSecLabel == NOT_SUPPORT_SEC_CLASSIFICATION) { in CheckRemoteRecvData()
H A Dremote_executor_packet.cpp296 secLabel_ = NOT_SUPPORT_SEC_CLASSIFICATION; in DeSerialization()
H A Dability_sync.cpp533 if (remoteSecLabel == NOT_SUPPORT_SEC_CLASSIFICATION && errCode == -E_NOT_SUPPORT) { in SecLabelCheck()
545 …if (remoteSecLabel == NOT_SUPPORT_SEC_CLASSIFICATION || remoteSecLabel == SecurityLabel::NOT_SET) { in SecLabelCheck()
602 option.securityLabel = NOT_SUPPORT_SEC_CLASSIFICATION; in GetPacketSecOption()