Home
last modified time | relevance | path

Searched refs:S2 (Results 1 - 25 of 49) sorted by relevance

12

/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/
H A Ddirectory_manager_test.cpp97 metaData.securityLevel = SecurityLevel::S2; in HWTEST_F()
122 metaData.securityLevel = SecurityLevel::S2; in HWTEST_F()
143 metaData.securityLevel = SecurityLevel::S2; in HWTEST_F()
164 metaData.securityLevel = SecurityLevel::S2; in HWTEST_F()
188 metaData.securityLevel = SecurityLevel::S2; in HWTEST_F()
227 metaData.securityLevel = SecurityLevel::S2; in HWTEST_F()
H A Dkvdb_general_store_test.cpp79 metaData_.securityLevel = SecurityLevel::S2; in InitMetaData()
218 dbSecurity = KVDBGeneralStore::GetDBSecurity(SecurityLevel::S2); in HWTEST_F()
219 EXPECT_EQ(dbSecurity.securityLabel, DistributedDB::S2); in HWTEST_F()
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Dsecurity_policy.cpp30 case SecurityLevel::S2: in GetSecurityLevelValue()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/
H A Dsingle_ver_utils.cpp100 secOption.securityLabel = ((option.securityOpt.securityLabel >= SecurityLabel::S2) ? in CreateNewDirsAndSetSecOption()
101 SecurityLabel::S2 : option.securityOpt.securityLabel); in CreateNewDirsAndSetSecOption()
/foundation/distributeddatamgr/relational_store/frameworks/js/napi/rdb/src/
H A Dnapi_rdb_const_properties.cpp67 (void) SetNamedProperty(env, securityLevel, "S2", (int32_t)NativeRdb::SecurityLevel::S2); in ExportSecurityLevel()
/foundation/multimedia/media_library/frameworks/utils/src/
H A Dmedialibrary_common_utils.cpp245 const std::string S2 = "between ? and ?"; in RemoveSpecialCondition() local
248 RemoveSpecialCondition(hacker, S2); in RemoveSpecialCondition()
/foundation/distributeddatamgr/relational_store/test/js/relationalstore/unittest/src/
H A DRdbstoreRdbstoreJsunit.test.js234 securityLevel: data_relationalStore.SecurityLevel.S2,
261 securityLevel: data_relationalStore.SecurityLevel.S2,
/foundation/ability/ability_runtime/services/appmgr/src/
H A Dapp_config_data_manager.cpp49 .securityLevel = DistributedKv::SecurityLevel::S2, in GetKvStore()
/foundation/distributeddatamgr/kv_store/frameworks/jskitsimpl/distributedkvstore/src/
H A Djs_const_properties.cpp108 SetNamedProperty(env, securityLevel, "S2", (int32_t)SecurityLevel::S2); in ExportSecurityLevel()
/foundation/distributeddatamgr/kv_store/test/unittest/distributeddata/
H A DKvManagerDataPromiseJsTest.js45 securityLevel: factory.SecurityLevel.S2,
197 securityLevel: factory.SecurityLevel.S2,
365 securityLevel: factory.SecurityLevel.S2,
532 securityLevel: factory.SecurityLevel.S2,
H A DKvManagerDataCallbackJsTest.js41 securityLevel : factory.SecurityLevel.S2,
231 securityLevel : factory.SecurityLevel.S2,
417 securityLevel : factory.SecurityLevel.S2,
603 securityLevel : factory.SecurityLevel.S2,
/foundation/distributeddatamgr/kv_store/test/unittest/distributedKVStore/
H A DKvManagerKVCallbackJsTest.js40 securityLevel: factory.SecurityLevel.S2,
196 securityLevel: factory.SecurityLevel.S2,
317 securityLevel: factory.SecurityLevel.S2,
H A DKvManagerKVPromiseJsTest.js42 securityLevel: factory.SecurityLevel.S2,
237 securityLevel: factory.SecurityLevel.S2,
361 securityLevel: factory.SecurityLevel.S2,
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dsqlite_single_ver_database_upgrader.cpp326 metaSecOpt.securityLabel = ((secOption.securityLabel >= SecurityLabel::S2) ? in SetSecOption()
327 SecurityLabel::S2 : secOption.securityLabel); in SetSecOption()
/foundation/distributeddatamgr/kv_store/frameworks/jskitsimpl/distributeddata/src/
H A Djs_const_properties.cpp121 SetNamedProperty(env, securityLevel, "S2", (int32_t)SecurityLevel::S2); in ExportSecurityLevel()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/include/
H A Dtypes_export.h173 S2,
/foundation/distributeddatamgr/relational_store/test/ndk/unittest/
H A Drdb_store_configv2_test.cpp172 EXPECT_EQ(OH_Rdb_ErrCode::RDB_OK, OH_Rdb_SetSecurityLevel(config, S2)); in HWTEST_F()
/foundation/distributeddatamgr/relational_store/test/native/rdb/unittest/
H A Drdb_helper_test.cpp209 config.SetSecurityLevel(SecurityLevel::S2); in HWTEST_F()
/foundation/distributeddatamgr/relational_store/interfaces/ndk/include/
H A Drelational_store.h62 S2, enumerator
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/operation/
H A Dsingle_ver_database_oper.cpp41 option.securityLabel = ((mainSecLabel >= SecurityLabel::S2) ? SecurityLabel::S2 : mainSecLabel); in SetSecOpt()
200 if (!OS::CheckPathExistence(currentDb)) { // Is S2 label, can access in ExportMetaDB()
398 if (metaDbExisted) { // Is S2 label, no need deal in ImportUnpackedDatabase()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/
H A Ddistributeddb_storage_single_ver_upgrade_test.cpp225 SecurityOption currentMetaSecOpt {SecurityLabel::S2, SecurityFlag::ECE}; in CheckSecOpt() member in __anon8292::SecurityLabel
535 SecurityOption secopt = {SecurityLabel::S2, SecurityFlag::ECE}; in HWTEST_F()
/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/src/
H A Dstore_util.cpp87 case DistributedDB::S2: // fallthrough in GetSecLevel()
/foundation/distributeddatamgr/kv_store/interfaces/innerkits/distributeddata/include/
H A Dtypes.h277 S2,
/foundation/distributeddatamgr/kv_store/kvstoremock/frameworks/innerkitsimpl/kvdb/src/
H A Dstore_util.cpp62 case DistributedDB::S2: // fallthrough in GetSecLevel()
/foundation/distributeddatamgr/relational_store/interfaces/inner_api/rdb/mock/include/
H A Drdb_store_config.h61 S2, member in OHOS::NativeRdb::SecurityLevel

Completed in 21 milliseconds

12