Home
last modified time | relevance | path

Searched refs:SECE (Results 1 – 21 of 21) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/
H A Druntime_context_process_system_api_adapter_impl_test.cpp332 option.secOption = { S3, SECE };
341 option.secOption = { S4, SECE };
379 option.secOption = { S3, SECE };
H A Ddistributeddb_interfaces_import_and_export_rd_test.cpp1065 SecurityOption secOption{SecurityLabel::S3, SecurityFlag::SECE};
1119 SecurityOption secOption{SecurityLabel::S3, SecurityFlag::SECE};
H A Ddistributeddb_interfaces_import_and_export_test.cpp1076 SecurityOption secOption{SecurityLabel::S3, SecurityFlag::SECE};
1133 SecurityOption secOption{SecurityLabel::S3, SecurityFlag::SECE};
H A Ddistributeddb_interfaces_nb_delegate_test.cpp2887 option.secOption = {S3, SECE};
2897 property.SetIntProp(KvDBProperties::SECURITY_FLAG, SECE);
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/test/
H A Dstore_util_test.cpp65 ASSERT_EQ(dbsecurity.securityFlag, DistributedDB::SECE);
88 dbSec = { DistributedDB::S3, DistributedDB::SECE };
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/
H A Ddistributeddb_storage_single_ver_upgrade_test.cpp341 SecurityOption secopt{SecurityLabel::S3, SecurityFlag::SECE};
387 SecurityOption secopt{SecurityLabel::S3, SecurityFlag::SECE};
437 SecurityOption secopt{SecurityLabel::S3, SecurityFlag::SECE};
494 SecurityOption secopt{SecurityLabel::S3, SecurityFlag::SECE};
H A Ddistributeddb_storage_rd_single_ver_natural_executor_test.cpp357 SecurityOption option = {S3, SECE};
H A Ddistributeddb_storage_sqlite_single_ver_natural_executor_test.cpp770 SecurityOption option = {S3, SECE};
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
H A Dparam_check_utils.cpp136 …ecOption.securityLabel != S3 && secOption.securityLabel != S4) || secOption.securityFlag != SECE) { in CheckSecOption()
160 SecurityOption S3SeceOpt = {SecurityLabel::S3, SecurityFlag::SECE}; in IsS3SECEOpt()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/src/
H A Dsystem_api.cpp98 option = { (value[1] - '0') + 1, value[1] == '3' ? Flag::SECE : Flag::ECE}; in GetSecurityOption()
H A Dprocess_system_api_adapter_impl.cpp105 option = { (value[1] - '0') + 1, value[1] == '3' ? Flag::SECE : Flag::ECE}; in GetSecurityOption()
H A Dstore_util.cpp65 return { DistributedDB::S3, DistributedDB::SECE }; in GetDBSecurity()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/
H A Ddistributeddb_single_ver_p2p_sync_check_test.cpp122 option.secOption.securityFlag = SecurityFlag::SECE; in SetUp()
244 secOption.securityFlag = SecurityFlag::SECE;
456 EXPECT_EQ(option.securityFlag, SecurityFlag::SECE); in __anon6e997c5f0c02()
497 option.securityFlag = SecurityFlag::SECE; in __anon6e997c5f0e02()
934 option.secOption.securityFlag = SecurityFlag::SECE; in ReOpenDB()
1898 option.secOption.securityFlag = SecurityFlag::SECE;
2055 option.secOption.securityFlag = SecurityFlag::SECE;
H A Ddistributeddb_relational_ver_p2p_sync_test.cpp656 SecurityFlag::ECE, SecurityFlag::SECE in GenerateSecurityData()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/include/
H A Dtypes_export.h182 SECE enumerator
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/app/src/security/
H A Dsecurity.cpp261 option = { Convert2Security(value), SECE }; in GetFileSecurityOption()
/ohos5.0/foundation/distributeddatamgr/kv_store/kvstoremock/frameworks/innerkitsimpl/kvdb/src/
H A Dstore_util.cpp40 return { DistributedDB::S3, DistributedDB::SECE }; in GetDBSecurity()
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/
H A Dkvdb_general_store_test.cpp225 EXPECT_EQ(dbSecurity.securityFlag, DistributedDB::SECE);
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/kvdb/
H A Dkvdb_general_store.cpp122 return { DistributedDB::S3, DistributedDB::SECE }; in GetDBSecurity()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dsqlite_single_ver_natural_store_connection.cpp1729 if ((secOption.securityLabel != S3) || (secOption.securityFlag != SECE)) { in PragmaTriggerToMigrateData()
H A Dsqlite_single_ver_natural_store.cpp538 bool isWrite = (option.securityLabel >= S3) && (option.securityFlag == SECE); in GetMetaData()