Home
last modified time | relevance | path

Searched refs:UNKNOWN_SECURITY_LABEL (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/
H A Dsync_types.h79 constexpr int32_t UNKNOWN_SECURITY_LABEL = -1; variable
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/
H A Dremote_executor_packet.h81 int32_t secLabel_ = UNKNOWN_SECURITY_LABEL; // source sec label
H A Dremote_executor.cpp1030 …if (remoteSecLabel == UNKNOWN_SECURITY_LABEL || remoteSecLabel == NOT_SUPPORT_SEC_CLASSIFICATION) { in CheckRemoteRecvData()