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 D | kv_store_errno.cpp | 53 { -E_SECURITY_OPTION_CHECK_ERROR, SECURITY_OPTION_CHECK_ERROR },
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/include/ |
H A D | store_types.h | 57 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 D | store_util.cpp | 157 case DBStatus::SECURITY_OPTION_CHECK_ERROR: in ConvertStatus()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/ |
H A D | sync_operation.cpp | 341 { 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 D | distributeddb_single_ver_p2p_sync_check_test.cpp | 209 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 D | distributeddb_relational_ver_p2p_sync_test.cpp | 686 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 D | store_util.cpp | 54 { DBStatus::SECURITY_OPTION_CHECK_ERROR, Status::SECURITY_LEVEL_ERROR },
|
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/ |
H A D | kvdb_service_impl_test.cpp | 696 …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 D | distributeddb_cloud_interfaces_relational_sync_test.cpp | 1665 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 D | kvdb_general_store.cpp | 74 { DBStatus::SECURITY_OPTION_CHECK_ERROR, GenErr::E_SECURITY_LEVEL_ERROR },
|
H A D | kvdb_service_impl.cpp | 1271 case DBStatus::SECURITY_OPTION_CHECK_ERROR: in ConvertDbStatus()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/cloud/ |
H A D | distributeddb_cloud_kv_test.cpp | 664 BlockSync(kvDelegatePtrS3_, OK, g_CloudSyncoption, SECURITY_OPTION_CHECK_ERROR);
|