Home
last modified time | relevance | path

Searched refs:SECURITY_OPTION_CHECK_ERROR (Results 1 – 12 of 12) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/src/
H A Dkv_store_errno.cpp53 { -E_SECURITY_OPTION_CHECK_ERROR, SECURITY_OPTION_CHECK_ERROR },
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/include/
H A Dstore_types.h57 SECURITY_OPTION_CHECK_ERROR, // such as remote device's SecurityOption not equal to local enumerator
/ohos5.0/foundation/distributeddatamgr/kv_store/kvstoremock/frameworks/innerkitsimpl/kvdb/src/
H A Dstore_util.cpp157 case DBStatus::SECURITY_OPTION_CHECK_ERROR: in ConvertStatus()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/
H A Dsync_operation.cpp341 { static_cast<int>(OP_SECURITY_OPTION_CHECK_FAILURE), SECURITY_OPTION_CHECK_ERROR }, in DBStatusTrans()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/
H A Ddistributeddb_single_ver_p2p_sync_check_test.cpp209 EXPECT_TRUE(pair.second == SECURITY_OPTION_CHECK_ERROR);
261 EXPECT_TRUE(pair.second == SECURITY_OPTION_CHECK_ERROR);
306 EXPECT_TRUE(pair.second == SECURITY_OPTION_CHECK_ERROR);
385 EXPECT_TRUE(pair.second == SECURITY_OPTION_CHECK_ERROR);
508 EXPECT_EQ(pair.second, SECURITY_OPTION_CHECK_ERROR);
H A Ddistributeddb_relational_ver_p2p_sync_test.cpp686 return SECURITY_OPTION_CHECK_ERROR; in GetSecurityRes()
690 return SECURITY_OPTION_CHECK_ERROR; in GetSecurityRes()
693 return SECURITY_OPTION_CHECK_ERROR; in GetSecurityRes()
2619 BlockSync(SyncMode::SYNC_MODE_PUSH_ONLY, SECURITY_OPTION_CHECK_ERROR, { DEVICE_B });
2655 SECURITY_OPTION_CHECK_ERROR);
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/src/
H A Dstore_util.cpp54 { DBStatus::SECURITY_OPTION_CHECK_ERROR, Status::SECURITY_LEVEL_ERROR },
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/
H A Dkvdb_service_impl_test.cpp696 …EXPECT_EQ(kvdbServiceImpl_->ConvertDbStatus(DBStatus::SECURITY_OPTION_CHECK_ERROR), Status::SECURI…
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/cloud/
H A Ddistributeddb_cloud_interfaces_relational_sync_test.cpp1665 SECURITY_OPTION_CHECK_ERROR);
1682 SECURITY_OPTION_CHECK_ERROR);
1690 SECURITY_OPTION_CHECK_ERROR);
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/kvdb/
H A Dkvdb_general_store.cpp74 { DBStatus::SECURITY_OPTION_CHECK_ERROR, GenErr::E_SECURITY_LEVEL_ERROR },
H A Dkvdb_service_impl.cpp1271 case DBStatus::SECURITY_OPTION_CHECK_ERROR: in ConvertDbStatus()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/cloud/
H A Ddistributeddb_cloud_kv_test.cpp664 BlockSync(kvDelegatePtrS3_, OK, g_CloudSyncoption, SECURITY_OPTION_CHECK_ERROR);