Home
last modified time | relevance | path

Searched refs:S3 (Results 1 - 25 of 54) sorted by relevance

123

/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/test/
H A Dstore_util_test.cpp64 ASSERT_EQ(dbsecurity.securityLabel, DistributedDB::S3); in HWTEST_F()
85 dbSec = { DistributedDB::S3, DistributedDB::ECE }; in HWTEST_F()
88 dbSec = { DistributedDB::S3, DistributedDB::SECE }; in HWTEST_F()
90 ASSERT_EQ(security, S3); in HWTEST_F()
/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/src/
H A Dstore_util.cpp64 if (secLevel == SecurityLevel::S3) { in GetDBSecurity()
65 return { DistributedDB::S3, DistributedDB::SECE }; in GetDBSecurity()
89 case DistributedDB::S3: in GetSecLevel()
90 return dbSec.securityFlag ? S3 : S3_EX; in GetSecLevel()
/foundation/distributeddatamgr/kv_store/kvstoremock/frameworks/innerkitsimpl/kvdb/src/
H A Dstore_util.cpp39 if (secLevel == SecurityLevel::S3) { in GetDBSecurity()
40 return { DistributedDB::S3, DistributedDB::SECE }; in GetDBSecurity()
64 case DistributedDB::S3: in GetSecLevel()
65 return dbSec.securityFlag ? S3 : S3_EX; in GetSecLevel()
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Dsecurity_policy.cpp32 case SecurityLevel::S3: in GetSecurityLevelValue()
/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}; in HWTEST_F() member in SecurityLabel
387 SecurityOption secopt{SecurityLabel::S3, SecurityFlag::SECE}; in HWTEST_F() member in SecurityLabel
437 SecurityOption secopt{SecurityLabel::S3, SecurityFlag::SECE}; in HWTEST_F() member in SecurityLabel
494 SecurityOption secopt{SecurityLabel::S3, SecurityFlag::SECE}; in HWTEST_F() member in SecurityLabel
570 SecurityOption secopt = {SecurityLabel::S3, SecurityFlag::ECE}; in HWTEST_F()
/foundation/distributeddatamgr/relational_store/frameworks/js/napi/rdb/src/
H A Dnapi_rdb_const_properties.cpp68 (void) SetNamedProperty(env, securityLevel, "S3", (int32_t)NativeRdb::SecurityLevel::S3); in ExportSecurityLevel()
/foundation/multimedia/ringtone_library/services/ringtone_restore/src/
H A Dringtone_restore_db_utils.cpp38 config.SetSecurityLevel(NativeRdb::SecurityLevel::S3); in InitDb()
/foundation/multimedia/media_library/frameworks/utils/src/
H A Dmedialibrary_common_utils.cpp246 const std::string S3 = "limit ?, ?"; in RemoveSpecialCondition() local
249 RemoveSpecialCondition(hacker, S3); in RemoveSpecialCondition()
/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 }; in HWTEST_F()
378 option.secOption = { S3, SECE }; in HWTEST_F()
H A Ddistributeddb_interfaces_database_rd_kernel_test.cpp153 option.secOption.securityLabel = S3; in HWTEST_F()
165 option.secOption.securityLabel = S3; in HWTEST_F()
176 option.secOption.securityLabel = S3; in HWTEST_F()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
H A Dparam_check_utils.cpp136 if ((secOption.securityLabel != S3 && secOption.securityLabel != S4) || secOption.securityFlag != SECE) { in CheckSecOption()
160 SecurityOption S3SeceOpt = {SecurityLabel::S3, SecurityFlag::SECE}; in IsS3SECEOpt()
/foundation/distributeddatamgr/relational_store/test/js/relationalstore/unittest/src/
H A DRdbstoreRdbstoreJsunit.test.js186 securityLevel: data_relationalStore.SecurityLevel.S3
313 securityLevel: data_relationalStore.SecurityLevel.S3,
/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/fuzztest/medialibraryrestore_fuzzer/
H A Dmedialibraryrestore_fuzzer.cpp107 config.SetSecurityLevel(NativeRdb::SecurityLevel::S3); in GetConfig()
/foundation/multimedia/ringtone_library/services/ringtone_data_extension/src/
H A Dringtone_rdbstore.cpp80 config_.SetSecurityLevel(NativeRdb::SecurityLevel::S3); in RingtoneRdbStore()
/foundation/multimedia/ringtone_library/services/utils/src/
H A Dringtone_utils.cpp156 config.SetSecurityLevel(NativeRdb::SecurityLevel::S3); in MoveEL2DBToEL1DB()
/foundation/distributeddatamgr/kv_store/frameworks/jskitsimpl/distributedkvstore/src/
H A Djs_const_properties.cpp109 SetNamedProperty(env, securityLevel, "S3", (int32_t)SecurityLevel::S3); in ExportSecurityLevel()
/foundation/distributeddatamgr/relational_store/test/js/relationalstore/performance/src/
H A DSceneGetValuesBucketPerf.js54 securityLevel: dataRdb.SecurityLevel.S3
/foundation/multimedia/media_library/frameworks/innerkitsimpl/media_library_helper/src/
H A Dmedialibrary_kvstore.cpp234 options.securityLevel = SecurityLevel::S3; in GetKvStoreOption()
311 options.securityLevel = SecurityLevel::S3; in InitSingleKvstore()
/foundation/multimedia/ringtone_library/test/unittest/ringtone_dualfwk_restore_test/src/
H A Dringtone_dualfwk_restore_test.cpp131 config.SetSecurityLevel(NativeRdb::SecurityLevel::S3); in HWTEST_F()
/foundation/distributeddatamgr/kv_store/frameworks/jskitsimpl/distributeddata/src/
H A Djs_const_properties.cpp122 SetNamedProperty(env, securityLevel, "S3", (int32_t)SecurityLevel::S3); in ExportSecurityLevel()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/include/
H A Dtypes_export.h174 S3,
187 int securityFlag = 0; // the securityFlag is the encryption method of the file only used for S3 like 0:ECE, 1:SECE
/foundation/distributeddatamgr/relational_store/test/ndk/unittest/
H A Drdb_store_configv2_test.cpp173 EXPECT_EQ(OH_Rdb_ErrCode::RDB_OK, OH_Rdb_SetSecurityLevel(config, S3)); in HWTEST_F()
/foundation/distributeddatamgr/relational_store/interfaces/ndk/include/
H A Drelational_store.h66 S3, enumerator
/foundation/distributeddatamgr/kv_store/test/unittest/distributeddata/
H A DKvManagerDataPromiseJsTest.js225 securityLevel: factory.SecurityLevel.S3,
393 securityLevel: factory.SecurityLevel.S3,
559 securityLevel: factory.SecurityLevel.S3,
H A DKvManagerDataCallbackJsTest.js262 securityLevel : factory.SecurityLevel.S3,
448 securityLevel : factory.SecurityLevel.S3,
633 securityLevel : factory.SecurityLevel.S3,

Completed in 17 milliseconds

123